3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00
add case for linux/risc64
This commit is contained in:
Nikolaj Bjorner 2025-04-05 12:07:46 -07:00
parent a39efbb008
commit e7ff6009a0

View file

@ -303,6 +303,7 @@ class bdist_wheel(_bdist_wheel):
# linux tags cannot be deployed - they must be auditwheel'd to pick the right compatibility tag based on imported libc symbol versions
("linux", "x86_64"): "linux_x86_64",
("linux", "aarch64"): "linux_aarch64",
('linux', "riscv64"): "linux_riscv64",
# windows arm64 is not supported by pypi yet
("win", "x64"): "win_amd64",
("win", "x86"): "win32",