Ticket #39893: v1.8.11.patch
File v1.8.11.patch, 1.9 KB (added by eborisch (Eric A. Borisch), 11 years ago) |
---|
-
Portfile
7 7 8 8 set realname hdf5 9 9 name ${realname}-18 10 version 1.8.1 011 revision 110 version 1.8.11 11 revision 0 12 12 categories science 13 13 maintainers mmoll openmaintainer 14 14 … … 30 30 ftp://ftp.hdfgroup.org/HDF5/current/src/ \ 31 31 ftp://ftp.hdfgroup.org/HDF5/prev-releases/hdf5-${version}/src/ 32 32 checksums \ 33 rmd160 78fe33ae4205068f7bddeb98f0e7a2c77310b651 \ 34 sha256 fa6e6b37b7976edac860732b87c50370e3beba3ae784d05f16f298c033a45a44 33 rmd160 32786b19dd7356eecc95848d66e8e0843298ccbb \ 34 sha256 5ea1ba82fc77350ee628b795ae6ede05feeaf1c6b437911a9478de456600cafb 35 35 36 distname ${realname}-${version} 36 37 use_bzip2 yes 37 38 depends_lib port:zlib … … 72 73 } 73 74 } 74 75 76 post-destroot { 77 xinstall -d ${destroot}${prefix}/share/hdf5/ 78 xinstall -m 444 ${worksrcpath}/COPYING\ 79 ${destroot}${prefix}/share/hdf5/ 80 } 81 75 82 test.run yes 76 83 test.target check 77 84 … … 119 126 configure.args-append --enable-threadsafe --with-pthread 120 127 } 121 128 122 if {[ variant_isset threadsafe ] && ([ variant_isset cxx ] ||123 [ variant_isset fortran ]) ||124 ([ variant_isset mpich ] || [ variant_isset openmpi ]) &&125 ([ variant_isset cxx ] 129 if {[ variant_isset threadsafe ] && ([ variant_isset cxx ] || 130 [ variant_isset fortran ]) || 131 ([ variant_isset mpich ] || [ variant_isset openmpi ]) && 132 ([ variant_isset cxx ] || [ variant_isset threadsafe ]) } { 126 133 127 134 # Tell hdf5-18 to configure in this experimental configuration 128 135 configure.args-append --enable-unsupported