Re: [Cython] Question on "numpy_common.pxi" in NumPy tests

2012-03-27 Thread Stefan Behnel
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: >>

Re: [Cython] Gsoc project

2012-03-27 Thread Dag Sverre Seljebotn
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

Re: [Cython] Gsoc project

2012-03-27 Thread Dag Sverre Seljebotn
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

[Cython] Gsoc project

2012-03-27 Thread Philip Herron
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

Re: [Cython] Question on "numpy_common.pxi" in NumPy tests

2012-03-27 Thread Robert Bradshaw
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

Re: [Cython] Question on "numpy_common.pxi" in NumPy tests

2012-03-27 Thread Lisandro Dalcin
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() > "

[Cython] Question on "numpy_common.pxi" in NumPy tests

2012-03-27 Thread Stefan Behnel
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

Re: [Cython] 0.16 release

2012-03-27 Thread Stefan Behnel
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

Re: [Cython] 0.16 release

2012-03-27 Thread mark florisson
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

Re: [Cython] 0.16 release

2012-03-27 Thread Vitja Makarov
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/

Re: [Cython] funding (Re: sage.math problems?)

2012-03-27 Thread Stefan Behnel
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