Re: compiler.blacklist

2014-05-04 Thread Craig Treleaven
: 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 do

Re: compiler.blacklist

2014-05-03 Thread Craig Treleaven
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 I build

Re: compiler.blacklist

2014-05-03 Thread Ryan Schmidt
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: compiler.blacklist-append { clang = 500.2.79

compiler.blacklist

2014-05-02 Thread Craig Treleaven
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. Looking

Re: compiler.blacklist

2014-05-02 Thread Ryan Schmidt
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 with XCode 4.3.3 (clang 318.0.61)--it tries

compiler.blacklist ignored on snow leopard

2013-08-05 Thread Mark Moll
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

Re: compiler.blacklist ignored on snow leopard

2013-08-05 Thread Ryan Schmidt
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-gcc-4.2 apple-gcc-4.0 gcc

compiler.blacklist

2012-06-29 Thread Ryan Schmidt
+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 understands the new feature update our recipe? Thanks. https://trac.macports.org/wiki/PortfileRecipes#compiler