Skip to content

Commit 6e9616c

Browse files
committed
Add feature section in README [ci skip]
1 parent 38a42f2 commit 6e9616c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,18 @@ Dependencies
1414

1515
and more (See Cargo.toml).
1616

17+
Feature flags
18+
--------------
19+
20+
- OpenBLAS
21+
- `openblas-static`: use OpenBLAS with static link (default)
22+
- `openblas-shared`: use OpenBLAS with shared link
23+
- `openblas-system`: use system OpenBLAS (experimental)
24+
- Netlib
25+
- `netlib-static`: use Netlib with static link (default)
26+
- `netlib-shared`: use Netlib with shared link
27+
- `netlib-system`: use system Netlib (experimental)
28+
1729
Examples
1830
---------
1931
See [examples](https://github.com/termoshtt/ndarray-linalg/tree/master/examples) directory.

0 commit comments

Comments
 (0)