Mentions légales du service

Skip to content
Snippets Groups Projects

Fix the use of vendor testings

Merged Mathieu Faverge requested to merge faverge/chameleon:testings/vendor into master
64 files
+ 184
120
Compare changes
  • Side-by-side
  • Inline
Files
64
@@ -7,6 +7,7 @@ set(CMAKE_C_FLAGS "-Werror")
option(MORSE_ENABLE_WARNING "Enable warning messages" ON)
option(MORSE_ENABLE_COVERAGE "Enable flags for coverage test" ON)
set(CHAMELEON_TESTINGS_VENDOR ON CACHE BOOL "")
set(CMAKE_EXPORT_COMPILE_COMMANDS ON CACHE BOOL "")
set(BLA_VENDOR "Generic" CACHE STRING "Set to one of the BLAS/LAPACK Vendors to search for BLAS only from the specified vendor.")
Loading