From 122f4518666a5d18dfa9e10d9e001da1d55a97d5 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 9 Oct 2017 09:29:35 +0200 Subject: [PATCH] Correct template for ?laswp_(plus,minus) and add DYNAMIC_ARCH versions --- lapack/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lapack/CMakeLists.txt b/lapack/CMakeLists.txt index 0517171b5..c0a7543ca 100644 --- a/lapack/CMakeLists.txt +++ b/lapack/CMakeLists.txt @@ -53,7 +53,7 @@ GenerateNamedObjects("laswp/generic/laswp_k_4.c" "MINUS" "laswp_minus" false "" #GenerateNamedObjects("laswp/generic/laswp_k_4.c" "MINUS" "laswp_minus" false "" ${TSUFFIX} false 3) #endforeach () -if (SMP) +if (USE_THREAD) if (USE_OPENMP) set(GETRF_SRC getrf/getrf_parallel_omp.c)