Skip to content
Snippets Groups Projects
Commit b7c351de authored by Simon Praetorius's avatar Simon Praetorius
Browse files

The version of Eigen3 shipped with debian11 is not compatible with libc++-13

parent 41feac34
No related branches found
No related tags found
1 merge request!158The version of Eigen3 shipped with debian11 is not compatible with libc++-13
Pipeline #76058 canceled
......@@ -9,6 +9,9 @@ TOOLCHAIN_CMAKE_FLAGS="-DCMAKE_CXX_STANDARD=20"
# The GMP library is incompatible with libc++ since compiled with libstdc++
TOOLCHAIN_CMAKE_FLAGS+=" -DCMAKE_DISABLE_FIND_PACKAGE_GMP:BOOL=TRUE"
# The version of Eigen3 shipped in debian11 is not compatible with clang13
TOOLCHAIN_CMAKE_FLAGS+=" -DCMAKE_DISABLE_FIND_PACKAGE_Eigen3=1 "
# see base-common/dune.opts: disable CPU detection for Vc library;
# sadly clang has problems with the setting in dune.opts...
TOOLCHAIN_CMAKE_FLAGS+=" -DTARGET_ARCHITECTURE=none"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment