Skip to content

Commit

Permalink
Add +cereal to hermes_shm
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Feb 8, 2024
1 parent 795b7e8 commit eedda48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/hermes/packages/hermes_shm/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class HermesShm(CMakePackage):
when='+ares')

# Main dependencies
depends_on('[email protected]', when='+mochi')
depends_on('mochi-thallium+cereal@0.10.1', when='+mochi')
depends_on('cereal', when='+cereal')
depends_on('[email protected]: +context +fiber', when='+boost')
depends_on('mpi', when='+mpiio')
Expand Down

0 comments on commit eedda48

Please sign in to comment.