Neal Becker wrote:
> Dag Sverre Seljebotn wrote:
> 
>> Stefan Behnel wrote:
>>> Actually, when Cython is tested after building, the refnanny should
>>> already be ready for use, so there shouldn't be a reason to build it
>>> again.
>> Unless something's changed since I did it, runtests.py always maintains
>> its own compilation of refnanny in BUILD (to make refnanny development
>> easier). It doesn't rebuild it if it is already present in BUILD with a
>> newer timestamp than source though.
> 
> One thing that might be a clue:
> 
> The rpm build procedure will do:
> 
> python setup.py build
> python setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
> python runtests.py

Yes, I think the patch that I just pushed to cython-devel might fix this.
Please give it a try.

Stefan

_______________________________________________
Cython-dev mailing list
Cython-dev@codespeak.net
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to