[SciPy-Dev] disabling Accelerate on OS X

Kyle Mandli kyle.mandli at gmail.com
Tue Jun 11 15:16:45 EDT 2013


Any idea what kind of performance decrease is this likely to cause
(switching from accelerate to OpenBLAS)?  I currently rely on wrapping a
Fortran routine that uses system_info to find the LAPACK libraries (via
f2py --link-lapack_opt).

Kyle


On Tue, Jun 11, 2013 at 1:34 AM, Ralf Gommers <ralf.gommers at gmail.com>wrote:

> Hi,
>
> Given the issues we've been having with Accelerate on OS X 10.7 and 10.8,
> we plan to disable support for it completely in scipy (and numpy, will
> bring that up on numpy-discussion later) before the next release.
>
> Background:
> https://github.com/scipy/scipy/issues/2248
> https://github.com/scipy/scipy/issues/2547
>
> This will make compiling on OS X harder, but we can't leave functionality
> giving incorrect results (and ~70 test errors) hang around forever, so we
> have to do something. We'll do some testing and write up a guide for how to
> build against other BLAS/LAPACK implementations. Homebrew already supports
> OpenBLAS, so that's a good option for who doesn't want to go through
> compiling their own libraries.
>
> Ralf
>
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20130611/b6f76d4a/attachment.html>


More information about the SciPy-Dev mailing list