Re: [Cython] [cython-users] How best to determine what *should* compile properly with Cython?

2011-09-09 Thread Stefan Behnel
Stefan Behnel, 09.09.2011 09:23: I just noticed that Jenkins does not currently aggregate the test results for the source build job "cython-devel-sdist", which you can find here: https://sage.math.washington.edu:8091/hudson/job/cython-devel-sdist/ I'll see if I can fix that somehow. This is u

[Cython] Cython problems on OS X Lion

2011-09-09 Thread Wes McKinney
Multiple users have reporting being unable to get the Cython extensions in pandas to work: http://github.com/wesm/pandas Here is the traceback: In [1]: import pandas --- ImportError Traceback (most recent call last) /Users/f

Re: [Cython] CTypes backend for Cython Status

2011-09-09 Thread Romain Guillebert
Hi Stefan On Fri, Sep 09, 2011 at 10:35:20AM +0200, Stefan Behnel wrote: > Hi Romain, > > thanks for the feedback. > > Romain Guillebert, 08.09.2011 06:18: > >The Google Summer of Code has ended and I didn't give the current status > >to anyone yet (I was very busy with a report I had to write f

Re: [Cython] CTypes backend for Cython Status

2011-09-09 Thread Stefan Behnel
Hi Romain, thanks for the feedback. Romain Guillebert, 08.09.2011 06:18: The Google Summer of Code has ended and I didn't give the current status to anyone yet (I was very busy with a report I had to write for my university). There is still work to do on the project (there was more work than I

Re: [Cython] Error when using Intel icl compiler on Windows

2011-09-09 Thread Christoph Gohlke
No, sorry. Same error. Christoph On 9/9/2011 1:26 AM, Robert Bradshaw wrote: Does it work with icc if you replace # define CYTHON_UNUSED __attribute__ ((__unused__)) with # define CYTHON_UNUSED __attribute__ ((unused)) ? On Fri, Sep 9, 2011 at 12:28 AM, Christoph Gohlke wrote:

Re: [Cython] Error when using Intel icl compiler on Windows

2011-09-09 Thread Robert Bradshaw
Does it work with icc if you replace # define CYTHON_UNUSED __attribute__ ((__unused__)) with # define CYTHON_UNUSED __attribute__ ((unused)) ? On Fri, Sep 9, 2011 at 12:28 AM, Christoph Gohlke wrote: > Hello, > > compiling Cython 0.15 generated C code on Windows using the Intel Compil

[Cython] Error when using Intel icl compiler on Windows

2011-09-09 Thread Christoph Gohlke
Hello, compiling Cython 0.15 generated C code on Windows using the Intel Compiler 11.1 icl.exe results in an "expected a type specifier" error. For example: /* "numpy.pxd":190 * # experimental exception made for __getbuffer__ and __releasebuffer__ * # -- the details of thi