[mochi-margo] fixed dependency to Argobots (#34082)

This commit is contained in:
Matthieu Dorier 2022-11-23 10:36:05 +00:00 committed by GitHub
parent 81fb87cedf
commit 73fe21ba41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,6 +55,7 @@ class MochiMargo(AutotoolsPackage):
depends_on("libtool", type=("build")) depends_on("libtool", type=("build"))
depends_on("pkgconfig", type=("build")) depends_on("pkgconfig", type=("build"))
depends_on("argobots@1.0:") depends_on("argobots@1.0:")
depends_on("argobots@1.1:", when="@0.11:")
# "breadcrumb" support not available in mercury-1.0 # "breadcrumb" support not available in mercury-1.0
depends_on("mercury@1.0.0:", type=("build", "link", "run"), when="@:0.5.1") depends_on("mercury@1.0.0:", type=("build", "link", "run"), when="@:0.5.1")
depends_on("mercury@2.0.0:", type=("build", "link", "run"), when="@0.5.2:") depends_on("mercury@2.0.0:", type=("build", "link", "run"), when="@0.5.2:")