[Cython] NumPy dependency in Jenkins builds

Stefan Behnel stefan_ml at behnel.de
Wed Apr 11 19:04:31 CEST 2012


mark florisson, 11.04.2012 17:19:
> On 23 March 2012 19:48, Stefan Behnel wrote:
>> Stefan Behnel, 23.03.2012 15:26:
>>> mark florisson, 23.03.2012 14:26:
>>>> Following tests excluded because of missing dependencies on your
>>>> system:
>>>>    run.memoryviewattrs
>>>>    run.numpy_ValueError_T172
>>>>    run.numpy_bufacc_T155
>>>>    run.numpy_cimport
>>>>    run.numpy_memoryview
>>>>    run.numpy_parallel
>>>>    run.numpy_test
>>>> ALL DONE
>>>
>>> May be my fault. I think when I unified the build jobs, I might have
>>> disabled it because we didn't have a NumPy version for Py3 at the time.
>>>
>>> I'll look into it.
>>
>> I've re-enabled them for all CPython builds except for the latest py3k
>> branch. NumPy 1.6.1 doesn't compile there due to the new Unicode buffer
>> layout (PEP 383).
> 
> How do I enable numpy in my own build configuration? Should I re-clone the
> cython-devel ones?

You can do that, yes. Alternatively, just write "pyXY-ext" instead of
"pyXY" in the PYVERSION axis. Doing that in the test jobs is enough, the
build jobs don't need it.

Stefan


More information about the cython-devel mailing list