
Konrad, These instructions rely on the old way of making numpy. The new way would involve making corresponding changes to setup.py I intend to do this as the default soon as I have had numerous requests for it. Paul
-----Original Message----- From: numpy-discussion-admin@lists.sourceforge.net [mailto:numpy-discussion-admin@lists.sourceforge.net]On Behalf Of hinsen@dirac.cnrs-orleans.fr Sent: Thursday, May 25, 2000 8:41 AM To: david@davidmarimont.com Cc: numpy-discussion@lists.sourceforge.net Subject: Re: [Numpy-discussion] using lapack and blas rpms
Please let me know if this is the wrong mailing list for this question:
I'm running red hat linux 6.2 and have used rpms to install the numpy, lapack, and blas packages. How do I get numpy to use the versions of lapack and blas I've installed? Thanks.
You can't do it with the NumPy RPMs, which use the C versions. So you must get the NumPy source code distribution and compile it yourself. Before compiling it, edit the file "Setup" such that the line starting with "lapack_lite" reads
lapack_lite -I./Include Src/lapack_litemodule.c -llapack -lblas -lg2c -lm
The compile and install according to the instructions. -- ------------------------------------------------------------------ ------------- Konrad Hinsen | E-Mail: hinsen@cnrs-orleans.fr Centre de Biophysique Moleculaire (CNRS) | Tel.: +33-2.38.25.55.69 Rue Charles Sadron | Fax: +33-2.38.63.15.17 45071 Orleans Cedex 2 | Deutsch/Esperanto/English/ France | Nederlands/Francais ------------------------------------------------------------------ -------------
_______________________________________________ Numpy-discussion mailing list Numpy-discussion@lists.sourceforge.net http://lists.sourceforge.net/mailman/listinfo/numpy-discussion