Skip to content
Snippets Groups Projects
Commit 781e4652 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

Revert "[test] re-enable compiling tests for eigen"

That commit broke test discovery for me.

This reverts commit ac665edb.
parent f48f6d4c
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, EIGEN3_FOUND, dune-istl_FOUND | expand types | cmake_guard
1, EIGEN_FOUND, dune-istl_FOUND | expand types | cmake_guard
......@@ -6,6 +6,4 @@ __local.vector_eigen = EigenDenseVector, EigenMappedDenseVector | expand
__local.vector_istl = IstlDenseVector
vector = {__local.vector_common}, {__local.vector_eigen}, {__local.vector_istl} | expand types
1, EIGEN3_FOUND, dune-istl_FOUND | expand types | cmake_guard
{fieldtype} == std::complex<double> and {__local.vector_eigen} == EigenMappedDenseVector | exclude
1, EIGEN_FOUND, dune-istl_FOUND | expand types | cmake_guard
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