Re: [Cython] OS X 10.7 Lion: GCC __builtin_expect unrecognized inside OpenMP blocks

2012-03-09 Thread Lisandro Dalcin
On 9 March 2012 16:22, Lisandro Dalcin wrote: > > PS: This is the only serious failure I get on OS X Lion. The embed > test is not working, but it is a Makefile issue. > UPDATE: The embed test do work with system Python 2.7. The failure is with EPD Python 7.2, it is caused by a bad definition of

[Cython] OS X 10.7 Lion: GCC __builtin_expect unrecognized inside OpenMP blocks

2012-03-09 Thread Lisandro Dalcin
I'm basically experiencing the issues here: http://www.cocoabuilder.com/archive/xcode/310299-error-calling-builtin-expect-inside-omp-parallel-for.html Can you imagine any way to workaround it? PS: This is the only serious failure I get on OS X Lion. The embed test is not working, but it is a Make

Re: [Cython] OS X 10.7 Lion: GCC __builtin_expect unrecognized inside OpenMP blocks

2012-03-09 Thread mark florisson
On 9 March 2012 14:22, Lisandro Dalcin wrote: > I'm basically experiencing the issues here: > http://www.cocoabuilder.com/archive/xcode/310299-error-calling-builtin-expect-inside-omp-parallel-for.html > > Can you imagine any way to workaround it? What a lovely C compiler bug... Did you file a bug