Hi Miguel.
I would be very suprised if scipy worked with our as-yet-incomplete numpy implementation and fork. This particular error is caused by a missing pypy-compatible npy_math.h header file. It may help to take a look at where we (mis)placed the definitions from that header (you should find our headers in /home/user/apps/pypy-c-jit-78122-2c4887192c62-linux64/include/numpy ) and try to create a pypy-compatible version, but you may quickly run into other errors and incomatibilities.
Matti

On 17/06/15 03:47, Miguel Grau wrote:
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

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

Reply via email to