From 95390370969c5e12777c4e4e542f5d6dd6ede5dc Mon Sep 17 00:00:00 2001 From: Harmen Stoppels Date: Thu, 18 Jan 2024 02:13:12 +0100 Subject: papi: Fix Gitlab CI by conflict with 7.1:%cce until -ffree-form is resolved (#41847) Co-authored-by: Alec Scott Co-authored-by: Bernhard Kaindl --- var/spack/repos/builtin/packages/papi/package.py | 1 + 1 file changed, 1 insertion(+) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/papi/package.py b/var/spack/repos/builtin/packages/papi/package.py index e42471849f..441b33238d 100644 --- a/var/spack/repos/builtin/packages/papi/package.py +++ b/var/spack/repos/builtin/packages/papi/package.py @@ -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") -- cgit v1.2.3-70-g09d2