Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

it's too hard to build a static wheel #66

Open
glyph opened this issue Jul 13, 2015 · 3 comments
Open

it's too hard to build a static wheel #66

glyph opened this issue Jul 13, 2015 · 3 comments

Comments

@glyph
Copy link

glyph commented Jul 13, 2015

This is halfway a question rather than a bug report, but it came up on pyca/cryptography#2138 that one potential solution was to build a wheel with openssl statically included, and I don't believe anyone involved in the discussion could figure out how you actually do that. I have no idea myself. It should be straightforward to bundle in all the native libraries required for a wheel to run, because this is often a really really helpful thing for deployment.

@tdsmith
Copy link

tdsmith commented Jul 13, 2015

There's delocate: https://github.com/matthew-brett/delocate

@glyph
Copy link
Author

glyph commented Jul 13, 2015

That is a pretty cool tool; thanks for the reference. (Although I think I am actually talking about static linking, it looks like delocate just grabs dynamic libs?)

@brainwane
Copy link
Contributor

I think this is connected to the discussion happening now in #25.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants