[148431] trunk/dports/science/h4h5tools/Portfile

takeshi at macports.org takeshi at macports.org
Sat May 7 21:43:14 PDT 2016


Revision: 148431
          https://trac.macports.org/changeset/148431
Author:   takeshi at macports.org
Date:     2016-05-07 21:43:14 -0700 (Sat, 07 May 2016)
Log Message:
-----------
h4h5tools: update to 2.2.2 switch to hdf5-18 add hdfeos, closing #50381

Modified Paths:
--------------
    trunk/dports/science/h4h5tools/Portfile

Modified: trunk/dports/science/h4h5tools/Portfile
===================================================================
--- trunk/dports/science/h4h5tools/Portfile	2016-05-08 04:41:29 UTC (rev 148430)
+++ trunk/dports/science/h4h5tools/Portfile	2016-05-08 04:43:14 UTC (rev 148431)
@@ -4,8 +4,7 @@
 PortSystem      1.0
 
 name            h4h5tools
-version         2.2.1
-revision        10
+version         2.2.2
 categories      science
 # Equivalent to BSD + explicitly requiring modifications to be documented
 license         Permissive
@@ -18,15 +17,25 @@
 homepage        http://www.hdfgroup.org/h4toh5/
 master_sites    http://www.hdfgroup.org/ftp/HDF5/tools/h4toh5/src/
 
-checksums       rmd160 f90ac82c900e59564fe9d4da93dd2cf70cd87763 \
-                sha256 a814e5312355a97dc41b837dfcf057d925844b6a00f06c6d68fe9418094eb893
+checksums       rmd160 b90bbc544bb670194119366035652ba8b28d3121 \
+                sha256 2409e7578c5c078b01b8fedb0f362b998aa245d164f2d5c137d002407aef5735
 
 depends_lib-append \
                 port:hdf4 \
-                port:hdf5 \
+                port:hdf5-18 \
+                port:hdfeos \
                 port:netcdf
 
-configure.cc    ${prefix}/bin/h4cc
+configure.args-append \
+                --with-hdfeos2=${prefix}
+configure.cppflags \
+                -I${prefix}/include/hdf5-18 \
+                -I${prefix}/include
+configure.ldflags \
+                -L${prefix}/lib/hdf5-18 \
+                -L${prefix}/lib
+configure.env-append \
+                LIBS="-ldf -lmfhdf"
 
 post-destroot {
     xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160507/b89e7cae/attachment.html>


More information about the macports-changes mailing list