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 support for arm wheel #24

Closed
miki725 opened this issue Aug 8, 2022 · 3 comments
Closed

add support for arm wheel #24

miki725 opened this issue Aug 8, 2022 · 3 comments

Comments

@miki725
Copy link

miki725 commented Aug 8, 2022

Does not look like any of the published wheels on PyPI support ARM which forces re-compilation of llvm. Any way to add ARM architecture support for wheels, similar to clang-formats:

clang_format-14.0.6-py2.py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

https://pypi.org/project/clang-format/#files

@miki725
Copy link
Author

miki725 commented Aug 8, 2022

not sure if its as simple as uncommenting:

#- os: ubuntu-20.04
#arch: "aarch64"

@renefritze
Copy link
Collaborator

not sure if its as simple as uncommenting:

No, it's not 😉

We have this and this issue already and #20 with 77b5ff4 to the effect you described.

@miki725
Copy link
Author

miki725 commented Aug 8, 2022

again, thank you for prompt response!

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