From: Paul F. D. <pau...@ho...> - 2000-05-25 15:55:27
|
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: num...@li... > [mailto:num...@li...]On Behalf Of > hi...@di... > Sent: Thursday, May 25, 2000 8:41 AM > To: da...@da... > Cc: num...@li... > 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: hi...@cn... > 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 > Num...@li... > http://lists.sourceforge.net/mailman/listinfo/numpy-discussion > |