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].
88
99The following Cargo features are supported:
1010
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),
1312* ` cblas ` to build CBLAS (enabled by default),
1413* ` lapacke ` to build LAPACKE (enabled by default),
1514* ` static ` to link to OpenBLAS statically, and
Original file line number Diff line number Diff line change 66//!
77//! The following Cargo features are supported:
88//!
9- //! * `cache` to build in `.cargo` instead of `target`,
9+ //! * `cache` to build in a shared directory instead of `target`,
1010//! * `cblas` to build CBLAS (enabled by default),
1111//! * `lapacke` to build LAPACKE (enabled by default),
1212//! * `static` to link to OpenBLAS statically, and
You can’t perform that action at this time.
0 commit comments