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

Build musllinux wheels (support Alpine linux) #215

Open
randomir opened this issue Jul 14, 2022 · 1 comment
Open

Build musllinux wheels (support Alpine linux) #215

randomir opened this issue Jul 14, 2022 · 1 comment

Comments

@randomir
Copy link
Member

Consider building/shipping musllinux wheels. Alpine linux uses musl libc instead of glibc, so Ocean install requires building all binary packages (todo: check if they even build on alpine).

Trivial to do with cibuildwheel.

@randomir randomir changed the title Build musllinux wheel (support Alpine linux) Build musllinux wheels (support Alpine linux) Jul 14, 2022
@arcondello
Copy link
Member

arcondello commented Jul 14, 2022

Not at all a blocker, but worth mentioning that I don't believe any of our dependencies have musllinux wheels (e.g. numpy). I imagine they build from source though.

Edit: relevant issues: numpy/numpy#20089, scipy/scipy#15628. https://pythonspeed.com/articles/alpine-docker-python/, linked in the latter, is also interesting.

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

2 participants