Re: [Numpy-discussion] Compiling numpy with lapack and atlas

2006-11-12 Thread Neal Becker
I see you're on linux. If this is Fedora, atlas (and the other libaries) are available from standard repos (core + extras) - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly

Re: [Numpy-discussion] building fc6 rpm of numpy

2006-11-08 Thread Neal Becker
-Abrams [EMAIL PROTECTED] 0.9.4-2 - Rebuild for Fedora Extras 5 * Thu Feb 2 2006 Ignacio Vazquez-Abrams [EMAIL PROTECTED] 0.9.4-1 - Initial RPM release - Added gfortran patch from Neal Becker - Using Tomcat but need to do more

[Numpy-discussion] numpy-1.0 problem with install --skip-build

2006-10-12 Thread Neal Becker
It appears the problem with getting a numpy-1.0 built with RPM is caused by using 2 step process: python setup.py build python setup.py install --skip-build --root $RPM_BUILD_ROOT This doesn't seem to work correctly! If I change it to just do: python setup.py install it works OK.

[Numpy-discussion] numpy on centos4.4?

2006-10-12 Thread Neal Becker
Has anyone built numpy-1.0rc2/scipy-0.5.1 on centos4.4? It seems that a fortran90+ compiler is required, so I installed gcc4-gfortran-4.1.0-18.EL4 libgfortran-4.1.0-18.EL4 Didn't quite work though. Built numpy+scipy OK, but then: Warning: FAILURE importing tests for module 'scipy.linalg.blas'

[Numpy-discussion] 1.0b5 build failure

2006-09-09 Thread Neal Becker
Fedora FC5 linux, with BLAS, LAPACK, ATLAS, FFTW compile options: '-Ibuild/src.linux-x86_64-2.4/numpy/core/src -Inumpy/core/include -Ibuild/src.linux-x86_64-2.4/numpy/core -Inumpy/core/src -Inumpy/core/include -I/usr/include/python2.4 -c' gcc: numpy/core/src/multiarraymodule.c