Skip to content

Commit 54a0154

Browse files
authored
Update README.md
1 parent d0ef82e commit 54a0154

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ ndarray-linalg
22
===============
33
[![Crate](http://meritbadge.herokuapp.com/ndarray-linalg)](https://crates.io/crates/ndarray-linalg)
44
[![docs.rs](https://docs.rs/ndarray-linalg/badge.svg)](https://docs.rs/ndarray-linalg)
5-
[![wercker status](https://app.wercker.com/status/f04aeba682ea6e79577e15bd946344a5/s/master "wercker status")](https://app.wercker.com/project/byKey/f04aeba682ea6e79577e15bd946344a5)
5+
[![CircleCI](https://circleci.com/gh/termoshtt/ndarray-linalg.svg?style=shield)](https://circleci.com/gh/termoshtt/ndarray-linalg)
66
[![Gitter chat](https://badges.gitter.im/termoshtt-scirust/ndarray-linalg.png)](https://gitter.im/termoshtt-scirust/ndarray-linalg)
77

8-
98
Linear algebra package for Rust with [rust-ndarray](https://github.com/bluss/rust-ndarray).
109

1110
LAPACKE Backend
@@ -14,9 +13,11 @@ LAPACKE Backend
1413
Currently three LAPACKE implementations are supported and tested:
1514

1615
- [OpenBLAS](https://github.com/cmr/openblas-src)
16+
- needs `gfortran` (or other Fortran compiler)
1717
- [Netlib](https://github.com/cmr/netlib-src)
18+
- needs `cmake` and `gfortran`
1819
- [Intel MKL](https://github.com/termoshtt/rust-intel-mkl) (non-free license, see the linked page)
19-
20+
- needs `curl`
2021
There are two ways to link LAPACKE backend:
2122

2223
### backend features (recommended)

0 commit comments

Comments
 (0)