File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,9 @@ ndarray-linalg
2
2
===============
3
3
[ ![ Crate] ( http://meritbadge.herokuapp.com/ndarray-linalg )] ( https://crates.io/crates/ndarray-linalg )
4
4
[ ![ 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 )
6
6
[ ![ Gitter chat] ( https://badges.gitter.im/termoshtt-scirust/ndarray-linalg.png )] ( https://gitter.im/termoshtt-scirust/ndarray-linalg )
7
7
8
-
9
8
Linear algebra package for Rust with [ rust-ndarray] ( https://github.com/bluss/rust-ndarray ) .
10
9
11
10
LAPACKE Backend
@@ -14,9 +13,11 @@ LAPACKE Backend
14
13
Currently three LAPACKE implementations are supported and tested:
15
14
16
15
- [ OpenBLAS] ( https://github.com/cmr/openblas-src )
16
+ - needs ` gfortran ` (or other Fortran compiler)
17
17
- [ Netlib] ( https://github.com/cmr/netlib-src )
18
+ - needs ` cmake ` and ` gfortran `
18
19
- [ Intel MKL] ( https://github.com/termoshtt/rust-intel-mkl ) (non-free license, see the linked page)
19
-
20
+ - needs ` curl `
20
21
There are two ways to link LAPACKE backend:
21
22
22
23
### backend features (recommended)
You can’t perform that action at this time.
0 commit comments