Ticket #46374: Portfile.patch

File Portfile.patch, 1.5 KB (added by eborisch (Eric A. Borisch), 9 years ago)
  • Portfile

     
    77PortGroup           mpi 1.0
    88
    99name                hdf5
    10 version             1.8.13
     10version             1.8.14
    1111categories          science
    1212maintainers         mmoll openmaintainer
    1313
     
    2727    http://www.hdfgroup.org/ftp/HDF5/current/src \
    2828    ftp://ftp.hdfgroup.org/HDF5/current/src/ \
    2929    ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-${version}/src/
    30 checksums           rmd160  59e690fcc8ce80c438c3d6977729e12a75b5d162 \
    31                     sha256  c2f5a412107aba6f99fd7a4a9db6ce5f5fc8171ec931472784e5839d26aa17ef
     30checksums \
     31    rmd160  21680eb5c3831870aef116e50b313512f70b624c \
     32    sha256  53722cb9f5977af2908f92fc1a3f8c597800a5cb448cfe5c75060d6335bb9bab
    3233
    3334mpi.setup
    3435
     
    4344# Upstream suggestion is use -O0. Clang-produced code passes all tests.
    4445compiler.blacklist  llvm-gcc-4.2
    4546
     47# Use lib/hdf5 rather than hdf5/lib plugin directory
    4648configure.args      --with-zlib=yes --enable-filters=all \
    4749                    --enable-production --disable-fortran \
    4850                    --disable-cxx --enable-shared --enable-static \
    49                     --disable-parallel --disable-threadsafe
     51                    --disable-parallel --disable-threadsafe \
     52                    --with-default-plugindir=${prefix}/lib/hdf5
    5053
    5154# http://mail.hdfgroup.org/pipermail/hdf-forum_hdfgroup.org/2010-March/002682.html
    5255license             NCSA