Thanks Alexander, that was quite helpful, but unfortunately does not actually work. The recommendations there are akin to a site.cfg file:<div><br></div><div>[atlas]</div><div>atlas_libs = </div><div>library_dirs =</div><div>
<br></div><div>[blas]</div><div>blas_libs = cblas,acml</div><div>library_dirs = /opt/acml5.2.0/gfortan64_fma4/lib</div><div><br></div><div><div>[lapack]</div><div>blas_libs = cblas,acml</div><div>library_dirs = /opt/acml5.2.0/gfortan64_fma4/lib</div>
</div><div>$ python setup.py build<br></div><div><div><br></div><div>However this makes numpy think that there is no optimized blas available and prevents the numpy.core._dotblas module from being built.</div></div><div><br>
</div><div>-Brad</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Dec 6, 2012 at 4:29 AM, Alexander Eberspächer <span dir="ltr"><<a href="mailto:alex.eberspaecher@gmail.com" target="_blank">alex.eberspaecher@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Fri, 30 Nov 2012 12:13:58 -0800<br>
"Bradley M. Froehle" <<a href="mailto:brad.froehle@gmail.com">brad.froehle@gmail.com</a>> wrote:<br>
<br>
> As far as I can tell, it's IMPOSSIBLE to create a site.cfg which will<br>
> link to ACML when a system installed ATLAS is present.<br>
<br>
</div>setup.py respects environment variables. You can set ATLAS to None and<br>
force the setup to use $LAPACK and $BLAS. See also this link:<br>
<br>
<a href="http://www.der-schnorz.de/2012/06/optimized-linear-algebra-and-numpyscipy/" target="_blank">http://www.der-schnorz.de/2012/06/optimized-linear-algebra-and-numpyscipy/</a><br>
<br>
Greetings<br>
<br>
Alex<br>
_______________________________________________<br>
NumPy-Discussion mailing list<br>
<a href="mailto:NumPy-Discussion@scipy.org">NumPy-Discussion@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/numpy-discussion" target="_blank">http://mail.scipy.org/mailman/listinfo/numpy-discussion</a><br>
</blockquote></div><br></div>