Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 2a18fc6a authored by PRUVOST Florent's avatar PRUVOST Florent
Browse files

Force to use Netlib blas/lapack (instead of openblas also available and use by...

Force to use Netlib blas/lapack (instead of openblas also available and use by default in the docker image) for all builds
parent ef07c107
No related branches found
No related tags found
No related merge requests found
...@@ -8,3 +8,5 @@ option(MORSE_ENABLE_WARNING "Enable warning messages" ON) ...@@ -8,3 +8,5 @@ option(MORSE_ENABLE_WARNING "Enable warning messages" ON)
option(MORSE_ENABLE_COVERAGE "Enable flags for coverage test" ON) option(MORSE_ENABLE_COVERAGE "Enable flags for coverage test" ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS 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.")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment