[SciPy-dev] cephes on Mac OS X ppc64?

David Cournapeau david at silveregg.co.jp
Wed Feb 17 20:38:30 EST 2010


David Warde-Farley wrote:
> On 17-Feb-10, at 7:34 PM, David Cournapeau wrote:
> 
>> If you look at numpy/distutils/fcompiler/gnu.py, the list of tested  
>> arch
>> does not contain ppc64. I don't know why it is missing here; can you  
>> try
>> rebuilding scipy with ppc64 added as a target in the function
>> _universal_flags ?
> 
> Hey David,
> 
> I just saw that, and am attempting a build with ppc64 added.
> 
> I have this command failing now, claiming undefined symbols for a  
> whole bunch of things that look like Python API symbols:

Unset any flags you set before (CFLAGS, LDFLAGS, etc...). The error you 
see is caused by -shared missing from LDFLAGS, and gfortran trying 
building an executable instead of a library,

cheers,

David



More information about the SciPy-Dev mailing list