[SciPy-dev] Trouble with installing scipy from svn

David Cournapeau david at ar.media.kyoto-u.ac.jp
Sat Feb 9 07:45:24 EST 2008


Christopher Burns wrote:
> numpyconfig.h was not being installed.  I added this to numpy/core/setup.py.
>
> This got me a bit further in the build before failing on the error
> below.  UFUNC_NOFPE is defined in the source file ufuncobject.h, but
> appears to be removed from this header when it's installed.  Anyone
> have any insight on this?
>
> scipy/special/_cephesmodule.c: In function 'init_cephes':
> scipy/special/_cephesmodule.c:1084: error: 'UFUNC_NOFPE' undeclared
> (first use in this function)
> ...
> error: Command "gcc -pthread -fno-strict-aliasing -DNDEBUG -O2 -g
> -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
> --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC
> -fPIC -I/home/cburns/local/lib64/python2.5/site-packages/numpy/core/include
> -I/usr/include/python2.5 -c scipy/special/_cephesmodule.c -o
> build/temp.linux-x86_64-2.5/scipy/special/_cephesmodule.o" failed with
> exit status 1
>   
I cannot reproduce this. Did you remove formerly installed numpy/scipy 
before installing the new ones ?

cheers,

David



More information about the SciPy-Dev mailing list