Re: [Numpy-discussion] Scipy build can't find BLAS when using numpy master? (Was: Should arr.diagonal() return a copy or a view? (1.7 compatibility issue))

2012-05-16 Thread Nathaniel Smith
On Wed, May 16, 2012 at 4:50 PM, Robert Kern wrote: > On Wed, May 16, 2012 at 4:35 PM, Nathaniel Smith wrote: >> On Wed, May 16, 2012 at 4:24 PM, Robert Kern wrote: >>> On Wed, May 16, 2012 at 4:21 PM, Nathaniel Smith wrote: >>> I built some pristine python 2.7 installs from scratch (no vi

Re: [Numpy-discussion] Scipy build can't find BLAS when using numpy master? (Was: Should arr.diagonal() return a copy or a view? (1.7 compatibility issue))

2012-05-16 Thread Skipper Seabold
On Wed, May 16, 2012 at 11:50 AM, Robert Kern wrote: > On Wed, May 16, 2012 at 4:35 PM, Nathaniel Smith wrote: >> On Wed, May 16, 2012 at 4:24 PM, Robert Kern wrote: >>> On Wed, May 16, 2012 at 4:21 PM, Nathaniel Smith wrote: >>> I built some pristine python 2.7 installs from scratch (no v

Re: [Numpy-discussion] Scipy build can't find BLAS when using numpy master? (Was: Should arr.diagonal() return a copy or a view? (1.7 compatibility issue))

2012-05-16 Thread Robert Kern
On Wed, May 16, 2012 at 4:35 PM, Nathaniel Smith wrote: > On Wed, May 16, 2012 at 4:24 PM, Robert Kern wrote: >> On Wed, May 16, 2012 at 4:21 PM, Nathaniel Smith wrote: >> >>> I built some pristine python 2.7 installs from scratch (no virtualenv, >>> no distro tweaks, etc.). Then I installed som

Re: [Numpy-discussion] Scipy build can't find BLAS when using numpy master? (Was: Should arr.diagonal() return a copy or a view? (1.7 compatibility issue))

2012-05-16 Thread Nathaniel Smith
On Wed, May 16, 2012 at 4:24 PM, Robert Kern wrote: > On Wed, May 16, 2012 at 4:21 PM, Nathaniel Smith wrote: > >> I built some pristine python 2.7 installs from scratch (no virtualenv, >> no distro tweaks, etc.). Then I installed some version of numpy in >> each, then tried building scipy. With

Re: [Numpy-discussion] Scipy build can't find BLAS when using numpy master? (Was: Should arr.diagonal() return a copy or a view? (1.7 compatibility issue))

2012-05-16 Thread Robert Kern
On Wed, May 16, 2012 at 4:21 PM, Nathaniel Smith wrote: > I built some pristine python 2.7 installs from scratch (no virtualenv, > no distro tweaks, etc.). Then I installed some version of numpy in > each, then tried building scipy. With numpy 1.6.1 (built from git), > everything seems fine - it

[Numpy-discussion] Scipy build can't find BLAS when using numpy master? (Was: Should arr.diagonal() return a copy or a view? (1.7 compatibility issue))

2012-05-16 Thread Nathaniel Smith
On Wed, May 16, 2012 at 3:15 PM, Robert Kern wrote: > On Wed, May 16, 2012 at 3:10 PM, Nathaniel Smith wrote: >> On Wed, May 16, 2012 at 3:04 PM, Benjamin Root wrote: > >>> Just as a sanity check, do the scipy tests run without producing any such >>> messages? >> >> I tried checking this before,