[Numpy-discussion] Cython files

Ralf Gommers ralf.gommers at googlemail.com
Wed Jul 11 18:13:51 EDT 2012


On Thu, Jul 12, 2012 at 12:06 AM, Fode <ericfode at 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 at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20120712/2ccf981c/attachment.html>


More information about the NumPy-Discussion mailing list