[151420] trunk/dports/science/armadillo/Portfile

mps at macports.org mps at macports.org
Mon Aug 15 12:56:00 PDT 2016


Revision: 151420
          https://trac.macports.org/changeset/151420
Author:   mps at macports.org
Date:     2016-08-15 12:56:00 -0700 (Mon, 15 Aug 2016)
Log Message:
-----------
armadillo: also blacklist llvm for Xcode < = 4.2 for Snow Leopard (#52021). Split append statement for clang and llvm.

Modified Paths:
--------------
    trunk/dports/science/armadillo/Portfile

Modified: trunk/dports/science/armadillo/Portfile
===================================================================
--- trunk/dports/science/armadillo/Portfile	2016-08-15 19:45:41 UTC (rev 151419)
+++ trunk/dports/science/armadillo/Portfile	2016-08-15 19:56:00 UTC (rev 151420)
@@ -50,4 +50,5 @@
 }
 
 # Snow Leopard (and older) will fail to build with the error "Need a newer compiler"
-compiler.blacklist-append       gcc-4.2 {clang < 211.10.1} {llvm  < 233.1.00}
+compiler.blacklist-append       gcc-4.2 {clang <= 211.10.1}
+compiler.blacklist-append       {llvm <= 233.1.00}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160815/9e70002d/attachment.html>


More information about the macports-changes mailing list