starpu: correct fxt dependency variant when simgrid (#33558)
This commit is contained in:
parent
b19549ce9d
commit
ecdfe02355
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ class Starpu(AutotoolsPackage):
|
|||
depends_on("mpi", when="+mpi~simgrid")
|
||||
depends_on("cuda", when="+cuda~simgrid")
|
||||
depends_on("fxt", when="+fxt")
|
||||
depends_on("fxt+static", when="+fxt+simgrid+mpi")
|
||||
depends_on("simgrid", when="+simgrid")
|
||||
depends_on("simgrid+smpi", when="+simgrid+mpi")
|
||||
depends_on("simgrid+mc", when="+simgridmc")
|
||||
|
|
Loading…
Reference in a new issue