From d034d622c015cf857f74b55d3f2aebacba269d1f Mon Sep 17 00:00:00 2001 From: Tom Payerle Date: Thu, 15 Oct 2020 09:44:10 -0400 Subject: papi: restrict +sde to @6.0.0: (#19290) Software defined events (SDE) appear to have been introduced only in @6.0.0 (see e.g. http://icl.utk.edu/papi/software/view.html?id=275) See #19289 --- var/spack/repos/builtin/packages/papi/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/var/spack/repos/builtin/packages/papi/package.py b/var/spack/repos/builtin/packages/papi/package.py index 76a67f8e77..8173c49986 100644 --- a/var/spack/repos/builtin/packages/papi/package.py +++ b/var/spack/repos/builtin/packages/papi/package.py @@ -48,6 +48,7 @@ class Papi(AutotoolsPackage): depends_on('lm-sensors', when='+lmsensors') conflicts('%gcc@8:', when='@5.3.0', msg='Requires GCC version less than 8.0') + conflicts('+sde', when='@:5.9.99999', msg='Software defined events (SDE) added in 6.0.0') # This is the only way to match exactly version 6.0.0 without also # including version 6.0.0.1 due to spack version matching logic -- cgit v1.2.3-70-g09d2