You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to add manylinux aarch64 builds to the CI (e.g. for raspberry pi support). E.g. cp3x-manylinux_aarch64builds. With cibuildwheel this currently requires emulation e.g. using qemu, however this leads to c++: error: unrecognized command-line option ‘-mno-avx2’ (see also #65). Another option might be to use cross-compilation on linux once cibuildwheel supports it.
The text was updated successfully, but these errors were encountered:
Would be nice to add manylinux aarch64 builds to the CI (e.g. for raspberry pi support). E.g.
cp3x-manylinux_aarch64
builds. With cibuildwheel this currently requires emulation e.g. using qemu, however this leads toc++: error: unrecognized command-line option ‘-mno-avx2’
(see also #65). Another option might be to use cross-compilation on linux once cibuildwheel supports it.The text was updated successfully, but these errors were encountered: