Skip to content

Commit

Permalink
SEACAS: Remove listing of undefined TPL deps (trilinos#11152)
Browse files Browse the repository at this point in the history
Updated TriBITS 'master' now catches undefined TPLs listed as dependencies of
a TriBITS package.  (Amazingly, classic TriBITS simply silently ignored these
undefined TPLs.  See tribits/CHANGELOG.md entry in TriBITSPub/TriBITS#530.)

This works with older TriBITS and will be needed when TriBITS 'master' is
snapshotted into Trilinos 'develop'.
  • Loading branch information
bartlettroscoe committed Oct 17, 2022
1 parent eccaeaa commit 686e720
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_OPTIONAL_PACKAGES SEACASExodus
TEST_OPTIONAL_TPLS Pthread
TEST_OPTIONAL_DEP_TPLS Pthread
)
4 changes: 2 additions & 2 deletions packages/seacas/libraries/exodus/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@


TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_REQUIRED_TPLS Netcdf
LIB_OPTIONAL_TPLS Pthread HDF5 Pnetcdf MPI
LIB_OPTIONAL_DEP_TPLS Pthread HDF5 Pnetcdf MPI
TEST_REQUIRED_TPLS Netcdf
TEST_OPTIONAL_TPLS Pthread
TEST_OPTIONAL_DEP_TPLS Pthread
)
2 changes: 1 addition & 1 deletion packages/seacas/libraries/ioss/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
else()
TRIBITS_PACKAGE_DEFINE_DEPENDENCIES(
LIB_OPTIONAL_PACKAGES SEACASExodus Pamgen Zoltan Kokkos
LIB_OPTIONAL_TPLS HDF5 CGNS ParMETIS Faodel Cereal DLlib Pthread DataWarp ADIOS2 Catalyst2 GTest
LIB_OPTIONAL_TPLS HDF5 CGNS ParMETIS DLlib Pthread ADIOS2
)
endif()

Expand Down

0 comments on commit 686e720

Please sign in to comment.