Ticket #39893: v1.8.11.patch

File v1.8.11.patch, 1.9 KB (added by eborisch (Eric A. Borisch), 11 years ago)
  • Portfile

     
    77
    88set realname        hdf5
    99name                ${realname}-18
    10 version             1.8.10
    11 revision            1
     10version             1.8.11
     11revision            0
    1212categories          science
    1313maintainers         mmoll openmaintainer
    1414
     
    3030    ftp://ftp.hdfgroup.org/HDF5/current/src/ \
    3131    ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-${version}/src/
    3232checksums \
    33     rmd160  78fe33ae4205068f7bddeb98f0e7a2c77310b651 \
    34     sha256  fa6e6b37b7976edac860732b87c50370e3beba3ae784d05f16f298c033a45a44
     33    rmd160  32786b19dd7356eecc95848d66e8e0843298ccbb \
     34    sha256  5ea1ba82fc77350ee628b795ae6ede05feeaf1c6b437911a9478de456600cafb
     35
    3536distname            ${realname}-${version}
    3637use_bzip2           yes
    3738depends_lib         port:zlib
     
    7273    }
    7374}
    7475
     76post-destroot {
     77    xinstall -d ${destroot}${prefix}/share/hdf5/
     78    xinstall -m 444 ${worksrcpath}/COPYING\
     79      ${destroot}${prefix}/share/hdf5/
     80}
     81
    7582test.run            yes
    7683test.target         check
    7784
     
    119126    configure.args-append       --enable-threadsafe --with-pthread
    120127}
    121128
    122 if {[ variant_isset threadsafe ] && ([ variant_isset cxx] ||
    123                                      [ variant_isset fortran]) ||
    124     ([ variant_isset mpich ] || [ variant_isset openmpi ]) &&
    125     ([ variant_isset cxx ]    || [ variant_isset threadsafe ])  } {
     129if {[ variant_isset threadsafe ] && ([ variant_isset cxx ] ||
     130                                     [ variant_isset fortran ]) ||
     131    ([ variant_isset mpich ] || [ variant_isset openmpi ])  &&
     132    ([ variant_isset cxx ]   || [ variant_isset threadsafe ])  } {
    126133   
    127134    # Tell hdf5-18 to configure in this experimental configuration
    128135    configure.args-append       --enable-unsupported