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:
Harmen Stoppels 2024-01-18 02:13:12 +01:00 committed by GitHub
parent 453ecdb77e
commit 9539037096
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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")