Re: [Numpy-discussion] Building a new copy of NumPy

2009-10-07 Thread Stéfan van der Walt
You can pull the patches from David's fix_abi branch: http://github.com/cournape/numpy/tree/fix_abi This branch has been hacked to be ABI compatible with previous versions. Cheers Stéfan 2009/10/7 Gökhan Sever : > I have seen that message, but I wasn't sure these errors were directly > connecte

Re: [Numpy-discussion] Building a new copy of NumPy

2009-10-07 Thread Gökhan Sever
I have seen that message, but I wasn't sure these errors were directly connected since he mentions of getting segfaults whereas in my case only gives import errors. Building a new copy of scipy fixed this error. On Wed, Oct 7, 2009 at 10:10 AM, Robert Kern wrote: > On Wed, Oct 7, 2009 at 09:55,

Re: [Numpy-discussion] Building a new copy of NumPy

2009-10-07 Thread Robert Kern
On Wed, Oct 7, 2009 at 09:55, Gökhan Sever wrote: > Hello, > > I checked-out the latest trunk and make a new installation of NumPy. My > question: Is it a known behaviour that this action will result with > re-building other packages that are dependent on NumPy. In my case, I had to > re-built mat

[Numpy-discussion] Building a new copy of NumPy

2009-10-07 Thread Gökhan Sever
Hello, I checked-out the latest trunk and make a new installation of NumPy. My question: Is it a known behaviour that this action will result with re-building other packages that are dependent on NumPy. In my case, I had to re-built matplotlib, and now scipy. Here is the error message that I am g