feat(Hermes)!: add yaml-cpp dependency (#34330)

The 0.9.0-beta requires yaml-cpp for parsing the configuration file format in YAML.

P.S. I'm using https://www.conventionalcommits.org/en/v1.0.0/#specification for this commit message.
This commit is contained in:
H. Joe Lee 2022-12-05 11:49:45 -06:00 committed by GitHub
parent 85b6bf99a4
commit 9aa615aa98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,7 @@ class Hermes(CMakePackage):
depends_on("glog@0.4.0:")
depends_on("mpi")
depends_on("hdf5@1.13.0:", when="+vfd")
depends_on("yaml-cpp")
def cmake_args(self):
args = [