Skip to content

Commit

Permalink
use openblas system
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Sep 17, 2023
1 parent 7c6e60e commit 0921ed2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ pyo3 = { version = "0.18", features = [
"num-complex",
"abi3-py38",
] }

[target.'cfg(target_os = "linux")'.dependencies]
blas-src = { version = "0.9", features = ["openblas"] }
openblas-src = { version = "0.10", features = ["system"] }
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ test-requires = "pytest"
test-command = "pytest {project}/tests"

[tool.cibuildwheel.linux]
before-all = "yum install -y openssl-devel rust cargo"
before-all = "yum install -y openssl-devel rust cargo openblas"

0 comments on commit 0921ed2

Please sign in to comment.