[131526] trunk/dports/python/py-numpy/Portfile

sean at macports.org sean at macports.org
Tue Jan 13 10:42:02 PST 2015


Revision: 131526
          https://trac.macports.org/changeset/131526
Author:   sean at macports.org
Date:     2015-01-13 10:42:02 -0800 (Tue, 13 Jan 2015)
Log Message:
-----------
py-numpy: only add default variant if none are set; fixes #46545 and #46544

Modified Paths:
--------------
    trunk/dports/python/py-numpy/Portfile

Modified: trunk/dports/python/py-numpy/Portfile
===================================================================
--- trunk/dports/python/py-numpy/Portfile	2015-01-13 17:52:23 UTC (rev 131525)
+++ trunk/dports/python/py-numpy/Portfile	2015-01-13 18:42:02 UTC (rev 131526)
@@ -173,7 +173,9 @@
         }
     }
 
-    default_variants      +gfortran
+    if {![fortran_variant_isset]} {
+        default_variants      +gfortran
+    }
 
     livecheck.type        none
 } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150113/f4cc0b43/attachment.html>


More information about the macports-changes mailing list