[Numpy-discussion] Impossibility to build nipy on recent numpy?

2009-12-09 Thread Gael Varoquaux
In the nipy project, we have cython-generated C files checked in. With the latest numpy I get the following run-time failure: /home/varoquau/dev/nipy-trunk/nipy/neurospin/register/iconic_matcher.py, line 6, in module from routines import _joint_histogram, _similarity, similarity_measures

Re: [Numpy-discussion] Impossibility to build nipy on recent numpy?

2009-12-09 Thread Matthew Brett
Hi, On Wed, Dec 9, 2009 at 4:31 PM, Gael Varoquaux gael.varoqu...@normalesup.org wrote: In the nipy project, we have cython-generated C files checked in. With the latest numpy I get the following run-time failure: /home/varoquau/dev/nipy-trunk/nipy/neurospin/register/iconic_matcher.py, line

Re: [Numpy-discussion] Impossibility to build nipy on recent numpy?

2009-12-09 Thread Gael Varoquaux
On Wed, Dec 09, 2009 at 04:36:54PM -0500, Matthew Brett wrote: /home/varoquau/dev/nipy-trunk/nipy/neurospin/register/iconic_matcher.py, line 6, in module    from routines import _joint_histogram, _similarity, similarity_measures  File numpy.pxi, line 74, in

Re: [Numpy-discussion] Impossibility to build nipy on recent numpy?

2009-12-09 Thread Robert Kern
On Wed, Dec 9, 2009 at 15:31, Gael Varoquaux gael.varoqu...@normalesup.org wrote: In the nipy project, we have cython-generated C files checked in. With the latest numpy I get the following run-time failure: /home/varoquau/dev/nipy-trunk/nipy/neurospin/register/iconic_matcher.py, line 6, in

Re: [Numpy-discussion] Impossibility to build nipy on recent numpy?

2009-12-09 Thread Gael Varoquaux
On Wed, Dec 09, 2009 at 03:39:56PM -0600, Robert Kern wrote: Where routines.c is a cython-generated file. I suspect that this is due to the recent change in the size of the struct representing numpy arrays. With other projects, it was sufficient to recompile the project to avoid this

Re: [Numpy-discussion] Impossibility to build nipy on recent numpy?

2009-12-09 Thread Robert Kern
On Wed, Dec 9, 2009 at 15:40, Gael Varoquaux gael.varoqu...@normalesup.org wrote: On Wed, Dec 09, 2009 at 04:36:54PM -0500, Matthew Brett wrote: /home/varoquau/dev/nipy-trunk/nipy/neurospin/register/iconic_matcher.py, line 6, in module    from routines import _joint_histogram, _similarity,