From 9e5cb89c2867b67a78c97382982790c4495b0abf Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Thu, 15 May 2025 12:35:01 +0100 Subject: [PATCH] [Doc] Fix doc typo The CMake configure option for `REF_BLAS_ROOT` needs a `-D` prefix on the command-line. --- docs/building_and_running_tests.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building_and_running_tests.rst b/docs/building_and_running_tests.rst index da7ff30fd..2cc84be4d 100644 --- a/docs/building_and_running_tests.rst +++ b/docs/building_and_running_tests.rst @@ -28,7 +28,7 @@ following: cmake -DCMAKE_INSTALL_PREFIX=~/lapack -DCBLAS=True -DLAPACK=True -DLAPACKE=True -DBUILD_INDEX64=False -DBUILD_SHARED_LIBS=True .. cmake --build . -j --target install -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`` and ``-DREF_LAPACK_ROOT=/path/to/lapack/install``. You can re-run tests without re-building the entire project.