[124280] trunk/dports/science/hdfeos5/Portfile

takeshi at macports.org takeshi at macports.org
Thu Aug 21 22:56:53 PDT 2014


Revision: 124280
          https://trac.macports.org/changeset/124280
Author:   takeshi at macports.org
Date:     2014-08-21 22:56:53 -0700 (Thu, 21 Aug 2014)
Log Message:
-----------
hdfeos5: force +szip when hdf5 +szip is installed to avoid configure failure

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

Modified: trunk/dports/science/hdfeos5/Portfile
===================================================================
--- trunk/dports/science/hdfeos5/Portfile	2014-08-22 05:53:39 UTC (rev 124279)
+++ trunk/dports/science/hdfeos5/Portfile	2014-08-22 05:56:53 UTC (rev 124280)
@@ -44,6 +44,9 @@
 } else {
     set h5cc h5cc
 }
+if {[active_variants port:hdf5 szip]} {
+    default_variants-append +szip
+}
 configure.cc            ${prefix}/bin/${h5cc}
 configure.cflags-append -DH5_USE_16_API
 configure.cc_archflags ""
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140821/7832bdfa/attachment.html>


More information about the macports-changes mailing list