Skip to content
Snippets Groups Projects
Unverified Commit 36e75722 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Fix for MKL container builds.

Follow-up on !5011.
parent 75f15a87
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,9 @@ endif()
set(GUIX_BUILD ON CACHE BOOL "" FORCE)
set(OGS_BUILD_TESTING OFF CACHE BOOL "" FORCE) # TODO: not yet supported
# TODO: create a newer eigen package:
set(OGS_USE_EIGEN_UNSUPPORTED OFF CACHE BOOL "" FORCE)
# When building with OGS_USE_MKL then add guix build parameter for newer eigen,
# e.g.: --with-commit=eigen=9000b3767770f6dd0f4cfb12f4e19c71921885a4
set(OGS_USE_EIGEN_UNSUPPORTED ${OGS_USE_MKL} CACHE BOOL "" FORCE)
set(OGS_INSTALL_DEPENDENCIES OFF CACHE BOOL "" FORCE) # handled by guix
set(OGS_CPU_ARCHITECTURE OFF CACHE BOOL "" FORCE) # enables guix --tune
set(BUILD_SHARED_LIBS ON CACHE BOOL "" FORCE)
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