File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,7 @@ The package provides a source of [BLAS] and [LAPACK] via [OpenBLAS].
8
8
9
9
The following Cargo features are supported:
10
10
11
- * ` cache ` to build in shared directory, e.g., ` ${XDG_DATA_HOME}/openblas_build/ `
12
- instead of ` target ` (see below),
11
+ * ` cache ` to build in a shared directory instead of ` target ` (see below),
13
12
* ` cblas ` to build CBLAS (enabled by default),
14
13
* ` lapacke ` to build LAPACKE (enabled by default),
15
14
* ` static ` to link to OpenBLAS statically, and
Original file line number Diff line number Diff line change 6
6
//!
7
7
//! The following Cargo features are supported:
8
8
//!
9
- //! * `cache` to build in `.cargo` instead of `target`,
9
+ //! * `cache` to build in a shared directory instead of `target`,
10
10
//! * `cblas` to build CBLAS (enabled by default),
11
11
//! * `lapacke` to build LAPACKE (enabled by default),
12
12
//! * `static` to link to OpenBLAS statically, and
You can’t perform that action at this time.
0 commit comments