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

mmoll at macports.org mmoll at macports.org
Sun Sep 8 10:56:38 PDT 2013


Revision: 110854
          https://trac.macports.org/changeset/110854
Author:   mmoll at macports.org
Date:     2013-09-08 10:56:38 -0700 (Sun, 08 Sep 2013)
Log Message:
-----------
py-graph-tool: simplify compiler blacklist

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-08 16:07:16 UTC (rev 110853)
+++ trunk/dports/python/py-graph-tool/Portfile	2013-09-08 17:56:38 UTC (rev 110854)
@@ -4,7 +4,6 @@
 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}
@@ -29,7 +28,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
+    compiler.blacklist gcc-3.3 {*gcc-4.[0-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/20130908/33112401/attachment.html>


More information about the macports-changes mailing list