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
This commit is contained in:
Tom Payerle 2020-10-15 09:44:10 -04:00 committed by GitHub
parent 9a554769a3
commit d034d622c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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