[Cython] Cython 0.11 release candidate
Neal Becker
ndbecker2 at gmail.com
Mon Mar 9 20:26:18 CET 2009
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
More information about the Cython-dev
mailing list