Dear pypy users,

Is pypy working with scipy? I need numpy&scipy for pypy. I installed correctly the nightly PyPy and the NumPy fork but when I try to install scipy I get this error:

/usr/include/numpy/npy_math.h:452:27: error: unknown type name ‘npy_clongdouble’
 npy_clongdouble npy_csinl(npy_clongdouble z);
                           ^
error: Command "cc -O2 -fPIC -Wimplicit -I/home/user/apps/pypy-c-jit-78122-2c4887192c62-linux64/site-packages/scipy/scipy/special -I/home/user/apps/pypy-c-jit-78122-2c4887192c62-linux64/include -I/home/user/apps/pypy-c-jit-78122-2c4887192c62-linux64/include -I/home/user/apps/pypy-c-jit-78122-2c4887192c62-linux64/site-packages/scipy/scipy/special/c_misc -I/home/user/apps/pypy-c-jit-78122-2c4887192c62-linux64/include -c scipy/special/c_misc/struve.c -o build/temp.linux-x86_64-2.7/scipy/special/c_misc/struve.o" failed with exit status 1

Any idea? Thank you!

Miguel

_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to