Skip to content

Commit

Permalink
Merge pull request rust-ndarray#401 from jturner314/update-docs-blas-…
Browse files Browse the repository at this point in the history
…crate

Update docs from blas-sys to blas-src
  • Loading branch information
bluss authored Jan 2, 2018
2 parents 53a81b8 + 66ca11f commit 16b4c97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ your `Cargo.toml`.

- Optional and experimental, compatible with Rust stable
- Enable transparent BLAS support for matrix multiplication.
Uses ``blas-sys`` for pluggable backend, which needs to be configured
Uses ``blas-src`` for pluggable backend, which needs to be configured
separately.

How to use with cargo
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
//! - `blas`
//! - Optional and experimental, compatible with Rust stable
//! - Enable transparent BLAS support for matrix multiplication.
//! Uses ``blas-sys`` for pluggable backend, which needs to be configured
//! Uses ``blas-src`` for pluggable backend, which needs to be configured
//! separately.
//!
Expand Down

0 comments on commit 16b4c97

Please sign in to comment.