On Thu, Jul 12, 2012 at 12:06 AM, Fode <[email protected]> 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 > [email protected] > http://mail.scipy.org/mailman/listinfo/numpy-discussion > >
_______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
