[110825] trunk/dports/python/py-graph-tool/Portfile
Ryan Schmidt
ryandesign at macports.org
Sat Sep 7 18:06:10 PDT 2013
On Sep 6, 2013, at 22:12, mmoll at macports.org wrote:
> 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
You don't appear to actually be using the compiler_blacklist_versions portgroup here, since all you're doing is naming specific compilers to blacklist (that capability is in MacPorts base).
More information about the macports-dev
mailing list