Use openblas instead

This commit is contained in:
2021-10-26 22:30:54 +02:00
parent 6535f1faae
commit 57b423df8a
16 changed files with 115 additions and 24 deletions

View File

@@ -7,10 +7,11 @@ license = "MIT OR Apache-2.0"
[dependencies]
lapacke = "0.5"
ndarray = { version = "0.15", features = ["approx"] }
ndarray = { version = "0.15", features = ["approx", "blas"] }
[dev-dependencies]
approx = "0.4"
intel-mkl-src = "0.5"
rand = "0.8"
time = "0.2"
blas-src = { version = "0.8", features = ["openblas"] }
openblas-src = { version = "0.10", features = ["cblas", "system"] }