[151416] trunk/dports/science/armadillo/Portfile
mps at macports.org
mps at macports.org
Mon Aug 15 12:04:44 PDT 2016
Revision: 151416
https://trac.macports.org/changeset/151416
Author: mps at macports.org
Date: 2016-08-15 12:04:44 -0700 (Mon, 15 Aug 2016)
Log Message:
-----------
armadillo: Add PortGroup to blacklist apple-gcc for Snow Leopard (#52021).
Modified Paths:
--------------
trunk/dports/science/armadillo/Portfile
Modified: trunk/dports/science/armadillo/Portfile
===================================================================
--- trunk/dports/science/armadillo/Portfile 2016-08-15 18:54:35 UTC (rev 151415)
+++ trunk/dports/science/armadillo/Portfile 2016-08-15 19:04:44 UTC (rev 151416)
@@ -3,6 +3,7 @@
PortSystem 1.0
PortGroup cmake 1.0
+PortGroup compiler_blacklist_versions 1.0
name armadillo
version 7.400.1
@@ -49,5 +50,5 @@
}
platform darwin 10 {
- compiler.blacklist-append gcc-4.2
+ compiler.blacklist-append *apple-gcc*
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160815/03b930a2/attachment.html>
More information about the macports-changes
mailing list