On 9/29/10 5:47 PM, Brian Granger wrote: > Yes, I saw that about a week ago. Unfortunately it looks like they > actually pull the entire zeromq code base into the python build system > (distutils), which is not very ideal. In the long run, I need to > figure out a way of doing the static linking given the libzmq.a. It > should not be too difficult to do that.
The main point of the package, near as I can tell, is to allow a "pip install pyzmq-static" to work without needing to have built and installed a separate libzmq at all. The static linking is just an implementation detail, despite the name. -- Robert Kern "I have come to believe that the whole world is an enigma, a harmless enigma that is made terrible by our own mad attempt to interpret it as though it had an underlying truth." -- Umberto Eco _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
