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

vince at macports.org vince at macports.org
Fri Apr 19 03:31:54 PDT 2013


Revision: 105384
          https://trac.macports.org/changeset/105384
Author:   vince at macports.org
Date:     2013-04-19 03:31:54 -0700 (Fri, 19 Apr 2013)
Log Message:
-----------
Disable the clang family compilers.

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

Modified: trunk/dports/math/atlas/Portfile
===================================================================
--- trunk/dports/math/atlas/Portfile	2013-04-19 09:14:25 UTC (rev 105383)
+++ trunk/dports/math/atlas/Portfile	2013-04-19 10:31:54 UTC (rev 105384)
@@ -26,8 +26,6 @@
 # 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 \
@@ -48,6 +46,9 @@
 sha256  60a65daaf16ec315034675942618a2230521ea7adf85eea788ee54841072faf0
 
 
+compiler.blacklist          macports-clang-3.1 macports-clang-3.0
+compiler.blacklist          macports-clang-2.9
+
 set     gcc_version         0
 set     use_clang           ""
 
@@ -98,10 +99,9 @@
                                         mpclang32 mpclang33 \
                             description {use XCode clang and gfortran} {
 
-    if {[vercmp $xcodeversion 4.3] < 0} {
-        pre-fetch {
-            return -code error "Your version of clang is too old!"
-        }
+    pre-fetch {
+        return -code error        "Use of clang is temporarily disabled.\
+                                   Please choose gcc47 instead."
     }
 
     configure.compiler      clang
@@ -117,6 +117,11 @@
                                         clang mpclang33 \
                             description {use mp-clang-3.2 and gfortran} { 
 
+    pre-fetch {
+        return -code error        "Use of clang is temporarily disabled.\
+                                   Please choose gcc47 instead."
+    }
+
     depends_build-append    port:clang-3.2
     configure.compiler      macports-clang-3.2
 }
@@ -131,6 +136,11 @@
                                         clang mpclang32 \
                             description {use mp-clang-3.3 and gfortran} { 
 
+    pre-fetch {
+        return -code error        "Use of clang is temporarily disabled.\
+                                   Please choose gcc47 instead."
+    }
+
     depends_build-append    port:clang-3.3
     configure.compiler      macports-clang-3.3
 }
@@ -223,9 +233,9 @@
     if {${use_clang} == "32" || ${use_clang} == "XCode" } {
 
         pre-fetch {        
-            ui_warn "Compiling Atlas with this version of clang is\
-                    likely *NOT* to work. Please use clang-3.3 or\
-                    higher."
+            #ui_warn "Compiling Atlas with this version of clang is\
+            #        likely *NOT* to work. Please use clang-3.3 or\
+            #        higher."
         }
         set clang_flags "-O3 -fomit-frame-pointer -fPIC"
     } else {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130419/03851654/attachment.html>


More information about the macports-changes mailing list