metkit, fdb: Add latest versions (#33289)

This commit is contained in:
Victoria Cherkas 2022-11-25 23:54:51 +01:00 committed by GitHub
parent 4265d5e111
commit 1ed1b49c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -12,9 +12,13 @@ class Fdb(CMakePackage):
homepage = "https://github.com/ecmwf/fdb"
url = "https://github.com/ecmwf/fdb/archive/refs/tags/5.7.8.tar.gz"
git = "https://github.com/ecmwf/fdb.git"
maintainers = ["skosukhin"]
# master version of fdb is subject to frequent changes and is to be used experimentally.
version("master", branch="master")
version("5.10.8", sha256="6a0db8f98e13c035098dd6ea2d7559f883664cbf9cba8143749539122ac46099")
version("5.7.8", sha256="6adac23c0d1de54aafb3c663d077b85d0f804724596623b381ff15ea4a835f60")
variant("tools", default=True, description="Build the command line tools")
@ -40,6 +44,8 @@ class Fdb(CMakePackage):
depends_on("eckit+admin", when="+tools")
depends_on("eccodes@2.10:")
depends_on("eccodes+tools", when="+tools")
depends_on("metkit@1.5:+grib")
depends_on("lustre", when="backends=lustre")

View File

@ -15,6 +15,7 @@ class Metkit(CMakePackage):
maintainers = ["skosukhin"]
version("1.9.2", sha256="35d5f67196197cc06e5c2afc6d1354981e7c85a441df79a2fbd774e0c343b0b4")
version("1.7.0", sha256="8c34f6d8ea5381bd1bcfb22462349d03e1592e67d8137e76b3cecf134a9d338c")
variant("tools", default=True, description="Build the command line tools")