Skip to content

Commit ff9e131

Browse files
authored
Merge pull request #144 from Dirreke/master
update docs
2 parents fe83082 + 6fc7cc4 commit ff9e131

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

openblas-src/src/lib.rs

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,3 @@
1-
//! Source of [BLAS] and [LAPACK] via [OpenBLAS].
2-
//!
3-
//! ## [Architecture]
4-
//!
5-
//! ## Configuration
6-
//!
7-
//! The following Cargo features are supported:
8-
//!
9-
//! * `cache` to build in shared directory e.g. `$XDG_DATA_HOME/openblas_build/`
10-
//! instead of `target` (see README),
11-
//! * `cblas` to build CBLAS (enabled by default),
12-
//! * `lapacke` to build LAPACKE (enabled by default),
13-
//! * `static` to link to OpenBLAS statically, and
14-
//! * `system` to skip building the bundled OpenBLAS.
15-
//!
16-
//! [architecture]: https://blas-lapack-rs.github.io/architecture
17-
//! [blas]: https://en.wikipedia.org/wiki/BLAS
18-
//! [lapack]: https://en.wikipedia.org/wiki/LAPACK
19-
//! [openblas]: http://www.openblas.net
1+
#![doc = include_str!("../README.md")]
202

213
#![no_std]

0 commit comments

Comments
 (0)