Ticket #41441: vigra-1.10.0-Portfile.diff
File vigra-1.10.0-Portfile.diff, 1.4 KB (added by BSeppke (Benjamin Seppke), 11 years ago) |
---|
-
Portfile
old new 8 8 PortGroup cmake 1.0 9 9 10 10 name vigra 11 version 1. 9.011 version 1.10.0 12 12 categories graphics 13 13 platforms darwin 14 14 maintainers gmail.com:benjamin.seppke … … 27 27 #universal_variant no 28 28 worksrcdir ${name}-${version} 29 29 30 checksums rmd160 84e3f1bc985df1ea928e9aa5adc6e0c153cbdd40\31 sha256 8fbdccb553a4925323098ab27b710fbc87d48f37bf81d404994936a31a31cf0130 checksums rmd160 16c0468ea65b391fcc6299f9ae679124e688baaf \ 31 sha256 42d4a361b0bb52fbfdae7e76000698be04dabba77be3f4248d369139fe96a099 32 32 33 33 depends_build port:cmake 34 34 depends_lib port:jpeg \ … … 37 37 port:zlib \ 38 38 port:openexr \ 39 39 port:fftw-3-single \ 40 port:hdf5-18 41 42 # Correct the INSTALL_NAME_DIR for Python .so modules 43 # and patch template names in the accumulator-grammar. 44 patchfiles patch-config-VIGRA_ADD_NUMPY_MODULE.cmake.diff \ 45 patch-include-vigra-accumulator-grammar.hxx.diff 40 port:hdf5-18 46 41 47 42 # Some additional parameters for cmake. All other params have already been set 48 43 # by the cmake PortGroup