[109064] trunk/dports/lang/chapel/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 7 13:39:07 PDT 2013


Revision: 109064
          https://trac.macports.org/changeset/109064
Author:   jeremyhu at macports.org
Date:     2013-08-07 13:39:07 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
chapel: Use compiler.blacklist

Modified Paths:
--------------
    trunk/dports/lang/chapel/Portfile

Modified: trunk/dports/lang/chapel/Portfile
===================================================================
--- trunk/dports/lang/chapel/Portfile	2013-08-07 20:32:28 UTC (rev 109063)
+++ trunk/dports/lang/chapel/Portfile	2013-08-07 20:39:07 UTC (rev 109064)
@@ -28,10 +28,8 @@
 use_configure       no
 use_parallel_build  no
   
-# chapel does not build with clang.
-if {${configure.compiler} == "clang"} {
-    configure.compiler  llvm-gcc-4.2
-}
+# chapel has buggy C++ code that fails with clang
+compiler.blacklist clang
 
 configure.optflags  -O3
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/0eb794f5/attachment-0001.html>


More information about the macports-changes mailing list