Skip to content

Commit 465b4fc

Browse files
authored
Update README.md
1 parent 6bfb38b commit 465b4fc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ 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-
[![Build Status](https://dev.azure.com/rust-math/ndarray-linalg/_apis/build/status/rust-math.ndarray-linalg?branchName=master)](https://dev.azure.com/rust-math/ndarray-linalg/_build/latest?definitionId=3&branchName=master)
5+
[![Build Status](https://dev.azure.com/rust-ndarray/ndarray-linalg/_apis/build/status/rust-ndarray.ndarray-linalg?branchName=master)](https://dev.azure.com/rust-ndarray/ndarray-linalg/_build/latest?definitionId=1&branchName=master)
66

77
Linear algebra package for Rust with [ndarray](https://github.com/bluss/ndarray) based on external LAPACK implementations.
88

@@ -33,7 +33,6 @@ Three BLAS/LAPACK implementations are supported:
3333
- [Netlib](https://github.com/cmr/netlib-src)
3434
- needs `cmake` and `gfortran`
3535
- [Intel MKL](https://github.com/termoshtt/rust-intel-mkl) (non-free license, see the linked page)
36-
- needs `curl`
3736

3837
There are three features corresponding to the backend implementations (`openblas` / `netlib` / `intel-mkl`):
3938

0 commit comments

Comments
 (0)