Re: [Numpy-discussion] how to use numpy-vendor

2012-08-14 Thread Ondřej Čertík
Hi, I've uploaded the binaries here: https://sourceforge.net/projects/numpy/files/NumPy/1.7.0beta/ The only thing that's missing are Mac binaries, otherwise everything else is there. Here is the full log from the build (you have to click on "View Raw" as the log is long): https://gist.github.co

Re: [Numpy-discussion] A step toward merging odeint and ode

2012-08-14 Thread Ralf Gommers
On Sun, Aug 12, 2012 at 12:41 PM, Fabrice Silva wrote: > I made a pull request [1] to integrate the LSODA solver that is used in > odeint into the modular scipy.integrate.ode generic class. In a similar > way as for vode, it just wraps the already present lsoda.f file > (see .pyf file) and exposes

Re: [Numpy-discussion] how to use numpy-vendor

2012-08-14 Thread Ondřej Čertík
On Tue, Aug 14, 2012 at 7:26 AM, Ondřej Čertík wrote: > On Tue, Aug 14, 2012 at 3:43 AM, David Cournapeau wrote: [...] >> This is then referred through env by the pavement script (see >> https://github.com/numpy/numpy/blob/master/pavement.py#L143). Renaming >> yop to atlas would be a good idea, d

Re: [Numpy-discussion] minor threads-related issue in numpy-release 1.6.2 and numpy-dev

2012-08-14 Thread Aron Ahmadia
> Some parts of the numpy code release the GIL, so it needs to be reacquired > in order to call the Python C_API. A quick look shows a call to > PyObject_Print in the function and there may be other such calls. The right > fix is probably to use a couple of ifdefs if there is an easy way to > deter

Re: [Numpy-discussion] how to use numpy-vendor

2012-08-14 Thread Ondřej Čertík
On Tue, Aug 14, 2012 at 3:43 AM, David Cournapeau wrote: > On Tue, Aug 14, 2012 at 11:22 AM, Nathaniel Smith wrote: >> On Tue, Aug 14, 2012 at 11:06 AM, David Cournapeau >> wrote: >>> Hi Ondrej, >>> >>> On Tue, Aug 14, 2012 at 5:34 AM, Ondřej Čertík >>> wrote: Hi, How should on

Re: [Numpy-discussion] minor threads-related issue in numpy-release 1.6.2 and numpy-dev

2012-08-14 Thread Nathaniel Smith
On Tue, Aug 14, 2012 at 3:13 PM, Charles R Harris wrote: > > > On Tue, Aug 14, 2012 at 7:47 AM, Aron Ahmadia wrote: >> >> Hi all, >> >> Installing numpy 1.6.2 against a Python interpreter built with the >> --without threads currently fails due to missing references to >> PyGILState_Ensure and PyG

Re: [Numpy-discussion] how to use numpy-vendor

2012-08-14 Thread Ondřej Čertík
On Tue, Aug 14, 2012 at 6:32 AM, Frédéric Bastien wrote: > On Tue, Aug 14, 2012 at 6:33 AM, Dag Sverre Seljebotn > wrote: >> On 08/14/2012 06:34 AM, Ondřej Čertík wrote: >>> Hi, >>> >>> How should one use the "vendor" repository (https://github.com/numpy/vendor) >>> in Wine? Should I put the bina

Re: [Numpy-discussion] minor threads-related issue in numpy-release 1.6.2 and numpy-dev

2012-08-14 Thread Charles R Harris
On Tue, Aug 14, 2012 at 7:47 AM, Aron Ahmadia wrote: > Hi all, > > Installing numpy 1.6.2 against a Python interpreter built with the > --without threads currently fails due to missing references > to PyGILState_Ensure and PyGILState_Release. The references appear to be > coming from the followi

[Numpy-discussion] minor threads-related issue in numpy-release 1.6.2 and numpy-dev

2012-08-14 Thread Aron Ahmadia
Hi all, Installing numpy 1.6.2 against a Python interpreter built with the --without threads currently fails due to missing references to PyGILState_Ensure and PyGILState_Release. The references appear to be coming from the following code in nditer.c.src: NPY_NO_EXPORT void NpyIter_DebugPrint(Np

Re: [Numpy-discussion] how to use numpy-vendor

2012-08-14 Thread Frédéric Bastien
On Tue, Aug 14, 2012 at 6:33 AM, Dag Sverre Seljebotn wrote: > On 08/14/2012 06:34 AM, Ondřej Čertík wrote: >> Hi, >> >> How should one use the "vendor" repository (https://github.com/numpy/vendor) >> in Wine? Should I put the binaries into .wine/drive_c/Python25/libs/, >> or somewhere else? >> I'

Re: [Numpy-discussion] how to use numpy-vendor

2012-08-14 Thread David Cournapeau
On Tue, Aug 14, 2012 at 11:22 AM, Nathaniel Smith wrote: > On Tue, Aug 14, 2012 at 11:06 AM, David Cournapeau wrote: >> Hi Ondrej, >> >> On Tue, Aug 14, 2012 at 5:34 AM, Ondřej Čertík >> wrote: >>> Hi, >>> >>> How should one use the "vendor" repository (https://github.com/numpy/vendor) >>> in W

Re: [Numpy-discussion] how to use numpy-vendor

2012-08-14 Thread Dag Sverre Seljebotn
On 08/14/2012 06:34 AM, Ondřej Čertík wrote: > Hi, > > How should one use the "vendor" repository (https://github.com/numpy/vendor) > in Wine? Should I put the binaries into .wine/drive_c/Python25/libs/, > or somewhere else? > I've search all mailinglists and I didn't find any information on it. >

Re: [Numpy-discussion] how to use numpy-vendor

2012-08-14 Thread Nathaniel Smith
On Tue, Aug 14, 2012 at 11:06 AM, David Cournapeau wrote: > Hi Ondrej, > > On Tue, Aug 14, 2012 at 5:34 AM, Ondřej Čertík > wrote: >> Hi, >> >> How should one use the "vendor" repository (https://github.com/numpy/vendor) >> in Wine? Should I put the binaries into .wine/drive_c/Python25/libs/, >>

Re: [Numpy-discussion] how to use numpy-vendor

2012-08-14 Thread David Cournapeau
Hi Ondrej, On Tue, Aug 14, 2012 at 5:34 AM, Ondřej Čertík wrote: > Hi, > > How should one use the "vendor" repository (https://github.com/numpy/vendor) > in Wine? Should I put the binaries into .wine/drive_c/Python25/libs/, > or somewhere else? > I've search all mailinglists and I didn't find any