-
Notifications
You must be signed in to change notification settings - Fork 7
Possibility to build ARM wheels #3
Comments
Sorry, no, I haven't looked at that. It really needs a definition of a 'standard' ARM7 setup, parallel to the standard Intel setup, specified in 'manylinux'. You probably already saw this : https://forums.resin.io/t/precompiled-python-wheels-for-arm/591 But the real work that needs doing is some proposal to the Python packaging people about what the base system should be ... |
@matthew-brett I got another request for aarch64 wheels (nucleic/kiwi#83). Has there been any progress on stabilizing a wheel format for this kind of platform ? |
I think this is still to be done - at least - here was the latest I saw on
the matter : pypa/manylinux#84
|
Indeed looks complicated. I saw mention of aarch in manylinux2014. Would this be a path worth following ? |
@mattip - can I ask for your opinion on this? Sorry, I haven't been following the aarch64 Manylinux story ... |
In particular it seems numpy managed to get wheels for aarch64 (cf pandas-dev/pandas#33971) |
arm64 or aarch64 is supported by manylinux2014. arm32 in its many different manifestations is not. You can use multibuild to package arm64 wheels (or cibuildwheel). Here is the Travis CI snippet numpy uses. |
Thanks for the pointer @mattip ! I will have a look. |
Worked like a charm thanks ! |
Hi @matthew-brett,
One user has inquired about wheels for ARM7. Looking at bit online it looks like there are docker image available, so perhaps we could do that using CircleCI. Have you ever looked into doing something similar ?
Best
The text was updated successfully, but these errors were encountered: