[Cython] bug in cythonize dependency tracking?

Stefan Behnel stefan_ml at behnel.de
Mon Aug 26 08:48:40 CEST 2013


Felix Salfelder, 25.08.2013 20:54:
> On Sun, Aug 25, 2013 at 08:08:50PM +0200, Stefan Behnel wrote:
>> OTOH, there's a "force" option (both in distutils and cythonize()) that you
>> can use when you know something relevant changed and want to rebuild
>> everything.
> 
> In huge projects one usually just wants to recompile selectively (per
> directory). Is this possible with distutils?

No. You can try the cythonize script that I added to the git master
recently. It also has a -f option now, and you can pass it a package
directory to compile.

Stefan



More information about the cython-devel mailing list