[125832] trunk/dports/math/octave/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat Sep 27 06:34:18 PDT 2014


Revision: 125832
          https://trac.macports.org/changeset/125832
Author:   ryandesign at macports.org
Date:     2014-09-27 06:34:17 -0700 (Sat, 27 Sep 2014)
Log Message:
-----------
octave: blacklist compilers using llvm-3.5 and later (#45011)

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

Modified: trunk/dports/math/octave/Portfile
===================================================================
--- trunk/dports/math/octave/Portfile	2014-09-27 12:43:52 UTC (rev 125831)
+++ trunk/dports/math/octave/Portfile	2014-09-27 13:34:17 UTC (rev 125832)
@@ -109,6 +109,12 @@
 
 compiler.blacklist-append { clang <= 318.0.61 } macports-clang-2.9
 
+# Block compilers based on llvm-3.5 and later.
+# See also < http://llvm.org/bugs/show_bug.cgi?id=21083 >
+#          < https://trac.macports.org/ticket/45011 >.
+
+compiler.blacklist-append {clang >= 600} macports-clang-3.5 macports-clang-3.6
+
 platform darwin {
     if {${os.major} >= 12} {
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140927/865c282e/attachment.html>


More information about the macports-changes mailing list