Re: [Numpy-discussion] HOWTO build NumPy without external math libs

2010-07-14 Thread David Cournapeau
On Sat, Jul 10, 2010 at 6:15 PM, Stefan Seefeld 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 detect

Re: [Numpy-discussion] HOWTO build NumPy without external math libs

2010-07-14 Thread Charles R Harris
On Wed, Jul 14, 2010 at 12:25 AM, Stefan Seefeld wrote: > On 07/13/2010 04:05 PM, Christopher Barker wrote: > > Robert Kern wrote: > > > >>> I don't believe that there are any such options, but is there a > particular > >>> reason why you *don't* want to use such external libs if you have them? >

Re: [Numpy-discussion] HOWTO build NumPy without external math libs

2010-07-13 Thread Stefan Seefeld
On 07/13/2010 04:05 PM, Christopher Barker wrote: > Robert Kern wrote: > >>> I don't believe that there are any such options, but is there a particular >>> reason why you *don't* want to use such external libs if you have them? I >>> don't think anyone has considered a use-case where one would

Re: [Numpy-discussion] HOWTO build NumPy without external math libs

2010-07-13 Thread Benjamin Root
On Tue, Jul 13, 2010 at 3:05 PM, Christopher Barker wrote: > Robert Kern wrote: > >> I don't believe that there are any such options, but is there a > particular > >> reason why you *don't* want to use such external libs if you have them? > I > >> don't think anyone has considered a use-case wher

Re: [Numpy-discussion] HOWTO build NumPy without external math libs

2010-07-13 Thread Christopher Barker
Robert Kern wrote: >> I don't believe that there are any such options, but is there a particular >> reason why you *don't* want to use such external libs if you have them? I >> don't think anyone has considered a use-case where one would want to ignore >> such libraries. > > Building redistributa

Re: [Numpy-discussion] HOWTO build NumPy without external math libs

2010-07-13 Thread Robert Kern
On Tue, Jul 13, 2010 at 14:39, Benjamin Root wrote: > Stefan, > > I don't believe that there are any such options, but is there a particular > reason why you *don't* want to use such external libs if you have them?  I > don't think anyone has considered a use-case where one would want to ignore >

Re: [Numpy-discussion] HOWTO build NumPy without external math libs

2010-07-13 Thread Benjamin Root
Stefan, I don't believe that there are any such options, but is there a particular reason why you *don't* want to use such external libs if you have them? I don't think anyone has considered a use-case where one would want to ignore such libraries. Ben Root On Sat, Jul 10, 2010 at 11:15 AM, S

[Numpy-discussion] HOWTO build NumPy without external math libs

2010-07-10 Thread Stefan Seefeld
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