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 ed00f86 commit 14b3262Copy full SHA for 14b3262
README.md
@@ -70,14 +70,3 @@ extern crate ndarray;
70
extern crate ndarray_linalg;
71
extern crate openblas_src; // or another backend of your choice
72
```
73
-
74
-### Link statically
75
76
-If you needs to link the backend (OpenBLAS/Netlib) statically, please add following to your Cargo.toml
77
78
-```toml
79
-[dependencies]
80
-openblas-src = { version = "0.7.0", features = ["static"] }
81
-```
82
83
-Intel-MKL backend does not support static linking.
0 commit comments