libfabric: adding missing dep for opx fabric (#32377)
This commit is contained in:
parent
f0df4b653d
commit
70388da974
1 changed files with 1 additions and 0 deletions
|
@ -96,6 +96,7 @@ class Libfabric(AutotoolsPackage):
|
|||
depends_on("opa-psm2", when="fabrics=psm2")
|
||||
depends_on("psm", when="fabrics=psm")
|
||||
depends_on("ucx", when="fabrics=mlx")
|
||||
depends_on("uuid", when="fabrics=opx")
|
||||
|
||||
depends_on("m4", when="@main", type="build")
|
||||
depends_on("autoconf", when="@main", type="build")
|
||||
|
|
Loading…
Reference in a new issue