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

Include runtime libs in py package #3

Closed
thewh1teagle opened this issue Dec 7, 2024 · 1 comment
Closed

Include runtime libs in py package #3

thewh1teagle opened this issue Dec 7, 2024 · 1 comment

Comments

@thewh1teagle
Copy link
Owner Author

thewh1teagle commented Dec 8, 2024

Fixed by using uv and create fresh package. then added hook to modify metadata.
copy the shared libraries to the package directory. uv copy them by default.
set pure_python to false (it's platform specific) and set specific tag (simply the wheel filename eventually).
tags used:
py3-none-win_amd64 py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64 py3-none-macosx_10_12_x86_64 py3-none-macosx_11_0_arm64. it's possible also to cross build. the wheels aren't platform specific in reality only the c lib I added.
#5

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

No branches or pull requests

1 participant