Skip to content
Snippets Groups Projects
Commit c9bc2a05 authored by Tobias Leibner's avatar Tobias Leibner
Browse files

[test] use correct EIGEN3_FOUND cmake guard

parent 49c39b25
No related branches found
No related tags found
No related merge requests found
...@@ -3,4 +3,4 @@ __local.matrix_eigen = EigenRowMajorSparseMatrix, EigenDenseMatrix | expand ...@@ -3,4 +3,4 @@ __local.matrix_eigen = EigenRowMajorSparseMatrix, EigenDenseMatrix | expand
__local.matrix_istl = IstlRowMajorSparseMatrix __local.matrix_istl = IstlRowMajorSparseMatrix
matrix = {__local.matrix_common}, {__local.matrix_eigen}, {__local.matrix_istl} | expand types 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
...@@ -8,6 +8,7 @@ __local.vector_eigen2 = EigenDenseVector, EigenMappedDenseVector | expand ...@@ -8,6 +8,7 @@ __local.vector_eigen2 = EigenDenseVector, EigenMappedDenseVector | expand
vector2 = {__local.vector_common}, {__local.vector_eigen2}, {__local.vector_istl} | expand types vector2 = {__local.vector_common}, {__local.vector_eigen2}, {__local.vector_istl} | expand types
('{vector}' == 'EigenMappedDenseVector' or '{vector2}' == 'EigenMappedDenseVector') and '{matrix}' == 'EigenRowMajorSparseMatrix' | exclude ('{vector}' == 'EigenMappedDenseVector' or '{vector2}' == 'EigenMappedDenseVector') and '{matrix}' == 'EigenRowMajorSparseMatrix' | exclude
'{vector2}' == 'EigenMappedDenseVector' and '{fieldtype_short}' == 'complex' | exclude
'{matrix}' == 'CommonSparseMatrix' | exclude '{matrix}' == 'CommonSparseMatrix' | exclude
'{matrix}' == 'IstlRowMajorSparseMatrix' and '{fieldtype_short}' == 'complex' | exclude '{matrix}' == 'IstlRowMajorSparseMatrix' and '{fieldtype_short}' == 'complex' | exclude
......
...@@ -5,5 +5,6 @@ __local.vector_common = CommonDenseVector ...@@ -5,5 +5,6 @@ __local.vector_common = CommonDenseVector
__local.vector_eigen = EigenDenseVector, EigenMappedDenseVector | expand __local.vector_eigen = EigenDenseVector, EigenMappedDenseVector | expand
__local.vector_istl = IstlDenseVector __local.vector_istl = IstlDenseVector
vector = {__local.vector_common}, {__local.vector_eigen}, {__local.vector_istl} | expand types vector = {__local.vector_common}, {__local.vector_eigen}, {__local.vector_istl} | expand types
'{vector}' == 'EigenMappedDenseVector' and '{fieldtype_short}' == 'complex' | exclude
1, EIGEN_FOUND, dune-istl_FOUND | expand types | cmake_guard 1, EIGEN3_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