move to system blas

This commit is contained in:
KCaverly 2023-09-26 12:39:22 -04:00
parent 330a71d28b
commit e75f56a0f2
2 changed files with 2 additions and 0 deletions

1
Cargo.lock generated
View File

@ -6834,6 +6834,7 @@ dependencies = [
"log",
"ndarray",
"node_runtime",
"openblas-src",
"ordered-float",
"parking_lot 0.11.2",
"picker",

View File

@ -41,6 +41,7 @@ globset.workspace = true
sha1 = "0.10.5"
ndarray = { version = "0.15.0", features = ["blas"] }
blas-src = { version = "0.8", features = ["openblas"] }
openblas-src = { version = "0.10", features = ["cblas", "system"] }
[dev-dependencies]
collections = { path = "../collections", features = ["test-support"] }