Skip to content

Commit

Permalink
FEI: make Epetra a required dependency
Browse files Browse the repository at this point in the history
Closes: trilinos#5594
Related: trilinos#5602
  • Loading branch information
tjfulle committed Jul 30, 2019
1 parent 7f130b7 commit 2748903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
9 changes: 0 additions & 9 deletions packages/fei/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,6 @@ IF (${PACKAGE_NAME}_ENABLE_Amesos)
)
ENDIF()

IF (${PACKAGE_NAME}_ENABLE_Tpetra)
TRIBITS_ADD_OPTION_AND_DEFINE(
FEI_TPETRA
HAVE_FEI_TPETRA
"FEI support for Tpetra"
${${PACKAGE_NAME}_ENABLE_Tpetra}
)
ENDIF()

#
# C) Add the libraries, tests, and examples
#
Expand Down
4 changes: 2 additions & 2 deletions packages/fei/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SET(LIB_REQUIRED_DEP_PACKAGES Teuchos)
SET(LIB_OPTIONAL_DEP_PACKAGES Epetra AztecOO Belos Amesos Ifpack ML)
SET(LIB_REQUIRED_DEP_PACKAGES Teuchos Epetra)
SET(LIB_OPTIONAL_DEP_PACKAGES AztecOO Belos Amesos Ifpack ML)
SET(TEST_REQUIRED_DEP_PACKAGES)
SET(TEST_OPTIONAL_DEP_PACKAGES)
SET(LIB_REQUIRED_DEP_TPLS)
Expand Down

0 comments on commit 2748903

Please sign in to comment.