Re: [Numpy-discussion] 673

2008-04-28 Thread Stéfan van der Walt
2008/4/28 Pearu Peterson <[EMAIL PROTECTED]>: > Hi, > > As far as I am concerned, the issue needs a cosmetic fix of renaming > pythonxerbla to python_xerbla Done. > and the rest of the issue can be postponed to 1.2. Cheers Stéfan ___ Numpy-discussion

Re: [Numpy-discussion] 673

2008-04-28 Thread Pearu Peterson
Hi, As far as I am concerned, the issue needs a cosmetic fix of renaming pythonxerbla to python_xerbla and the rest of the issue can be postponed to 1.2. Note that this isn't purely a numpy issue. To fix the issue, system or user provided blas/lapack libraries need to be changed, we can only give

Re: [Numpy-discussion] 673

2008-04-28 Thread Jarrod Millman
On Wed, Apr 9, 2008 at 6:34 AM, Stéfan van der Walt <[EMAIL PROTECTED]> wrote: > Unfortunately, I couldn't get this patch to work, and my time has run > out. Maybe someone with more knowledge the precedences/order of > functions during linking can take a look. I don't know how to tell > the sy

Re: [Numpy-discussion] 673

2008-04-09 Thread Stéfan van der Walt
Unfortunately, I couldn't get this patch to work, and my time has run out. Maybe someone with more knowledge the precedences/order of functions during linking can take a look. I don't know how to tell the system BLAS to call our custom xerbla, instead of the one provided. The patch addresses an

Re: [Numpy-discussion] 673

2008-04-09 Thread Stéfan van der Walt
I'm busy working on this one. Can't get the patch working as advertised, yet, so I'm wondering if lapack_lite is preferring some other xerbla over the one provided. On 09/04/2008, Jarrod Millman <[EMAIL PROTECTED]> wrote: > This has a patch: > http://projects.scipy.org/scipy/numpy/ticket/673 > >

[Numpy-discussion] 673

2008-04-09 Thread Jarrod Millman
This has a patch: http://projects.scipy.org/scipy/numpy/ticket/673 Could someone review, comment or commit? Thanks, -- Jarrod Millman Computational Infrastructure for Research Labs 10 Giannini Hall, UC Berkeley phone: 510.643.4014 http://cirl.berkeley.edu/ __