On Sat, Jul 10, 2010 at 6:15 PM, Stefan Seefeld <[email protected]> wrote: > Hello, > > the NumPy docs (at http://docs.scipy.org/doc/numpy/user/install.html) > suggest that NumPy doesn't require external linear algebra libraries > (such as ATLAS). How can I compiler NumPy without using them, even if > they are detected ? Are there any undocumented options I can pass to > setup.py ? (`setup.py build --help` didn't report anything.)
BLAS=None LAPACK=None ATLAS=None python setup.py build David _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
