Skip to content

Commit

Permalink
Turning on Teko in Epetra-free build on mockba, since this is possibl…
Browse files Browse the repository at this point in the history
…e now.
  • Loading branch information
ikalash committed Dec 21, 2022
1 parent 8b0276e commit 9f025bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ cmake -D CMAKE_INSTALL_PREFIX:PATH=$BUILD_DIR/install \
-D Trilinos_ENABLE_STKExprEval:BOOL=ON \
-D Trilinos_ENABLE_Stokhos:BOOL=OFF \
-D Trilinos_ENABLE_Stratimikos:BOOL=ON \
-D Trilinos_ENABLE_Teko:BOOL=OFF \
-D Trilinos_ENABLE_Teko:BOOL=ON \
-D Trilinos_ENABLE_Teuchos:BOOL=ON \
-D Trilinos_ENABLE_Thyra:BOOL=ON \
-D Trilinos_ENABLE_ThyraTpetraAdapters:BOOL=ON \
Expand Down

0 comments on commit 9f025bf

Please sign in to comment.