Skip to content
Snippets Groups Projects
Verified Commit ac665edb authored by René Fritze's avatar René Fritze
Browse files

[test] re-enable compiling tests for eigen

The FindEigen script's variable name had changed so these tests haven't
beeen built in a while.
Also disables trying to compile eingemmappeddense for complex fields.
parent db7b444c
No related branches found
No related tags found
No related merge requests found
......@@ -3,4 +3,4 @@ __local.matrix_eigen = EigenRowMajorSparseMatrix, EigenDenseMatrix | expand
__local.matrix_istl = IstlRowMajorSparseMatrix
matrix = {__local.matrix_common}, {__local.matrix_eigen}, {__local.matrix_istl} | expand types
1, EIGEN_FOUND, dune-istl_FOUND | expand types | cmake_guard
1, EIGEN3_FOUND, dune-istl_FOUND | expand types | cmake_guard
......@@ -6,4 +6,6 @@ __local.vector_eigen = EigenDenseVector, EigenMappedDenseVector | expand
__local.vector_istl = IstlDenseVector
vector = {__local.vector_common}, {__local.vector_eigen}, {__local.vector_istl} | expand types
1, EIGEN_FOUND, dune-istl_FOUND | expand types | cmake_guard
1, EIGEN3_FOUND, dune-istl_FOUND | expand types | cmake_guard
{fieldtype} == std::complex<double> and {__local.vector_eigen} == EigenMappedDenseVector | exclude
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment