Browse Source

Optionally add ReLAPACK to LIB_COMPONENTS

tags/v0.3.0
Martin Kroeker GitHub 8 years ago
parent
commit
962b20a9bb
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      cmake/system.cmake

+ 3
- 0
cmake/system.cmake View File

@@ -387,6 +387,9 @@ if (NOT NO_LAPACK)
if (NOT NO_LAPACKE) if (NOT NO_LAPACKE)
set(LIB_COMPONENTS "${LIB_COMPONENTS} LAPACKE") set(LIB_COMPONENTS "${LIB_COMPONENTS} LAPACKE")
endif () endif ()
if (BUILD_RELAPACK)
set(LIB_COMPONENTS "${LIB_COMPONENTS} ReLAPACK")
endif ()
endif () endif ()


if (ONLY_CBLAS) if (ONLY_CBLAS)


Loading…
Cancel
Save