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 at the

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