papi: Fix Gitlab CI by conflict with 7.1:%cce until -ffree-form is resolved (#41847)
Co-authored-by: Alec Scott <alec@bcs.sh> Co-authored-by: Bernhard Kaindl <bernhardkaindl7@gmail.com>
This commit is contained in:
parent
453ecdb77e
commit
9539037096
@ -74,6 +74,7 @@ class Papi(AutotoolsPackage, ROCmPackage):
|
||||
conflicts("%gcc@8:", when="@5.3.0", msg="Requires GCC version less than 8.0")
|
||||
conflicts("+sde", when="@:5", msg="Software defined events (SDE) added in 6.0.0")
|
||||
conflicts("^cuda", when="@:5", msg="CUDA support for versions < 6.0.0 not implemented")
|
||||
conflicts("%cce", when="@7.1:", msg="-ffree-form flag not recognized")
|
||||
|
||||
conflicts("@=6.0.0", when="+static_tools", msg="Static tools cannot build on version 6.0.0")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user