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

dstrubbe at macports.org dstrubbe at macports.org
Wed Jan 13 09:29:21 PST 2016


Revision: 144607
          https://trac.macports.org/changeset/144607
Author:   dstrubbe at macports.org
Date:     2016-01-13 09:29:21 -0800 (Wed, 13 Jan 2016)
Log Message:
-----------
octopus: Make +accelerate the default, to save a lot of time in building atlas.

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

Modified: trunk/dports/science/octopus/Portfile
===================================================================
--- trunk/dports/science/octopus/Portfile	2016-01-13 16:51:07 UTC (rev 144606)
+++ trunk/dports/science/octopus/Portfile	2016-01-13 17:29:21 UTC (rev 144607)
@@ -6,7 +6,7 @@
 
 name                octopus
 version             5.0.1
-revision            0
+revision            1
 categories          science
 platforms           darwin
 license             GPL-2+
@@ -52,7 +52,7 @@
 
 default_variants +newuoa
 if {![variant_isset accelerate] && ![variant_isset openblas]} {
-    default_variants-append +atlas
+    default_variants-append +accelerate
 }
 
 # FIXME: does fortran default variant not happen in time to make fftw-3 get
@@ -65,7 +65,7 @@
 }
 
 # More options that could be added:
-# variants: openmp, threads (for fftw, atlas?), maxdim4
+# variants: openmp, threads (for fftw, atlas?)
 # no way to turn off PAPI, but there is no port for this anyway.
 
 # libxc does not have universal variant, so octopus cannot either
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160113/4de958fe/attachment-0001.html>


More information about the macports-changes mailing list