[110825] trunk/dports/python/py-graph-tool/Portfile

mmoll at macports.org mmoll at macports.org
Fri Sep 6 20:12:08 PDT 2013


Revision: 110825
          https://trac.macports.org/changeset/110825
Author:   mmoll at macports.org
Date:     2013-09-06 20:12:08 -0700 (Fri, 06 Sep 2013)
Log Message:
-----------
py-graph-tool: blacklist *gcc* <= 4.3

Modified Paths:
--------------
    trunk/dports/python/py-graph-tool/Portfile

Modified: trunk/dports/python/py-graph-tool/Portfile
===================================================================
--- trunk/dports/python/py-graph-tool/Portfile	2013-09-07 02:15:15 UTC (rev 110824)
+++ trunk/dports/python/py-graph-tool/Portfile	2013-09-07 03:12:08 UTC (rev 110825)
@@ -4,6 +4,7 @@
 PortSystem          1.0
 PortGroup           python 1.0
 PortGroup           active_variants 1.1
+PortGroup           compiler_blacklist_versions 1.0
 
 set realname        graph-tool
 name                py-${realname}
@@ -28,6 +29,7 @@
 python.default_version 27
 
 if {$subport != $name} {
+    compiler.blacklist llvm-gcc-4.2 macports-gcc-4.3 macports-gcc-4.2 macports-llvm-gcc-4.2 apple-gcc-4.2 gcc-4.2 gcc-4.0 apple-gcc-4.0 gcc-3.3
     universal_variant  no
     depends_build-append port:pkgconfig
     depends_lib-append port:boost \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130906/c6026265/attachment.html>


More information about the macports-changes mailing list