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 wi

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

2006-11-08 Thread Neal Becker
IL PROTECTED]> 0.9.6-1 - Upstream update * Thu Feb 16 2006 Ignacio Vazquez-Abrams <[EMAIL PROTECTED]> 0.9.5-1 - Upstream update * Mon Feb 13 2006 Ignacio Vazquez-Abrams <[EMAIL PROTECTED]> 0.9.4-2 - Rebuild for Fedo

Re: [Numpy-discussion] histogram complete makeover

2006-10-17 Thread Neal Becker
David Huard wrote: > Hi all, > > I'd like to poll the list to see what people want from numpy.histogram(), > since I'm currently writing a contender. > > My main complaints with the current version are: > 1. upper outliers are stored in the last bin, while lower outliers are not > counted at all

[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 /usr/lib/python2.3/site-pac

[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] PATCH build numpy-1.0rc2

2006-10-12 Thread Neal Becker
I have not been able to build any of the numpy-1.0 series. Finally I bit the bullet and fixed it. Here is the patch: diff -u numpy-1.0rc2/numpy/numarray/setup.py{~,} --- numpy-1.0rc2/numpy/numarray/setup.py~ 2006-07-26 16:04:32.0 -0400 +++ numpy-1.0rc2/numpy/numarray/setup.py

Re: [Numpy-discussion] 1.0b5 build failure

2006-09-09 Thread Neal Becker
Sorry, actually that's today's numpy svn - not 1.0b5. - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebS

[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 numpy/core/src/mul