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
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-
98Linear algebra package for Rust with [ rust-ndarray] ( https://github.com/bluss/rust-ndarray ) .
109
1110LAPACKE Backend
@@ -14,9 +13,11 @@ LAPACKE Backend
1413Currently 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 `
2021There are two ways to link LAPACKE backend:
2122
2223### backend features (recommended)
You can’t perform that action at this time.
0 commit comments