There was an error while loading. Please reload this page.
2 parents 1773183 + d9039d8 commit af561fcCopy full SHA for af561fc
1 file changed
pyproject.toml
@@ -82,6 +82,12 @@ build_ext = "_cmac_build.build_ext"
82
skip = "pp*"
83
84
[tool.cibuildwheel.linux]
85
+# NumPy publishes no i686 wheels for any 2.x release, so a 32-bit build can
86
+# only get NumPy by compiling it from source in the manylinux2014_i686 image,
87
+# whose GCC 10.2.1 NumPy's own meson rejects. 64-bit only; no i686 wheel has
88
+# ever been published for this project anyway.
89
+archs = "x86_64"
90
+
91
# cibuildwheel defaults to the manylinux2014 image (glibc 2.17, GCC 10.2.1).
92
# NumPy >= 2.3 publishes only manylinux_2_28 wheels, so nothing installable is
93
# available in that image; pip falls back to the NumPy sdist and meson refuses
0 commit comments