Revision: 133519 https://trac.macports.org/changeset/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: -------------- trunk/dports/math/SuiteSparse/Portfile Modified: trunk/dports/math/SuiteSparse/Portfile =================================================================== --- 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