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
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
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
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
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.
---
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
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
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