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 f0b9b9a commit 5aa0635Copy full SHA for 5aa0635
docs/building_and_running_tests.rst
@@ -28,7 +28,7 @@ following:
28
cmake -DCMAKE_INSTALL_PREFIX=~/lapack -DCBLAS=True -DLAPACK=True -DLAPACKE=True -DBUILD_INDEX64=False -DBUILD_SHARED_LIBS=True ..
29
cmake --build . -j --target install
30
31
-and then used in oneMath by setting ``-REF_BLAS_ROOT=/path/to/lapack/install``
+and then used in oneMath by setting ``-DREF_BLAS_ROOT=/path/to/lapack/install``
32
and ``-DREF_LAPACK_ROOT=/path/to/lapack/install``.
33
34
You can re-run tests without re-building the entire project.
0 commit comments