Gong, Shawn (Contractor) wrote: > Hi List, > > I am trying to install numpy 1.0.1 on Linux. (Numeric and numarray have been > fine) > System info: Redhat Linux kernel 2.4 with gcc 3.2.3 but no separate FORTRAN > compiler. > It has a Fortran 77 compiler (the one which comes as part of gcc) > > My questions: > 1) install can't find ATLAS (*.a) that I specify. > Do they have to be *.so files?
No. > Do the *.a file sizes look right? Pretty much. > Where can I get libblas.so liblapack.so files? Don't bother. Try to get the libraries that you have working; see below. > 2) do I need a FORTRAN compiler? Will Fortran 77 compiler do? Yes. Yes. > I also changed site.cfg to enter > "library_dirs = /usr/local/lib/atlas/" Could you provide the complete site.cfg file and tell us where you put it relative to the numpy source directory? -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
