Skip to content

Commit

Permalink
Update mfem and tribol
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiebramwell committed Oct 5, 2023
1 parent dd93d3f commit e4b84d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/spack/packages/mfem/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Mfem(BuiltinMfem):
# Note: Make sure this sha coincides with the git submodule
# 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('4.5.3.2', commit='b9a1dccfb4becd22a1a0b105609ca0d47e787de9')
version('4.6.1.1', commit='89caa3ac6dd1624540e99b47406b74454efdb231')

variant('asan', default=False, description='Add Address Sanitizer flags')

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.6", commit="bf449e1b7ba6769f2c481bd725d3384442b721f1", submodules=True, preferred=True)
version("0.1.0.7", commit="a6c2a903b8b0baa614fd9277dd90409993dc02b7", submodules=True, preferred=True)
# SERAC EDIT END

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

0 comments on commit e4b84d3

Please sign in to comment.