Skip to content

Commit

Permalink
Merge pull request #375 from dealii/trilinos_complex_float
Browse files Browse the repository at this point in the history
Update Trilinos configuration for complex & float.
  • Loading branch information
tjhei authored May 16, 2024
2 parents b1fc3ae + 424f2e8 commit 75f80f0
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 @@ -236,6 +236,7 @@ CONFOPTS="\
-D TPL_ENABLE_TBB:BOOL=OFF \
-D Trilinos_VERBOSE_CONFIGURE:BOOL=OFF \
-D Trilinos_ENABLE_EXPLICIT_INSTANTIATION=OFF \
-D Trilinos_ENABLE_FLOAT=ON \
-D Trilinos_ENABLE_Amesos:BOOL=ON \
-D Trilinos_ENABLE_Epetra:BOOL=ON \
-D Trilinos_ENABLE_EpetraExt:BOOL=ON \
Expand All @@ -245,7 +246,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 +263,7 @@ 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 \
${CONFOPTS}"
fi

Expand Down

0 comments on commit 75f80f0

Please sign in to comment.