We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af2e191 + 6879eb2 commit c62ff0cCopy full SHA for c62ff0c
1 file changed
ndarray-linalg/Cargo.toml
@@ -13,7 +13,8 @@ readme = "../README.md"
13
categories = ["algorithms", "science"]
14
15
[features]
16
-default = []
+default = ["blas"]
17
+blas = ["ndarray/blas"]
18
19
netlib = ["lax/netlib"]
20
openblas = ["lax/openblas"]
@@ -38,7 +39,7 @@ thiserror = "1.0.24"
38
39
40
[dependencies.ndarray]
41
version = "0.16.0"
-features = ["blas", "approx", "std"]
42
+features = ["approx", "std"]
43
default-features = false
44
45
[dependencies.lax]
0 commit comments