Re: Utility to copy dynamic libs into OSX wheels
Ronald Oussoren <[email protected]>
| Newsgroups | gmane.comp.python.apple |
|---|---|
| Message-ID | <[email protected]> |
On Mar 25, 2014, at 11:55 PM, Matthew Brett <[email protected]> wrote: Hi, I just released a first very alpha version of a utility called 'delocate'. It analyzes code in a wheel for any missing dynamic libraries, and copies these into the wheel: https://pypi.python.org/pypi/delocate For example, something like: delocate-wheel scipy-0.14.0b1-cp34-cp34m-macosx_10_6_intel.whl will find the non-system dynamic libs that the wheel needs, and copy them into the wheel, fixing the links as it goes. This can make it easier to release wheels that will work across machines. I'd be very grateful for feedback... Looks interesting. Have you considered using macholib to change the macho headers? Ronald Cheers, Matthew _______________________________________________ Pythonmac-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG _______________________________________________ Pythonmac-SIG maillist - [email protected] https://mail.python.org/mailman/listinfo/pythonmac-sig unsubscribe: https://mail.python.org/mailman/options/Pythonmac-SIG