[105342] trunk/dports/math/atlas/Portfile

vince at macports.org vince at macports.org
Thu Apr 18 09:12:54 PDT 2013


Revision: 105342
          https://trac.macports.org/changeset/105342
Author:   vince at macports.org
Date:     2013-04-18 09:12:54 -0700 (Thu, 18 Apr 2013)
Log Message:
-----------
Disable clang… as a possible compiler and reverts to gcc4.7 as default on all systems, AVX included.

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

Modified: trunk/dports/math/atlas/Portfile
===================================================================
--- trunk/dports/math/atlas/Portfile	2013-04-18 13:48:16 UTC (rev 105341)
+++ trunk/dports/math/atlas/Portfile	2013-04-18 16:12:54 UTC (rev 105342)
@@ -26,6 +26,8 @@
 # No precompiled binaries
 archive_sites
 
+compiler.blacklist      clang clang-mp-3.2 clang-mp-3.3
+
 homepage                http://math-atlas.sourceforge.net/
 
 master_sites            sourceforge:math-atlas:atlas \
@@ -168,10 +170,15 @@
         set use_clang       ""
     } else {
     
+        # Until clang is fixed…
+        default_variants    +gcc47
+        set gcc_version     47
+        set use_clang       ""
+
         # Defaults to clang-mp-3.3
-        default_variants    +mpclang33
-        set gcc_version     0
-        set use_clang       "33"
+        #default_variants    +mpclang33
+        #set gcc_version     0
+        #set use_clang       "33"
     }
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130418/9a3d6f8c/attachment.html>


More information about the macports-changes mailing list