[108944] trunk/dports/science/grads/Portfile

takeshi at macports.org takeshi at macports.org
Sun Aug 4 16:26:16 PDT 2013


Revision: 108944
          https://trac.macports.org/changeset/108944
Author:   takeshi at macports.org
Date:     2013-08-04 16:26:16 -0700 (Sun, 04 Aug 2013)
Log Message:
-----------
grads: added explicit dependency to hdf5-18, closing #39999

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

Modified: trunk/dports/science/grads/Portfile
===================================================================
--- trunk/dports/science/grads/Portfile	2013-08-04 23:06:49 UTC (rev 108943)
+++ trunk/dports/science/grads/Portfile	2013-08-04 23:26:16 UTC (rev 108944)
@@ -5,6 +5,7 @@
 
 name                grads
 version             2.0.2
+revision            1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 platforms           darwin
 maintainers         takeshi
@@ -36,6 +37,7 @@
                     port:netcdf     \
                     port:udunits    \
                     port:hdf4       \
+                    port:hdf5-18    \
                     port:gd2        \
                     port:gadap      \
                     port:wgrib2     \
@@ -55,7 +57,10 @@
                         --with-sdf      \
                         --with-gadap    \
                         --with-shp      \
-                        --with-geotiff  \
+                        --with-geotiff=${prefix}  \
+                        --with-hdf4=${prefix} \
+                        --with-hdf5=${prefix} \
+                        --with-netcdf=${prefix} \
                         --with-x
 
 test.run            yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130804/219368e9/attachment-0001.html>


More information about the macports-changes mailing list