We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 417cc11 + eedda48 commit 4333b6bCopy full SHA for 4333b6b
3 files changed
ci/hermes/packages/hermes_shm/package.py
@@ -28,7 +28,7 @@ class HermesShm(CMakePackage):
28
when='+ares')
29
30
# Main dependencies
31
- depends_on('mochi-thallium@0.10.1', when='+mochi')
+ depends_on('mochi-thallium+cereal@0.10.1', when='+mochi')
32
depends_on('cereal', when='+cereal')
33
depends_on('boost@1.7: +context +fiber', when='+boost')
34
depends_on('mpi', when='+mpiio')
ci/py_hermes_ci/bin/run_test
ci/py_hermes_ci/py_hermes_ci/test_manager.py
0 commit comments