[SciPy-User] scipy 0.13 on Maverick

Doutriaux, Charles doutriaux1 at llnl.gov
Wed Nov 6 18:46:15 EST 2013


Hello,

I’m trying to build scipy on Maverick (Apple latest OS)

When running
python setup.py install

I get:


8463 /usr/local/bin/gfortran -Wall -Wall -undefined dynamic_lookup -bundle build/temp.macosx-10.4-x86_64-2.7/build/src.macosx-10.4-x86_64-2.7/scipy/fftpack/_fftpac     kmodule.o build/temp.macosx-10.4-x86_64-2.7/scipy/fftpack/src/zfft.o build/temp.macosx-10.4-x86_64-2.7/scipy/fftpack/src/drfft.o build/temp.macosx-10.4-x86_64     -2.7/scipy/fftpack/src/zrfft.o build/temp.macosx-10.4-x86_64-2.7/scipy/fftpack/src/zfftnd.o build/temp.macosx-10.4-x86_64-2.7/build/src.macosx-10.4-x86_64-2.7     /scipy/fftpack/src/dct.o build/temp.macosx-10.4-x86_64-2.7/build/src.macosx-10.4-x86_64-2.7/scipy/fftpack/src/dst.o build/temp.macosx-10.4-x86_64-2.7/build/sr     c.macosx-10.4-x86_64-2.7/fortranobject.o -L/usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.9.0 -Lbuild/temp.macosx-10.4-x86_64-2.7 -ldfftpack -lfftpack -lgfort     ran -o build/lib.macosx-10.4-x86_64-2.7/scipy/fftpack/_fftpack.so

8464 ld: library not found for -lbundle1.o

8465 collect2: error: ld returned 1 exit status

8466 ld: library not found for -lbundle1.o

8467 collect2: error: ld returned 1 exit status

But if I copy paste this command and run it straight from the command line, it works.

Any idea what’s going on?

PS. I tried Python 2.7.4 and 2.7.5

C.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20131106/beaf2d42/attachment.html>


More information about the SciPy-User mailing list