[Numpy-discussion] How to compile numpy without ATLAS support?

Charles R Harris charlesr.harris at gmail.com
Tue Aug 18 00:28:38 EDT 2009


On Mon, Aug 17, 2009 at 4:25 PM, Jonathan Taylor <
jonathan.taylor at utoronto.ca> wrote:

> I am wondering how I might be able to compile numpy without ATLAS on a
> ubuntu machine that has an atlas deb installed.  It seems that the
> numpy build routine automatically detects it.
>

Try

BLAS=None LAPACK=None* ATLAS*=None python setup.py ....

I haven't tried it myself but it is rumored to work ;)

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20090817/d64b9192/attachment.html>


More information about the NumPy-Discussion mailing list