Skip to content

Commit

Permalink
Zoltan: 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 authored and srbdev committed Oct 25, 2022
1 parent 72cdfff commit 74cd25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/zoltan/cmake/Dependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ SET(LIB_OPTIONAL_DEP_PACKAGES)
SET(TEST_REQUIRED_DEP_PACKAGES)
SET(TEST_OPTIONAL_DEP_PACKAGES)
SET(LIB_REQUIRED_DEP_TPLS)
SET(LIB_OPTIONAL_DEP_TPLS MPI METIS ParMETIS PaToH Scotch Zlib CCOLAMD OVIS)
SET(LIB_OPTIONAL_DEP_TPLS MPI METIS ParMETIS PaToH Scotch Zlib OVIS)
SET(TEST_REQUIRED_DEP_TPLS)
SET(TEST_OPTIONAL_DEP_TPLS)

0 comments on commit 74cd25c

Please sign in to comment.