Skip to content

Commit

Permalink
Merge pull request #413 from climbfuji/feature/ecmwf_atlas_ecbuild_ryan
Browse files Browse the repository at this point in the history
ecmwf-atlas@0.36: depend on ecbuild@3.4: (spack PR spack#43133)
  • Loading branch information
climbfuji authored Mar 12, 2024
2 parents b40323e + cd5ab12 commit dbc8d59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/ecmwf-atlas/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit dbc8d59

Please sign in to comment.