Ticket #46374: Portfile.patch
File Portfile.patch, 1.5 KB (added by eborisch (Eric A. Borisch), 10 years ago) |
---|
-
Portfile
7 7 PortGroup mpi 1.0 8 8 9 9 name hdf5 10 version 1.8.1 310 version 1.8.14 11 11 categories science 12 12 maintainers mmoll openmaintainer 13 13 … … 27 27 http://www.hdfgroup.org/ftp/HDF5/current/src \ 28 28 ftp://ftp.hdfgroup.org/HDF5/current/src/ \ 29 29 ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-${version}/src/ 30 checksums rmd160 59e690fcc8ce80c438c3d6977729e12a75b5d162 \ 31 sha256 c2f5a412107aba6f99fd7a4a9db6ce5f5fc8171ec931472784e5839d26aa17ef 30 checksums \ 31 rmd160 21680eb5c3831870aef116e50b313512f70b624c \ 32 sha256 53722cb9f5977af2908f92fc1a3f8c597800a5cb448cfe5c75060d6335bb9bab 32 33 33 34 mpi.setup 34 35 … … 43 44 # Upstream suggestion is use -O0. Clang-produced code passes all tests. 44 45 compiler.blacklist llvm-gcc-4.2 45 46 47 # Use lib/hdf5 rather than hdf5/lib plugin directory 46 48 configure.args --with-zlib=yes --enable-filters=all \ 47 49 --enable-production --disable-fortran \ 48 50 --disable-cxx --enable-shared --enable-static \ 49 --disable-parallel --disable-threadsafe 51 --disable-parallel --disable-threadsafe \ 52 --with-default-plugindir=${prefix}/lib/hdf5 50 53 51 54 # http://mail.hdfgroup.org/pipermail/hdf-forum_hdfgroup.org/2010-March/002682.html 52 55 license NCSA