Re: [Cython] [cython-users] Re: Cython 0.17 beta 1 released

2012-07-28 Thread mark florisson
On 27 July 2012 23:30, Bradley Froehle wrote: > Thanks to the work of Yaroslav Halchenko, there is an experimental Debian > package for Cython 0.17.beta1 -- http://packages.qa.debian.org/c/cython.html > > However, the builds are showing a lot of test failures on non-amd64 sytems. > See https://bui

[Cython] help getting NumPy into a 32-bit Jenkins build environment

2012-07-28 Thread Stefan Behnel
Hi, I've been trying to set up a 32bit build environment on Jenkins. Most of it works nicely by just switching to "gcc -m32", but NumPy fails to build with that setup due to the lack of dependencies. It actually finds them when looking for their header files in the wrong (64bit) places, and then f