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

Add wheels for manylinux2014 aarch64 #123

Open
finsberg opened this issue Jan 28, 2023 · 3 comments
Open

Add wheels for manylinux2014 aarch64 #123

finsberg opened this issue Jan 28, 2023 · 3 comments

Comments

@finsberg
Copy link

Hi! Thanks for a great library.

I am using cppyy inside Docker on my M1 mac, and it takes forever to install cppyy from source.
I see that you have added wheels for most platforms (https://pypi.org/project/cppyy-cling/#files), but would it be possible to add wheels for aarch64 on linux on that next release?

@wlav
Copy link
Owner

wlav commented Jan 28, 2023

I've heard that it's possible to cross-compile to ARM on Linux, but haven't had the time yet to figure out how. I simply don't have the resources to do all these builds (this is also why e.g. CPyCppyy doesn't have wheels to begin with).

Possible options: conda has Linux aarch64 builds; you could copy the wheel from the pip cache in the docker image once build and reuse; there's a native build wheel for M1.

@finsberg
Copy link
Author

Thank for the tip with conda!

I think this would be possible to achieve with cibuildwheel (https://github.com/pypa/cibuildwheel). I would be happy to try to add a github action for building these wheels for you, if you are accepting PRs?

@wlav
Copy link
Owner

wlav commented Jan 28, 2023

Yes, of course. :)

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