diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1939abcf4d41..5fc947c9df65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: if [ ${{ matrix.compiler }} = gcc ]; then export CC=/usr/bin/gcc-12 export CXX=/usr/bin/g++-12 - export KRATOS_CMAKE_OPTIONS_FLAGS="-DTRILINOS_EXCLUDE_AMESOS2_SOLVER=OFF" + export KRATOS_CMAKE_OPTIONS_FLAGS="-DUSE_EIGEN_MKL=ON -DUSE_EIGEN_FEAST=ON -DTRILINOS_EXCLUDE_AMESOS2_SOLVER=OFF" export KRATOS_CMAKE_CXX_FLAGS="-Werror -Wno-deprecated-declarations -Wignored-qualifiers" elif [ ${{ matrix.compiler }} = clang ]; then export CC=/usr/bin/clang-14 @@ -91,7 +91,7 @@ jobs: if [ ${{ matrix.compiler }} = gcc ]; then export CC=/usr/bin/gcc-12 export CXX=/usr/bin/g++-12 - export KRATOS_CMAKE_OPTIONS_FLAGS="-DUSE_EIGEN_MKL=ON -DUSE_EIGEN_FEAST=ON -DMMG_ROOT=/external_libraries/mmg/mmg_5_5_1/ -DPMMG_ROOT=/external_libraries/ParMmg_5ffc6ad -DINCLUDE_PMMG=ON" + export KRATOS_CMAKE_OPTIONS_FLAGS="-DMMG_ROOT=/external_libraries/mmg/mmg_5_5_1/ -DPMMG_ROOT=/external_libraries/ParMmg_5ffc6ad -DINCLUDE_PMMG=ON" export KRATOS_CMAKE_CXX_FLAGS="-Werror -Wno-deprecated-declarations -Wignored-qualifiers" elif [ ${{ matrix.compiler }} = clang ]; then export CC=/usr/bin/clang-14