Skip to content

Commit

Permalink
Update tribol to include cmake non-existent include fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebramwell committed Oct 5, 2023
1 parent 00c3187 commit 2cb4131
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmake/thirdparty/SetupSeracThirdParty.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,8 @@ if (NOT SERAC_THIRD_PARTY_LIBRARIES_FOUND)
conduit_relay_mpi_io
conduit_blueprint
conduit_blueprint_mpi
axom::mfem)
axom::mfem
tribol::mfem)

foreach(_target ${_imported_targets})
if(TARGET ${_target})
Expand Down
2 changes: 1 addition & 1 deletion scripts/spack/packages/tribol/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class Tribol(CachedCMakePackage, CudaPackage):
# SERAC EDIT START
# Note: We add a number to the end of the real version number to indicate that we have
# moved forward past the release. Increment the last number when updating the commit sha.
version("0.1.0.7", commit="a6c2a903b8b0baa614fd9277dd90409993dc02b7", submodules=True, preferred=True)
version("0.1.0.8", commit="8b789fa972c41c964af42e42fa3e55c441fd528d", submodules=True, preferred=True)
# SERAC EDIT END

# -----------------------------------------------------------------------
Expand Down

0 comments on commit 2cb4131

Please sign in to comment.