1,852
edits
m (Link fix.) |
(→Build: Mention "-j".) |
||
Line 36: | Line 36: | ||
==== Build ==== | ==== Build ==== | ||
<code>make all openblas | <code>make -j3 JOBS=2 all openblas</code> Adapt the values of the variables <code>-j</code> (parallel package builds) and <code>JOBS</code> (parallel build jobs) to your needs. | ||
==== Replace reference BLAS by OpenBLAS ==== | ==== Replace reference BLAS by OpenBLAS ==== |