Skip to content

Commit b45a854

Browse files
committed
Merge branch 'pr/63'
2 parents 96957f8 + 39cdab3 commit b45a854

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

openblas-src/src/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
//!
77
//! The following Cargo features are supported:
88
//!
9-
//! * `cache` to build in a shared directory instead of `target`,
9+
//! * `cache` to build in shared directory e.g. `$XDG_DATA_HOME/openblas_build/`
10+
//! instead of `target` (see README),
1011
//! * `cblas` to build CBLAS (enabled by default),
1112
//! * `lapacke` to build LAPACKE (enabled by default),
1213
//! * `static` to link to OpenBLAS statically, and

0 commit comments

Comments
 (0)