[133519] trunk/dports/math/SuiteSparse/Portfile

michaelld at macports.org michaelld at macports.org
Tue Mar 3 12:27:52 PST 2015


Revision: 133519
          https://trac.macports.org/changeset/133519
Author:   michaelld at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150303/3ce01dd6/attachment.html>


More information about the macports-changes mailing list