[SciPy-user] High-Performance BLAS by Kazushige Goto

Pearu Peterson pearu at scipy.org
Fri Oct 29 08:33:32 EDT 2004



On Fri, 29 Oct 2004, Nils Wagner wrote:

> Hi all,
>
> Is it possible to use the High-Performance BLAS by Kazushige Goto
>
> http://www.cs.utexas.edu/users/flame/goto/
>
> instead of ATLAS ?
>
> Any pointer would be appreciated.

1) Download appropiate file libgoto_xxx.so
2) Install it, say, to /usr/local/lib/libgoto_xxx.so
3) Rebuild scipy using the following commands

   rm -rf build
   python setup.py build_src build_ext -O/usr/local/lib/libgoto_xxx.so build

Pearu




More information about the SciPy-User mailing list