You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would need to only concern wheels published to PyPI (manylinux et al.)
The downstreams should still retain the ability to link against the OS-provided libs.
Some research suggests that this is implementable though extra_objects and -fPIC:
This would need to only concern wheels published to PyPI (manylinux et al.)
The downstreams should still retain the ability to link against the OS-provided libs.
Some research suggests that this is implementable though
extra_objectsand-fPIC: