-
Notifications
You must be signed in to change notification settings - Fork 525
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
Building a statically linked libyaml into PyYAML wheel #303
Comments
I totally susbscribe to this as the warning which I seen recently worries me:
It should be possible to build binary wheels for MacOS and Linux (manylinux). Packaging binary would be huge benefits for lots of users. |
See also #227 |
Does this also include In my case, I can't find ways to control |
addressed in #407 in 5.4b1 |
I'm trying to build a PyYAML wheel that leverages libyaml without having to install libyaml as a system shared library for all the services we use. We do have control of the runtime environment (via containers) so we are able to target a fixed version of libyaml/gcc/etc.
Is there any way using the existing build toolchain to set it up so that libyaml should be statically linked instead of dynamically linked and included with the C extension distribution in the binary wheel?
The text was updated successfully, but these errors were encountered: