[SciPy-user] numpy installer not finding ATLAS in spite of correct environment variable

Robert Kern robert.kern at gmail.com
Thu Feb 1 14:59:36 EST 2007


Anand Patil wrote:
> Hi all,
> 
> I'm trying to install numpy on a machine in which 
> /usr/local/atlas/lib/Linux_HAMMER64SSE2_4 contains:
> 
> libatlas.a  libcblas.a  liblapack.a  libptcblas.a  libtstatlas.a  
> Makefile  Make.inc

You are missing libf77blas.a which should have the FORTRAN-compatible symbols
that numpy.linalg uses. Make sure that the ATLAS configuration process
recognizes your FORTRAN compiler (probably g77). Then it should build that library.

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



More information about the SciPy-User mailing list