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

mmoll at macports.org mmoll at macports.org
Mon Nov 18 18:38:53 PST 2013


Revision: 113524
          https://trac.macports.org/changeset/113524
Author:   mmoll at macports.org
Date:     2013-11-18 18:38:53 -0800 (Mon, 18 Nov 2013)
Log Message:
-----------
py-graph-tool: blacklist clang < 5.0.0

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-11-19 01:59:53 UTC (rev 113523)
+++ trunk/dports/python/py-graph-tool/Portfile	2013-11-19 02:38:53 UTC (rev 113524)
@@ -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}
@@ -30,6 +31,7 @@
 
 if {$subport != $name} {
     compiler.blacklist gcc-3.3 {*gcc-4.[0-3]}
+    compiler.blacklist-append {clang < 500}
     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/20131118/505a852c/attachment.html>


More information about the macports-changes mailing list