fairmq: Add v1.6.0 (#38392)

This commit is contained in:
Dennis Klein 2023-06-14 22:47:59 +02:00 committed by GitHub
parent 7c3d82d819
commit 49d7ebec36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,13 @@ class Fairmq(CMakePackage):
maintainers("dennisklein", "ChristianTackeGSI")
version("dev", branch="dev", submodules=True, get_full_repo=True)
version(
"1.6.0",
tag="v1.6.0",
commit="42d27af20fb5cbbbc0b0fdfef1c981d51a8baf87",
submodules=True,
no_cache=True,
)
version(
"1.5.0",
tag="v1.5.0",