Browse Source

Correct template for ?laswp_(plus,minus) and add DYNAMIC_ARCH versions

pull/1323/head
Martin Kroeker GitHub 8 years ago
parent
commit
122f451866
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lapack/CMakeLists.txt

+ 1
- 1
lapack/CMakeLists.txt View File

@@ -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)


Loading…
Cancel
Save