Skip to content

Commit a214a8d

Browse files
committed
Sync the readme with the source
1 parent 40b76b2 commit a214a8d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ The package provides a source of [BLAS] and [LAPACK] via [OpenBLAS].
88

99
The 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

openblas-src/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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

0 commit comments

Comments
 (0)