-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ab15cc4
commit 9735a10
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,12 +10,12 @@ build = "cp{38,39,310,311,312}-*" | |
build = "cp{38,39,310,311,312}-manylinux*" | ||
|
||
# For manylinux_2_28 we need to install the following dependencies using yum: | ||
before-all = "yum install -y cmake git pkgconf-pkg-config zlib-devel libzip-devel bzip2-devel gcc-c++" | ||
before-all = "yum install -y cmake git pkgconf-pkg-config zlib-devel libzip-devel bzip2-devel" | ||
|
||
# Only build for x86_64 and aarch64 are officially supported | ||
archs = "x86_64 aarch64" | ||
manylinux-x86_64-image = "manylinux_2_28" | ||
manylinux-aarch64-image = "manylinux_2_28" | ||
|
||
[tool.cibuildwheel.macos] | ||
before-all = "brew install pkg-config capnp [email protected] qt5" | ||
before-all = "brew install pkg-config capnp [email protected] qt5 gcc" |