Quoting Thomas Kahle <[email protected]>:
One more thing, This is fixed in 1.6 tree of numpy, where the
call to gfortran uses what is in the site config.
Will sage move to a higher version of numpy at some point?
Yes! The problem that prevent us to upgrade numpy is fixed in numpy-1.7. The
release cannot come quickly enough for us.
For numpy 1.5 would by any chance gfortran be called with -fexternal-blas at
some point? On my system with python 3.2 lapack was not properly detected,
that's why dotblas hasn't been built. Numpy 1.5.1 with python 3.2 used an
internal implementation of the lapack functions it uses.
This probably explains why scipy doesn't compile with numpy 1.5 and
python 3.2.
Francois