Re: [Cython] q re environment for successful test suite run

2016-11-14 Thread Yury V. Zaytsev
On Mon, 14 Nov 2016, James C. McPherson wrote: On 13/11/16 06:58 pm, Yury V. Zaytsev wrote: On Mon, 7 Nov 2016, James C. McPherson wrote: >__pyx_t_2 = ((!(PyArray_CHKFLAGS(__pyx_v_self, NPY_F_CONTIGUOUS) != >^ > > When you run the test

Re: [Cython] q re environment for successful test suite run

2016-11-13 Thread James C. McPherson
On 13/11/16 06:58 pm, Yury V. Zaytsev wrote: On Mon, 7 Nov 2016, James C. McPherson wrote: __pyx_t_2 = ((!(PyArray_CHKFLAGS(__pyx_v_self, NPY_F_CONTIGUOUS) != ^ When you run the test suite, what combination of compiler(s), python interpreter(

Re: [Cython] q re environment for successful test suite run

2016-11-13 Thread Yury V. Zaytsev
On Mon, 7 Nov 2016, James C. McPherson wrote: __pyx_t_2 = ((!(PyArray_CHKFLAGS(__pyx_v_self, NPY_F_CONTIGUOUS) != ^ When you run the test suite, what combination of compiler(s), python interpreter(s) and CFLAGS/CXXFLAGS are used? So, do you

[Cython] q re environment for successful test suite run

2016-11-12 Thread James C. McPherson
Hi all, I'm building Cython 0.24.1 for Solaris and I'm finding it difficult to get the test suite to run successfully. I've tried several different versions of gcc (4.9, 5.3, 5.4) and Solaris Studio (12.4), but to no avail. For starters, here's the first lot of errors from gcc 5.4 in 32bit mode