starpu: add conflict for ~blocking +simgrid (#34616)

see 1f5a911d43
This commit is contained in:
lpoirel 2022-12-21 20:09:23 +01:00 committed by GitHub
parent 3aafdb06c9
commit 34cdc6f52b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,7 @@ class Starpu(AutotoolsPackage):
)
conflicts("+papi", when="+simgrid")
conflicts("~blocking", when="+simgrid")
def autoreconf(self, spec, prefix):
if not os.path.isfile("./configure"):