We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96957f8 + 39cdab3 commit b45a854Copy full SHA for b45a854
openblas-src/src/lib.rs
@@ -6,7 +6,8 @@
6
//!
7
//! The following Cargo features are supported:
8
9
-//! * `cache` to build in a shared directory instead of `target`,
+//! * `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
0 commit comments