Skip to content

Commit 0ff6d1f

Browse files
committed
Add all features in ndarray-linalg
1 parent c961039 commit 0ff6d1f

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

ndarray-linalg/Cargo.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,20 @@ categories = ["algorithms", "science"]
1414

1515
[features]
1616
default = []
17-
intel-mkl = ["lax/intel-mkl"]
17+
1818
netlib = ["lax/netlib"]
1919
openblas = ["lax/openblas"]
20+
intel-mkl = ["lax/intel-mkl"]
21+
22+
netlib-static = ["lax/netlib-static"]
23+
netlib-system = ["lax/netlib-system"]
24+
openblas-static = ["lax/openblas-static"]
25+
openblas-system = ["lax/openblas-system"]
26+
27+
mkl-static-lp64-iomp = ["lax/mkl-static-lp64-iomp"]
28+
mkl-static-lp64-seq = ["lax/mkl-static-lp64-seq"]
29+
mkl-dynamic-lp64-iomp = ["lax/mkl-dynamic-lp64-iomp"]
30+
mkl-dynamic-lp64-seq = ["lax/mkl-dynamic-lp64-seq"]
2031

2132
[dependencies]
2233
cauchy = "0.2.2"

0 commit comments

Comments
 (0)