Skip to content

Commit 14b3262

Browse files
committed
Remove static link documents
1 parent ed00f86 commit 14b3262

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,3 @@ extern crate ndarray;
7070
extern crate ndarray_linalg;
7171
extern crate openblas_src; // or another backend of your choice
7272
```
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

Comments
 (0)