[SciPy-user] Problem with scipy.linalg and LAPACK.

Michael Abshoff michael.abshoff at googlemail.com
Tue Feb 10 10:55:52 EST 2009


David Cournapeau wrote:
> On Tue, Feb 10, 2009 at 11:53 PM, Michael Abshoff
> <michael.abshoff at googlemail.com> wrote:
>> If your toolchain produces 32 bit binaries per default
>> there are a couple files in Scipy 0.6 that are not build cleanly  via
>> distutils, but that pick the Fortran compiler like gfortran directly and
>> you end up attempting to link 32 bit object files into a 64 bit lib.
>> This passes at link time, but blows up on import.
> 
> I don't think that's the problem here: the symbol not found simply
> does not exist in LAPACK  < 3.2. Scipy and LAPACK 3.2 do not work
> together AFAIK.

Yes, it was a long short, but given the statement that John retried with 
Lapack 3.1.1 it seems odd. I don't know if he wiped the build directory 
and all that, so the problem might be something simple like that.

> cheers,
> 
> David

Cheers,

Michael

> _______________________________________________
> SciPy-user mailing list
> SciPy-user at scipy.org
> http://projects.scipy.org/mailman/listinfo/scipy-user
> 




More information about the SciPy-User mailing list