We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59d6e15 commit 7c39203Copy full SHA for 7c39203
2 files changed
.github/workflows/wheels.yml
@@ -30,7 +30,7 @@ jobs:
30
CIBW_BEFORE_ALL_LINUX: >
31
sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* &&
32
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* &&
33
- yum install -y wget
+ yum install -y wget hwloc-devel
34
CIBW_BEFORE_BUILD: ./build.sh
35
CIBW_BUILD_VERBOSITY: 1
36
pyproject.toml
@@ -59,7 +59,7 @@ manylinux-x86_64-image = "manylinux2014"
59
before-all = [
60
"sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-*",
61
"sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-*",
62
- "yum install -y wget"
+ "yum install -y wget hwloc-devel"
63
]
64
65
[tool.cibuildwheel.macos]
0 commit comments