Revision
133519
Author
michaelld@macports.org
Date
2015-03-03 12:27:52 -0800 (Tue, 03 Mar 2015)

Log Message

SuiteSparse:
+ variant +atlas requires atlas to be installed without +nofortran, so use active_variants to do this check;
+ addresses ticket #47007.

Modified Paths

Diff

Modified: trunk/dports/math/SuiteSparse/Portfile (133518 => 133519)


--- trunk/dports/math/SuiteSparse/Portfile	2015-03-03 20:09:55 UTC (rev 133518)
+++ trunk/dports/math/SuiteSparse/Portfile	2015-03-03 20:27:52 UTC (rev 133519)
@@ -260,6 +260,12 @@
 
 variant atlas description {Use MacPorts' ATLAS instead of Accelerate Framework} {
     depends_lib-append port:atlas
+
+    # +atlas requires atlas to be installed without +nofortran
+    # see: https://trac.macports.org/ticket/47007
+    PortGroup active_variants 1.1
+    require_active_variants port:atlas "" nofortran
+
 }
 
 livecheck.type      regex