Re: [Numpy-discussion] git source datetime build error

2011-06-08 Thread Mark Wiebe
I've committed a fix for x86_64 as well now. Sorry for the breakage! -Mark On Tue, Jun 7, 2011 at 7:53 PM, Angus McMorland amcm...@gmail.com wrote: On 7 June 2011 17:57, Mark Wiebe mwwi...@gmail.com wrote: Hi Angus, Thanks for reporting that, I've committed a fix so it builds in the

Re: [Numpy-discussion] git source datetime build error

2011-06-08 Thread Scott Sinclair
On 8 June 2011 17:27, Mark Wiebe mwwi...@gmail.com wrote: I've committed a fix for x86_64 as well now. Sorry for the breakage! Works for me. (numpy-master-2.7)scott@godzilla:~$ python -c import numpy; numpy.test() Running unit tests for numpy NumPy version 2.0.0.dev-76ca55f NumPy is installed

[Numpy-discussion] git source datetime build error

2011-06-07 Thread Angus McMorland
Hi all, I'm experiencing a build failure from current numpy git, which seems to be datetime related. Here's the error message. creating build/temp.linux-i686-2.6/numpy/core/src/multiarray compile options: '-Inumpy/core/include -Ibuild/src.linux-i686-2.6/numpy/core/include/numpy

Re: [Numpy-discussion] git source datetime build error

2011-06-07 Thread Mark Wiebe
Hi Angus, Thanks for reporting that, I've committed a fix so it builds in the monolithic mode again. -Mark On Tue, Jun 7, 2011 at 4:23 PM, Angus McMorland amcm...@gmail.com wrote: Hi all, I'm experiencing a build failure from current numpy git, which seems to be datetime related. Here's

Re: [Numpy-discussion] git source datetime build error

2011-06-07 Thread Angus McMorland
On 7 June 2011 17:57, Mark Wiebe mwwi...@gmail.com wrote: Hi Angus, Thanks for reporting that, I've committed a fix so it builds in the monolithic mode again. Thanks Mark. That fixed it for i686, but on x86_64 I get the following. Still looks datetime related. compile options:

Re: [Numpy-discussion] git source datetime build error

2011-06-07 Thread Fernando Perez
On Tue, Jun 7, 2011 at 5:53 PM, Angus McMorland amcm...@gmail.com wrote: Thanks Mark. That fixed it for i686, but on x86_64 I get the following. Still looks datetime related. Same failure here... ___ NumPy-Discussion mailing list