[SciPy-User] scipy.linalg.blas before 0.12.0

Pauli Virtanen pav at iki.fi
Wed Mar 26 09:41:12 EDT 2014


Sturla Molden <sturla.molden <at> gmail.com> writes:
[clip]
> > Anyway, these issues should be sorted out in Scipy 0.13.0.
> > As you can see, it's a bit of a hassle to get this right,
> > so the recommendation to use the C APIs is spot on.
> 
> What about LAPACK?
> 
> Should SciPy scrap the one in Accelerate and compile its own on top of a 
> wrapped cblas?

See scipy/_build_utils/src

The FUNCTIONs in LAPACK are also wrapped in Scipy 0.13.0 when using
Accelerate. As far as I know, everything works properly at the moment.

-- 
Pauli Virtanen




More information about the SciPy-User mailing list