Re: [Numpy-discussion] Changeset 5609 of numpy breaks scipy build

2008-08-05 Thread David Cournapeau
On Wed, Aug 6, 2008 at 8:36 AM, David Cournapeau <[EMAIL PROTECTED]> wrote: > On Wed, Aug 6, 2008 at 8:20 AM, Fernando Perez <[EMAIL PROTECTED]> wrote: >> Howdy, >> >> I just noticed that scipy wasn't building via my little script that >> does a numpy/mpl/scipy svn update+clean build. > > That woul

Re: [Numpy-discussion] Changeset 5609 of numpy breaks scipy build

2008-08-05 Thread David Cournapeau
On Wed, Aug 6, 2008 at 8:20 AM, Fernando Perez <[EMAIL PROTECTED]> wrote: > Howdy, > > I just noticed that scipy wasn't building via my little script that > does a numpy/mpl/scipy svn update+clean build. That would be me. I forgot to take into account C++ in this change. Looking at it cheers, Da

[Numpy-discussion] Changeset 5609 of numpy breaks scipy build

2008-08-05 Thread Fernando Perez
Howdy, I just noticed that scipy wasn't building via my little script that does a numpy/mpl/scipy svn update+clean build. Chris Burn's excellent hunch pinpointed the culprit: http://projects.scipy.org/scipy/numpy/changeset/5609 Innocent looking as it may be, with numpy after that revision, bui