:
compiler.blacklist-append { clang <= 500.2.79 } \
>macports-clang*
That doesn't work when I build on Lion with XCode 4.3.3 (clang
318.0.61)--it tries to build with clang and falls over.
That sounds like you may not have included the
compiler_blacklist_versions 1.0 portgroup. If you
On May 3, 2014, at 07:28, Craig Treleaven wrote:
> At 8:34 PM -0500 5/2/14, Ryan Schmidt wrote:
>> On May 2, 2014, at 20:20, Craig Treleaven wrote:
>>>
>>> For my mythtv-core.xx ports, I want to blacklist clang prior to XCode 5, so
>>> I added:
>&g
At 8:34 PM -0500 5/2/14, Ryan Schmidt wrote:
On May 2, 2014, at 20:20, Craig Treleaven wrote:
For my mythtv-core.xx ports, I want to blacklist clang prior to
XCode 5, so I added:
compiler.blacklist-append { clang <= 500.2.79 } \
>macports-clang*
That doesn't work when
On May 2, 2014, at 20:20, Craig Treleaven wrote:
>
> For my mythtv-core.xx ports, I want to blacklist clang prior to XCode 5, so I
> added:
>
> compiler.blacklist-append { clang <= 500.2.79 } \
>macports-clang*
>
> That doesn't work when I build on Lion
Hi:
For my mythtv-core.xx ports, I want to blacklist clang prior to XCode
5, so I added:
compiler.blacklist-append { clang <= 500.2.79 } \
macports-clang*
That doesn't work when I build on Lion with XCode 4.3.3 (clang
318.0.61)--it tries to build with clang and falls over.
Lo
On Aug 5, 2013, at 18:50, Mark Moll wrote:
> In the ompl port I noticed that *gcc-4.2 and older don’t compile certain
> Boost Graph library constructs used by OMPL. I tried to fix this by adding
> this line to the Portfile:
>
> compiler.blacklist llvm-gcc-4.2 apple-gc
In the ompl port I noticed that *gcc-4.2 and older don’t compile certain Boost
Graph library constructs used by OMPL. I tried to fix this by adding this line
to the Portfile:
compiler.blacklist llvm-gcc-4.2 apple-gcc-4.2 apple-gcc-4.0 gcc-4.2
gcc-4.0 gcc-3.3
But if you look at the
>
> +depends_lib port:gettext
> +
> +# test fails, ticket #32377
> +compiler.blacklist clang
I assume this new compiler.blacklist feature replaces some or all of our
previous recommendations for how to override the default compiler? Could you or
someone who understa