[mochi-margo] fixed dependency to Argobots (#34082)
This commit is contained in:
parent
81fb87cedf
commit
73fe21ba41
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ class MochiMargo(AutotoolsPackage):
|
|||
depends_on("libtool", type=("build"))
|
||||
depends_on("pkgconfig", type=("build"))
|
||||
depends_on("argobots@1.0:")
|
||||
depends_on("argobots@1.1:", when="@0.11:")
|
||||
# "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@2.0.0:", type=("build", "link", "run"), when="@0.5.2:")
|
||||
|
|
Loading…
Reference in a new issue