forked from pex-tool/pex
-
Notifications
You must be signed in to change notification settings - Fork 0
Tags: rouge8/pex
Tags
Add the ability to include extensions & shared libraries in pexs. Extensions already (sort-of) worked via add_source - this makes sure that when adding a .(so|dll|pyd), we force zip_safe to False. In addition this adds the ability to include other shared libraries with the pex. This is intended to be used for dependencies of the python extensions (e.g. a cityhash extension will depend on a cityhash library).
Add the ability to include extensions & shared libraries in pexs. Extensions already (sort-of) worked via add_source - this makes sure that when adding a .(so|dll|pyd), we force zip_safe to False. In addition this adds the ability to include other shared libraries with the pex. This is intended to be used for dependencies of the python extensions (e.g. a cityhash extension will depend on a cityhash library).