Skip to content

Commit

Permalink
Update trilinos configuration for complex & float
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfehling authored Feb 17, 2024
1 parent b1fc3ae commit 8dffa4f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions deal.II-toolchain/packages/trilinos.package
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,6 @@ CONFOPTS="\
-D Trilinos_ENABLE_AztecOO:BOOL=ON \
-D Trilinos_ENABLE_Sacado:BOOL=ON \
-D Trilinos_ENABLE_Teuchos:BOOL=ON \
-D Teuchos_ENABLE_FLOAT:BOOL=ON \
-D Trilinos_ENABLE_MueLu:BOOL=ON \
-D Trilinos_ENABLE_ML:BOOL=ON \
-D Trilinos_ENABLE_NOX:BOOL=ON \
Expand All @@ -263,9 +262,8 @@ CONFOPTS="\

if [ ${TRILINOS_WITH_COMPLEX} = ON ]; then
CONFOPTS="\
-D Trilinos_ENABLE_COMPLEX_DOUBLE=ON \
-D Trilinos_ENABLE_COMPLEX_FLOAT=ON \
-D Teuchos_ENABLE_COMPLEX:BOOL=ON \
-D Trilinos_ENABLE_COMPLEX=ON \
-D Trilinos_ENABLE_FLOAT=ON \
${CONFOPTS}"
fi

Expand Down

0 comments on commit 8dffa4f

Please sign in to comment.