Revision
145149
Author
sean@macports.org
Date
2016-01-26 14:36:33 -0800 (Tue, 26 Jan 2016)

Log Message

py-scipy: fix removal of variant causes poor ux

Modified Paths

Diff

Modified: trunk/dports/python/py-scipy/Portfile (145148 => 145149)


--- trunk/dports/python/py-scipy/Portfile	2016-01-26 22:21:31 UTC (rev 145148)
+++ trunk/dports/python/py-scipy/Portfile	2016-01-26 22:36:33 UTC (rev 145149)
@@ -73,6 +73,9 @@
         depends_lib-append  path:lib/libopenblas.dylib:openblas
     }
 
+    # Can be removed after 2017-01-22
+    variant gcc48 requires gfortran description {Legacy compatibility variant} {}
+
     if {[variant_isset atlas]} {
         # use MacPorts atlas
         build.env-append    OPENBLAS=None \