ecmwf-atlas@0.36: depend on ecbuild@3.4: (#43133)

This commit is contained in:
Dom Heinzeller 2024-03-12 12:00:15 -06:00 committed by GitHub
parent d6fd96f024
commit 187b8adb4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,7 @@ class EcmwfAtlas(CMakePackage):
version("0.31.0", sha256="fa4ff8665544b8e19f79d171c540a9ca8bfc4127f52a3c4d4d618a2fe23354d7")
depends_on("ecbuild", type=("build"))
depends_on("ecbuild@3.4:", type=("build"), when="@0.36.0:")
depends_on("eckit@:1.23", when="@:0.33")
depends_on("eckit@1.24:", when="@0.34:")
depends_on("boost cxxstd=14 visibility=hidden", when="@0.26.0:0.33.99", type=("build", "run"))