File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ language : rust
2
+ sudo : required
3
+
4
+ rust :
5
+ - stable
6
+ - beta
7
+ - nightly
8
+
9
+ os :
10
+ - linux
11
+
12
+ cache : cargo
13
+
14
+ matrix :
15
+ allow-failures :
16
+ - rust : nightly
17
+
18
+ script :
19
+ - cargo test -vv --no-default-features --features=$FEATURE
20
+
21
+ addons :
22
+ apt :
23
+ sources :
24
+ - kubuntu-backports
25
+
26
+ packages :
27
+ - cmake
28
+ - gfortran
Original file line number Diff line number Diff line change 1
- ndarray-linalg [ ![ Crate] ( http://meritbadge.herokuapp.com/ndarray-linalg )] ( https://crates.io/crates/ndarray-linalg ) [ ![ docs.rs] ( https://docs.rs/ndarray-linalg/badge.svg )] ( https://docs.rs/ndarray-linalg ) [ ![ wercker status] ( https://app.wercker.com/status/a45df26fa97eab7debf53b32fc576b35/s/master " wercker status ")] ( https://app.wercker.com/project/byKey/a45df26fa97eab7debf53b32fc576b35 )
1
+ ndarray-linalg [ ![ Crate] ( http://meritbadge.herokuapp.com/ndarray-linalg )] ( https://crates.io/crates/ndarray-linalg ) [ ![ docs.rs] ( https://docs.rs/ndarray-linalg/badge.svg )] ( https://docs.rs/ndarray-linalg ) [ ![ wercker status] ( https://app.wercker.com/status/a45df26fa97eab7debf53b32fc576b35/s/master " wercker status ")] ( https://app.wercker.com/project/byKey/a45df26fa97eab7debf53b32fc576b35 ) [ ![ Build Status ] ( https://travis-ci.org/termoshtt/ndarray-linalg.svg?branch=master )] ( https://travis-ci.org/termoshtt/ndarray-linalg )
2
2
===============
3
3
Linear algebra package for [ rust-ndarray] ( https://github.com/bluss/rust-ndarray ) using LAPACK via [ stainless-steel/lapack] ( https://github.com/stainless-steel/lapack )
4
4
You can’t perform that action at this time.
0 commit comments