Skip to content

Commit 6e26920

Browse files
authored
Update Cargo.toml
1 parent 9add8d7 commit 6e26920

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

ndarray-linalg/Cargo.toml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,23 @@ default = []
1717

1818
netlib = ["lax/netlib"]
1919
openblas = ["lax/openblas"]
20-
intel-mkl = ["lax/intel-mkl"]
20+
intel-mkl = ["lax/intel-mkl-static-lp64-seq"]
2121

2222
netlib-static = ["lax/netlib-static"]
2323
netlib-system = ["lax/netlib-system"]
2424

2525
openblas-static = ["lax/openblas-static"]
2626
openblas-system = ["lax/openblas-system"]
2727

28-
intel-mkl-static = ["lax/intel-mkl-static"]
29-
intel-mkl-system = ["lax/intel-mkl-system"]
28+
intel-mkl-dynamic-lp64-iomp = ["lax/intel-mkl-dynamic-lp64-iomp"]
29+
intel-mkl-dynamic-lp64-seq = ["lax/intel-mkl-dynamic-lp64-seq"]
30+
intel-mkl-static-ilp64-iomp = ["lax/intel-mkl-static-ilp64-iomp"]
31+
intel-mkl-dynamic-ilp64-seq = ["lax/intel-mkl-dynamic-ilp64-seq"]
32+
intel-mkl-static-lp64-iomp = ["lax/intel-mkl-static-lp64-iomp"]
33+
intel-mkl-dynamic-ilp64-iomp = ["lax/intel-mkl-dynamic-ilp64-iomp"]
34+
intel-mkl-static-ilp64-seq = ["lax/intel-mkl-static-ilp64-seq"]
35+
intel-mkl-static-lp64-seq = ["lax/intel-mkl-static-lp64-seq"]
36+
3037

3138
[dependencies]
3239
cauchy = "0.4.0"

0 commit comments

Comments
 (0)