Lisandro Dalcin, 27.03.2012 21:34:
> On 27 March 2012 17:20, Stefan Behnel wrote:
>> the NumPy related tests use a file "numpy_common.pxi" that contains this
>> useless code:
>>
>> """
>> cdef extern from *:
>> bint FALSE "0"
>> void import_array()
>> void import_umath()
>>
>> if FALSE:
>>
On 03/27/2012 08:05 PM, Dag Sverre Seljebotn wrote:
On 03/27/2012 02:17 PM, Philip Herron wrote:
Hey
I got linked to your idea
http://groups.google.com/group/cython-users/browse_thread/thread/cb8aa58083173b97/cac3cf12d438b122?show_docid=cac3cf12d438b122&pli=1
by David Malcolm on his plugin mai
On 03/27/2012 02:17 PM, Philip Herron wrote:
Hey
I got linked to your idea
http://groups.google.com/group/cython-users/browse_thread/thread/cb8aa58083173b97/cac3cf12d438b122?show_docid=cac3cf12d438b122&pli=1
by David Malcolm on his plugin mailing list.
I am looking to apply to Gsoc once again t
Hey
I got linked to your idea
http://groups.google.com/group/cython-users/browse_thread/thread/cb8aa58083173b97/cac3cf12d438b122?show_docid=cac3cf12d438b122&pli=1
by David Malcolm on his plugin mailing list.
I am looking to apply to Gsoc once again this year i have done gsoc
2010 and 2011 on GCC
On Tue, Mar 27, 2012 at 7:20 AM, Stefan Behnel wrote:
> Hi,
>
> the NumPy related tests use a file "numpy_common.pxi" that contains this
> useless code:
>
> """
> cdef extern from *:
> bint FALSE "0"
> void import_array()
> void import_umath()
>
> if FALSE:
> import_array()
> import_um
On 27 March 2012 17:20, Stefan Behnel wrote:
> Hi,
>
> the NumPy related tests use a file "numpy_common.pxi" that contains this
> useless code:
>
> """
> cdef extern from *:
> bint FALSE "0"
> void import_array()
> void import_umath()
>
> if FALSE:
> import_array()
> import_umath()
> "
Hi,
the NumPy related tests use a file "numpy_common.pxi" that contains this
useless code:
"""
cdef extern from *:
bint FALSE "0"
void import_array()
void import_umath()
if FALSE:
import_array()
import_umath()
"""
Does this serve any purpose? It currently leads to build failure
mark florisson, 27.03.2012 13:20:
> I tested the release in my own branch and jenkins was blue, but
> the release build seems to disagree.
The release (and master) branch is tested against the "-ext" builds of
CPython, which have some external packages installed, including NumPy. You
have to chang
On 27 March 2012 11:57, Vitja Makarov wrote:
> 2012/2/27 Sébastien Sablé Sablé :
>> Great, thanks!
>>
>>
>> 2012/2/25 mark florisson
>>>
>>> 2012/2/24 Sébastien Sablé Sablé :
>>> > Hi,
>>> >
>>> > could you please also look at incorporating the following patch before
>>> > releasing 0.16? (if it
2012/2/27 Sébastien Sablé Sablé :
> Great, thanks!
>
>
> 2012/2/25 mark florisson
>>
>> 2012/2/24 Sébastien Sablé Sablé :
>> > Hi,
>> >
>> > could you please also look at incorporating the following patch before
>> > releasing 0.16? (if it has not already been merged)
>> >
>> > https://github.com/
mark florisson, 26.03.2012 19:42:
> Apparently something is wrong with the py31 and py32 release jobs:
> /levi/scratch/hudson/tmp/hudson738187841750656805.sh: line 17:
> /levi/scratch/robertwb/hudson/hudson/jobs/cython-release-tests/workspace/BACKEND/c/PYVERSION/py31-ext/python/bin/python:
> No suc
11 matches
Mail list logo