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

2012-08-02 Thread Stefan Behnel
Lisandro Dalcin, 31.07.2012 18:59: > On 28 July 2012 06:37, Stefan Behnel wrote: >> 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 f

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

2012-07-31 Thread Lisandro Dalcin
On 28 July 2012 06:37, Stefan Behnel wrote: > 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 th

[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