We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c61607 commit a41fc31Copy full SHA for a41fc31
Cargo.toml
@@ -23,18 +23,11 @@ keywords = ["linear-algebra"]
23
changelog = "CHANGELOG.md"
24
25
[features]
26
-# apple accelerate
27
accelerate = ["accelerate-src"]
28
-# parallel LP64 version of MKL
29
intel-mkl = ["intel-mkl-src/mkl-static-lp64-iomp"]
30
-# sequential LP64 version of MKL
31
intel-mkl-seq = ["intel-mkl-src/mkl-static-lp64-seq"]
32
-
33
-# netlib
34
netlib = ["netlib-src"]
35
-# openblas
36
openblas = ["openblas-src"]
37
-# R
38
r = ["r-src"]
39
40
[dependencies.accelerate-src]
@@ -44,8 +37,6 @@ optional = true
44
[dependencies.intel-mkl-src]
45
version = "0.8"
46
optional = true
47
-default-features = false
48
49
50
41
[dependencies.netlib-src]
51
42
version = "0.9"
0 commit comments