Re: [Numpy-discussion] numpy trunk build broken on 32-bit ubuntu

2008-08-28 Thread David Cournapeau
On Wed, Aug 27, 2008 at 9:44 AM, Pierre GM [EMAIL PROTECTED] wrote: On Tuesday 26 August 2008 20:41:44 Charles R Harris wrote: I've been thinking of reverting the changes rather than waiting for David to get back. As mentioned in a previous email, that fails on x86_64 AMD as well, same

[Numpy-discussion] numpy trunk build broken on 32-bit ubuntu

2008-08-26 Thread Fernando Perez
Howdy, building numpy from trunk right now (r5708) on a 32-bit ubuntu box gives: compiling C sources C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC creating build/temp.linux-i686-2.5/build creating

Re: [Numpy-discussion] numpy trunk build broken on 32-bit ubuntu

2008-08-26 Thread Charles R Harris
On Tue, Aug 26, 2008 at 6:23 PM, Fernando Perez [EMAIL PROTECTED]wrote: Howdy, building numpy from trunk right now (r5708) on a 32-bit ubuntu box gives: compiling C sources C compiler: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC creating

Re: [Numpy-discussion] numpy trunk build broken on 32-bit ubuntu

2008-08-26 Thread Robert Kern
On Tue, Aug 26, 2008 at 19:41, Charles R Harris [EMAIL PROTECTED] wrote: I've been thinking of reverting the changes rather than waiting for David to get back. Go ahead. -- Robert Kern I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our

Re: [Numpy-discussion] numpy trunk build broken on 32-bit ubuntu

2008-08-26 Thread Pierre GM
On Tuesday 26 August 2008 20:41:44 Charles R Harris wrote: I've been thinking of reverting the changes rather than waiting for David to get back. As mentioned in a previous email, that fails on x86_64 AMD as well, same place. Commenting out `trunc` in umathmodule.c.src does the trick.