mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
move to system blas
This commit is contained in:
parent
330a71d28b
commit
e75f56a0f2
1
Cargo.lock
generated
1
Cargo.lock
generated
@ -6834,6 +6834,7 @@ dependencies = [
|
|||||||
"log",
|
"log",
|
||||||
"ndarray",
|
"ndarray",
|
||||||
"node_runtime",
|
"node_runtime",
|
||||||
|
"openblas-src",
|
||||||
"ordered-float",
|
"ordered-float",
|
||||||
"parking_lot 0.11.2",
|
"parking_lot 0.11.2",
|
||||||
"picker",
|
"picker",
|
||||||
|
@ -41,6 +41,7 @@ globset.workspace = true
|
|||||||
sha1 = "0.10.5"
|
sha1 = "0.10.5"
|
||||||
ndarray = { version = "0.15.0", features = ["blas"] }
|
ndarray = { version = "0.15.0", features = ["blas"] }
|
||||||
blas-src = { version = "0.8", features = ["openblas"] }
|
blas-src = { version = "0.8", features = ["openblas"] }
|
||||||
|
openblas-src = { version = "0.10", features = ["cblas", "system"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
collections = { path = "../collections", features = ["test-support"] }
|
collections = { path = "../collections", features = ["test-support"] }
|
||||||
|
Loading…
Reference in New Issue
Block a user