Should build_ext regenerate the cython files? It is not doing so for me.
Fode
On Thu, Jul 12, 2012 at 12:06 AM, Fode ericfode@gmail.com wrote:
Should build_ext regenerate the cython files? It is not doing so for me.
No, Cython is not a build requirement for numpy. Therefore Cython is run either by hand, or in the case of numpy.random by running generate_mtrand_c.py. Then we check in the generated C files. This is normally done in a separate commit, with prefix GEN for the commit message.
Ralf
Fode
NumPy-Discussion mailing list NumPy-Discussion@scipy.org http://mail.scipy.org/mailman/listinfo/numpy-discussion