From d1cb99a4e426fff04d9662e2b0943057280cd535 Mon Sep 17 00:00:00 2001 From: David Dixon <165835255+davidd-amd@users.noreply.github.com> Date: Thu, 16 Oct 2025 15:43:28 -0600 Subject: [PATCH] Update rocRoller.yml --- .azuredevops/components/rocRoller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azuredevops/components/rocRoller.yml b/.azuredevops/components/rocRoller.yml index 335eaa828..dfd3f4965 100644 --- a/.azuredevops/components/rocRoller.yml +++ b/.azuredevops/components/rocRoller.yml @@ -156,7 +156,7 @@ jobs: cd $(Agent.BuildDirectory)/temp-deps git clone https://github.com/Reference-LAPACK/lapack-release -b lapack-3.9.1 lapack cd lapack - cmake -DCMAKE_INSTALL_PREFIX=$(Agent.BuildDirectory)/vendor -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCBLAS=ON -DLAPACKE=OFF -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LIBDIR=lib -B build -S . + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCBLAS=ON -DLAPACKE=OFF -DBUILD_TESTING=OFF -DCMAKE_INSTALL_LIBDIR=lib -B build -S . cmake --build build --parallel --target install - script: | mkdir -p $(CCACHE_DIR)