Closed paul-english closed 9 years ago
Update: I was using a virtualenv that somehow got the OSX installed version of python rather than the one installed from brew. Cython saw this clang compiled version of python and generated the gcc flags from that. Recreating my venv with the brew installed python solved my issue here.
Here's the output of this one,
Trying to use
llvm-gcc
results in missing a-lgomp
library which I assume is related to the-fopenmp
flag in the setup file.I think cython introduces the
shorten-64-to-32
flag based on my python version, I may have to use a different version of that.