1 Oct 2002 05:00
Re: atlas/clapack/etc problems.
Prabhu Ramachandran <prabhu <at> aero.iitm.ernet.in>
2002-10-01 03:00:29 GMT
2002-10-01 03:00:29 GMT
>>>>> "LC" == Louis Cordier <lcordier <at> dsp.sun.ac.za> writes:
LC> Hi, I need lots of help, pleeeeeeeease (;
LC> My goal is to run Python2.2 on a 60 Workstation Cluster
LC> (Debian3.0), using scipy.cow. However I cant even get scipy to
LC> work.
Instructions for Debian.
1. apt-get install lapack-dev blas-dev fftw-dev
2. Download ATLAS-3.4.x. Build it and also do this:
http://math-atlas.sourceforge.net/errata.html#completelp
3. Download Numeric-22.0. Debian's python-numeric is old and does
not have enough. Build Numeric and install it in /usr/local like so:
python setup.py install --prefix=/usr/local
4. cd /usr/include/python2.2/
mv Numeric Numeric.old
ln -s /usr/local/include/python2.2/Numeric .
5. Get scipy cvs (follow instructions on the web).
6. Then do the following:
cd scipy
(Continue reading)
RSS Feed