[116373] trunk/dports/science/hdf5-18/Portfile

sean at macports.org sean at macports.org
Thu Jan 23 12:14:32 PST 2014


Revision: 116373
          https://trac.macports.org/changeset/116373
Author:   sean at macports.org
Date:     2014-01-23 12:14:32 -0800 (Thu, 23 Jan 2014)
Log Message:
-----------
hdf5-18: add default variant for fortran bindings, if none is set

Modified Paths:
--------------
    trunk/dports/science/hdf5-18/Portfile

Modified: trunk/dports/science/hdf5-18/Portfile
===================================================================
--- trunk/dports/science/hdf5-18/Portfile	2014-01-23 20:14:27 UTC (rev 116372)
+++ trunk/dports/science/hdf5-18/Portfile	2014-01-23 20:14:32 UTC (rev 116373)
@@ -104,6 +104,10 @@
 } {
     configure.args-delete       --disable-fortran
     configure.args-append       --enable-fortran
+
+    if {![fortran_variant_isset]} {
+        default_variants +gfortran
+    }
 }
 
 if {[ variant_isset fortran ] &&
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140123/f1aaa6c8/attachment.html>


More information about the macports-changes mailing list