[144637] trunk/dports/science/octopus/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 14 05:05:52 PST 2016


Revision: 144637
          https://trac.macports.org/changeset/144637
Author:   ryandesign at macports.org
Date:     2016-01-14 05:05:51 -0800 (Thu, 14 Jan 2016)
Log Message:
-----------
octopus: do not attempt to make accelerate the default variant if the atlas variant has already been selected

Modified Paths:
--------------
    trunk/dports/science/octopus/Portfile

Modified: trunk/dports/science/octopus/Portfile
===================================================================
--- trunk/dports/science/octopus/Portfile	2016-01-14 12:50:22 UTC (rev 144636)
+++ trunk/dports/science/octopus/Portfile	2016-01-14 13:05:51 UTC (rev 144637)
@@ -51,7 +51,7 @@
 configure.optflags  -O3
 
 default_variants +newuoa
-if {![variant_isset accelerate] && ![variant_isset openblas]} {
+if {![variant_isset accelerate] && ![variant_isset atlas] && ![variant_isset openblas]} {
     default_variants-append +accelerate
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160114/b56dfc3f/attachment-0001.html>


More information about the macports-changes mailing list