[71716] trunk/dports/math/qrupdate/Portfile

takeshi at macports.org takeshi at macports.org
Mon Sep 20 22:25:19 PDT 2010


Revision: 71716
          http://trac.macports.org/changeset/71716
Author:   takeshi at macports.org
Date:     2010-09-20 22:25:15 -0700 (Mon, 20 Sep 2010)
Log Message:
-----------
qrupdate: fixed an error specifying accelerate rather than no_atlas as a default variant in g95 variant

Modified Paths:
--------------
    trunk/dports/math/qrupdate/Portfile

Modified: trunk/dports/math/qrupdate/Portfile
===================================================================
--- trunk/dports/math/qrupdate/Portfile	2010-09-21 04:29:22 UTC (rev 71715)
+++ trunk/dports/math/qrupdate/Portfile	2010-09-21 05:25:15 UTC (rev 71716)
@@ -108,7 +108,7 @@
 }
 
 if {[variant_isset g95]} {
-    default_variants +accelerate
+    default_variants +no_atlas
 }
 
 test.run yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100920/cfabbc34/attachment-0001.html>


More information about the macports-changes mailing list