Add the scorep package dependency. (#19742)

Co-authored-by: Itaru Kitayama <itaru.kitayama@riken.jp>
This commit is contained in:
Itaru Kitayama 2020-11-07 12:18:49 +09:00 committed by GitHub
parent c8b92ef34b
commit e87266c646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ class Scalasca(AutotoolsPackage):
# version 2.4+
depends_on('cubew@4.4:', when='@2.4:')
depends_on('scorep@6.0:', when='@2.4:')
# version 2.3+
depends_on('otf2@2:', when='@2.3:')