Skip to content

Commit 8e438a7

Browse files
committed
Fix cibw build script for aarch64
1 parent b0865b3 commit 8e438a7

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/usr/bin/env bash
2+
3+
yum install -y xz
4+
bin/build_dependencies_unix.sh\
5+
--gmp gmp\
6+
--host aarch64-pc-linux-gnu\
7+
--use-gmp-github-mirror
File renamed without changes.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ PKG_CONFIG_PATH = "$(pwd)/.local/lib/pkgconfig"
107107
# PKG_CONFIG_PATH = "$(pwd)/.local/lib/pkgconfig:$PKG_CONFIG_PATH"
108108

109109
[tool.cibuildwheel.linux]
110-
before-all = "bin/cibw_before_all_linux.sh"
110+
before-all = "bin/cibw_before_all_linux_$(uname -m).sh"
111111

112112
[tool.cibuildwheel.macos]
113113
before-all = "bin/cibw_before_all_macosx_$(uname -m).sh"

0 commit comments

Comments
 (0)