[Cython] Cython 0.11 release candidate
Neal Becker
ndbecker2 at gmail.com
Tue Mar 10 00:12:23 CET 2009
Stefan Behnel wrote:
>
> 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
Sorry, I don't follow devel that closely. How do I get the patch, or an
updated source?
More information about the Cython-dev
mailing list