[zeromq-dev] Changes to dev build process of pyzmq

MinRK benjaminrk at gmail.com
Mon Oct 4 20:10:17 CEST 2010


On Mon, Oct 4, 2010 at 08:34, Brian Granger <ellisonbg at gmail.com> wrote:

> Hi,
>
> This might affect a number of you who are using pyzmq from github.
> The .c files of pyzm are autogenerated by Cython.  We used to include
> these autogenerated .c files in the github repo, but because they
> change often and in significant ways, the pyzmq repo was growing
> faster than we want.  From now on, if you are using pyzmq from github
> master you will need to do:
>
> * Download the latest Cython (>= 0.13).
> * Do "python setup.py cython" to generate the .c. files.
>

Note that you only need to do 'python setup.py cython' if you want to make
the .c files and *not* actually compile them. If you have cython, then
'python setup.py build' works as before, executing the cython->c translation
as the first step.

This function is mainly for the 'sdist' command, so we can assemble the .c
source files for a source-distribution (tarball) without compiling the
extensions.

-MinRK


>
> Please let us know if you have questions about this process.
>
> Cheers,
>
> Brian
>
> --
> Brian E. Granger, Ph.D.
> Assistant Professor of Physics
> Cal Poly State University, San Luis Obispo
> bgranger at calpoly.edu
> ellisonbg at gmail.com
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20101004/77f3f523/attachment.htm>


More information about the zeromq-dev mailing list