Skip to content

Commit 2b06457

Browse files
committed
Add link to each src crates and license notice
1 parent e670270 commit 2b06457

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ and more (See Cargo.toml).
1717
Feature flags
1818
--------------
1919

20-
- OpenBLAS
20+
- [OpenBLAS](https://github.com/cmr/openblas-src)
2121
- `openblas-static`: use OpenBLAS with static link (default)
2222
- `openblas-shared`: use OpenBLAS with shared link
2323
- `openblas-system`: use system OpenBLAS (experimental)
24-
- Netlib
24+
- [Netlib](https://github.com/cmr/netlib-src)
2525
- `netlib-static`: use Netlib with static link (default)
2626
- `netlib-shared`: use Netlib with shared link
2727
- `netlib-system`: use system Netlib (experimental)
28-
- Intel MKL
28+
- [Intel MKL](https://github.com/termoshtt/rust-intel-mkl) (non-free license, see the linked page)
2929
- `intel-mkl`: use Intel MKL shared link (experimental)
3030

3131
Examples

0 commit comments

Comments
 (0)