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 8efa13f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,10 @@ test-extras = ["test"]
skip = ["pp37*", "cp36-*", "cp37-*"]
test-command = ""
before-all = [
"yum install -y git openssl-devel ruby",
"sudo yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm",

This comment has been minimized.

Copy link
@matthiasdiener

matthiasdiener Nov 27, 2023

Contributor

If I understood correctly, there are no EPEL 7 packages for i686: https://dl.fedoraproject.org/pub/archive/epel/7/ :-(

"sudo 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 8efa13f

Please sign in to comment.