There was an error while loading. Please reload this page.
1 parent 92f6236 commit b227e0aCopy full SHA for b227e0a
1 file changed
pyproject.toml
@@ -44,7 +44,11 @@ test-requires = "pytest pyvista scipy meshio"
44
test-command = "pytest {project}/tests -v"
45
46
[tool.cibuildwheel.linux]
47
-before-all = "yum install gmp gmp-devel -y"
+before-all = """
48
+ sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-* &&
49
+ sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-* &&
50
+ yum install gmp gmp-devel -y
51
+"""
52
environment = "USE_MAVX='true'"
53
environment-pass = ["USE_MAVX"]
54
0 commit comments