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