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

David Cournapeau cournape at gmail.com
Tue Feb 10 10:43:39 EST 2009


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.

cheers,

David



More information about the SciPy-User mailing list