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
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
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
> 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
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
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
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
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
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
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'
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
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.
>
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/,
>>
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
14 matches
Mail list logo