[SciPy-User] scipy.linalg.blas before 0.12.0
Sturla Molden
sturla.molden at gmail.com
Wed Mar 26 09:04:46 EDT 2014
On 26/03/14 13:12, Pauli Virtanen wrote:
> Accelerate's ZDOTC/ZDOTU on the other hand work OK only with
> gfortran -ff2c, and crash without -ff2c, so they seem to
> be in g77 ABI.
>
> 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?
But hopefully the official OS X binaries can use OpenBLAS instead, as
Accelerate is not fork safe.
Sturla
More information about the SciPy-User
mailing list