Thanks Alexander, that was quite helpful, but unfortunately does not actually work. The recommendations there are akin to a site.cfg file:
[atlas] atlas_libs = library_dirs = [blas] blas_libs = cblas,acml library_dirs = /opt/acml5.2.0/gfortan64_fma4/lib [lapack] blas_libs = cblas,acml library_dirs = /opt/acml5.2.0/gfortan64_fma4/lib $ python setup.py build However this makes numpy think that there is no optimized blas available and prevents the numpy.core._dotblas module from being built. -Brad On Thu, Dec 6, 2012 at 4:29 AM, Alexander Eberspächer < [email protected]> wrote: > On Fri, 30 Nov 2012 12:13:58 -0800 > "Bradley M. Froehle" <[email protected]> wrote: > > > As far as I can tell, it's IMPOSSIBLE to create a site.cfg which will > > link to ACML when a system installed ATLAS is present. > > setup.py respects environment variables. You can set ATLAS to None and > force the setup to use $LAPACK and $BLAS. See also this link: > > http://www.der-schnorz.de/2012/06/optimized-linear-algebra-and-numpyscipy/ > > Greetings > > Alex > _______________________________________________ > NumPy-Discussion mailing list > [email protected] > http://mail.scipy.org/mailman/listinfo/numpy-discussion >
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
