[111598] trunk/dports/math/OpenBLAS/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Sep 26 18:48:43 PDT 2013


Revision: 111598
          https://trac.macports.org/changeset/111598
Author:   ryandesign at macports.org
Date:     2013-09-26 18:48:43 -0700 (Thu, 26 Sep 2013)
Log Message:
-----------
OpenBLAS: correct gcc49 variant

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

Modified: trunk/dports/math/OpenBLAS/Portfile
===================================================================
--- trunk/dports/math/OpenBLAS/Portfile	2013-09-26 23:00:49 UTC (rev 111597)
+++ trunk/dports/math/OpenBLAS/Portfile	2013-09-27 01:48:43 UTC (rev 111598)
@@ -44,12 +44,12 @@
 }
 
 variant gcc49 conflicts gcc45 gcc46 gcc47 gcc48 \
-    description "Use Gcc48 as compiler" { 
-    configure.compiler  macports-gcc-4.8
+    description "Use Gcc49 as compiler" { 
+    configure.compiler  macports-gcc-4.9
 }
 
 if {![variant_isset gcc45] && ![variant_isset gcc46] && ![variant_isset gcc47] && \
-    ![variant_isset gcc48]} {
+    ![variant_isset gcc48] && ![variant_isset gcc49]} {
     default_variants +gcc48
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130926/13ced4f9/attachment.html>


More information about the macports-changes mailing list