[Cython] NumPy dependency in Jenkins builds

Stefan Behnel stefan_ml at behnel.de
Fri Mar 23 20:48:25 CET 2012


Stefan Behnel, 23.03.2012 15:26:
> mark florisson, 23.03.2012 14:26:
>> This may be OT for this thread
> 
> ... in which case it's quite common to start a new one ...
> 
>> but sas numpy removed at some point from Jenkins? I'm seeing this for
>> all python versions since Februari 25:
>>
>> 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).

Stefan


More information about the cython-devel mailing list