Re: [Numpy-discussion] New bug with "setup,py develop"

2008-02-13 Thread David Cournapeau
On Feb 13, 2008 11:27 PM, Charles R Harris <[EMAIL PROTECTED]> wrote: > > Curiously, CFLAGS="-O3 -finline-functions" causes the -fno-strict-aliasing > flag to disappear when the random module is compiled, resulting in a lot of > warnings and, in my experience, probably buggy code generation. So a

Re: [Numpy-discussion] New bug with "setup,py develop"

2008-02-13 Thread Charles R Harris
On Feb 11, 2008 9:24 PM, David Cournapeau <[EMAIL PROTECTED]> wrote: > On Mon, 2008-02-11 at 20:42 -0700, Charles R Harris wrote: > > > > > > On Feb 11, 2008 7:10 PM, David Cournapeau <[EMAIL PROTECTED]> wrote: > > > > On Feb 11, 2008 5:40 PM, Charles R Harris > > <[EMAIL PROTECTED

Re: [Numpy-discussion] New bug with "setup,py develop"

2008-02-11 Thread David Cournapeau
On Mon, 2008-02-11 at 20:42 -0700, Charles R Harris wrote: > > > On Feb 11, 2008 7:10 PM, David Cournapeau <[EMAIL PROTECTED]> wrote: > > On Feb 11, 2008 5:40 PM, Charles R Harris > <[EMAIL PROTECTED]> wrote: > > > > > > > > On Feb 11, 2008

Re: [Numpy-discussion] New bug with "setup,py develop"

2008-02-11 Thread Charles R Harris
On Feb 11, 2008 7:10 PM, David Cournapeau <[EMAIL PROTECTED]> wrote: > On Feb 11, 2008 5:40 PM, Charles R Harris <[EMAIL PROTECTED]> > wrote: > > > > > > > > On Feb 11, 2008 1:21 AM, Robert Kern <[EMAIL PROTECTED]> wrote: > > > > > I've just updated the SVN trunk to get the latest numscons merge.

Re: [Numpy-discussion] New bug with "setup,py develop"

2008-02-11 Thread David Cournapeau
On Feb 11, 2008 5:40 PM, Charles R Harris <[EMAIL PROTECTED]> wrote: > > > > On Feb 11, 2008 1:21 AM, Robert Kern <[EMAIL PROTECTED]> wrote: > > > I've just updated the SVN trunk to get the latest numscons merge. > > Something broke the support I put in for the setuptools "develop" > > command. In

Re: [Numpy-discussion] New bug with "setup,py develop"

2008-02-11 Thread Robert Kern
On Feb 11, 2008 3:49 AM, David Cournapeau <[EMAIL PROTECTED]> wrote: > On Feb 11, 2008 5:38 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > > On Feb 11, 2008 2:21 AM, Robert Kern <[EMAIL PROTECTED]> wrote: > > > I've just updated the SVN trunk to get the latest numscons merge. > > > Something broke th

Re: [Numpy-discussion] New bug with "setup,py develop"

2008-02-11 Thread David Cournapeau
On Feb 11, 2008 6:49 PM, David Cournapeau <[EMAIL PROTECTED]> wrote: > On Feb 11, 2008 5:38 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > > On Feb 11, 2008 2:21 AM, Robert Kern <[EMAIL PROTECTED]> wrote: > > > I've just updated the SVN trunk to get the latest numscons merge. > > > Something broke th

Re: [Numpy-discussion] New bug with "setup,py develop"

2008-02-11 Thread David Cournapeau
On Feb 11, 2008 5:38 PM, Robert Kern <[EMAIL PROTECTED]> wrote: > On Feb 11, 2008 2:21 AM, Robert Kern <[EMAIL PROTECTED]> wrote: > > I've just updated the SVN trunk to get the latest numscons merge. > > Something broke the support I put in for the setuptools "develop" > > command. In order to make

Re: [Numpy-discussion] New bug with "setup,py develop"

2008-02-11 Thread Charles R Harris
On Feb 11, 2008 1:21 AM, Robert Kern <[EMAIL PROTECTED]> wrote: > I've just updated the SVN trunk to get the latest numscons merge. > Something broke the support I put in for the setuptools "develop" > command. In order to make sure that setuptools' "develop" works with > numpy.distutils' "build_s

Re: [Numpy-discussion] New bug with "setup,py develop"

2008-02-11 Thread Robert Kern
On Feb 11, 2008 2:21 AM, Robert Kern <[EMAIL PROTECTED]> wrote: > I've just updated the SVN trunk to get the latest numscons merge. > Something broke the support I put in for the setuptools "develop" > command. In order to make sure that setuptools' "develop" works with > numpy.distutils' "build_sr

[Numpy-discussion] New bug with "setup,py develop"

2008-02-11 Thread Robert Kern
I've just updated the SVN trunk to get the latest numscons merge. Something broke the support I put in for the setuptools "develop" command. In order to make sure that setuptools' "develop" works with numpy.distutils' "build_src", we override the "develop" command to reinitialize the "build_src" co