Ticket #49687: Portfile-hdf5.diff
File Portfile-hdf5.diff, 1.3 KB (added by Schamschula (Marius Schamschula), 9 years ago) |
---|
-
Portfile
old new 7 7 PortGroup mpi 1.0 8 8 9 9 name hdf5 10 version 1.8.1 5-patch110 version 1.8.16 11 11 revision 0 12 12 categories science 13 13 maintainers mmoll openmaintainer … … 28 28 http://www.hdfgroup.org/ftp/HDF5/current/src \ 29 29 ftp://ftp.hdfgroup.org/HDF5/current/src/ \ 30 30 ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-${version}/src/ 31 checksums rmd160 74e9d6d6f247259f72a78bcda03f91e72adb14c3\32 sha256 a5afc630c4443547fff15e9637b5b10404adbed4c00206d89517d32d6668fb3231 checksums rmd160 f72c7029b08dfae4562b9aa23f03aa43bd02617e \ 32 sha256 13aaae5ba10b70749ee1718816a4b4bfead897c2fcb72c24176e759aec4598c6 33 33 mpi.setup -gcc44 -gcc45 34 34 35 35 use_bzip2 yes … … 48 48 compiler.blacklist llvm-gcc-4.2 49 49 50 50 # Use lib/hdf5 rather than hdf5/lib plugin directory 51 configure.args --with-zlib=yes --enable-filters=all\51 configure.args --with-zlib=yes \ 52 52 --enable-production --disable-fortran \ 53 53 --disable-cxx --enable-shared --enable-static \ 54 54 --disable-parallel --disable-threadsafe \