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.
1 parent 87c6477 commit 58e504fCopy full SHA for 58e504f
openblas-src/src/lib.rs
@@ -6,7 +6,8 @@
6
//!
7
//! The following Cargo features are supported:
8
9
-//! * `cache` to build in `.cargo` 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