Skip to content

Commit

Permalink
Use yum to install BLAS for numpy install in wheel build
Browse files Browse the repository at this point in the history
  • Loading branch information
inducer committed Nov 27, 2023
1 parent 21f336f commit 5fda3b9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,9 @@ test-extras = ["test"]
skip = ["pp37*", "cp36-*", "cp37-*"]
test-command = ""
before-all = [
"yum install -y git openssl-devel ruby",
"yum install -y git openssl-devel ruby blas-devel lapack-devel openblas-devel",
"bash {package}/scripts/build-ocl.sh",
]
before-build = [
"pip install numpy -Csetup-args=-Dallow-noblas=true",
]
repair-wheel-command = "auditwheel repair -w {dest_dir} --lib-sdir=/.libs {wheel}"

[[tool.cibuildwheel.overrides]]
Expand Down

0 comments on commit 5fda3b9

Please sign in to comment.