[Numpy-discussion] lapack too small?

Albert Strasheim fullung at gmail.com
Tue Jul 25 20:32:09 EDT 2006


Hey Mathew

The problem is that ATLAS doesn't provide all the LAPACK functions, only a
few that the ATLAS developers have optimized.

To get a complete LAPACK library, you need to build the Fortran LAPACK
library, and then put the ATLAS-optimized functions into this library.

Details here:

http://math-atlas.sourceforge.net/errata.html#completelp

Regards,

Albert

> -----Original Message-----
> From: numpy-discussion-bounces at lists.sourceforge.net [mailto:numpy-
> discussion-bounces at lists.sourceforge.net] On Behalf Of Mathew Yeates
> Sent: 26 July 2006 00:29
> To: Numpy-discussion at lists.sourceforge.net
> Subject: [Numpy-discussion] lapack too small?
> 
> When I try and build I get the warning
> *********************************************************************
>     Lapack library (from ATLAS) is probably incomplete:
>       size of
> /u/fuego0b/myeates/ATLAS/lib/SunOS_HAMMER32SSE3/liblapack.a is 318k
> (expected
>  >4000k)
> 
>     Follow the instructions in the KNOWN PROBLEMS section of the file
>     numpy/INSTALL.txt.
> *********************************************************************
> 
> 
> 
> But, there is no such file INSTALL.txt
> Whats wrong? This is on Solaris and I built the ATLAS libs myself.
> 
> Mathew





More information about the NumPy-Discussion mailing list