summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/scorep/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/scorep/package.py')
-rw-r--r--var/spack/repos/builtin/packages/scorep/package.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/scorep/package.py b/var/spack/repos/builtin/packages/scorep/package.py
index 4ea8337b0c..403734a7a0 100644
--- a/var/spack/repos/builtin/packages/scorep/package.py
+++ b/var/spack/repos/builtin/packages/scorep/package.py
@@ -49,12 +49,12 @@ class Scorep(AutotoolsPackage):
depends_on('otf2@2.2:', when='@6:')
# SCOREP 4 and 5
depends_on('otf2@2.1:', when='@4:')
- depends_on('cubew@4.4:4.5', when='@4:6.99')
- depends_on('cubelib@4.4:4.5', when='@4:6.99')
+ depends_on('cubew@4.4:4.5', when='@4:6')
+ depends_on('cubelib@4.4:4.5', when='@4:6')
# SCOREP 3
- depends_on('otf2@2:', when='@3:3.99')
- depends_on('opari2@2.0:2.0.5', when='@3:6.99')
- depends_on('cube@4.3:4.3.5', when='@3:3.99')
+ depends_on('otf2@2:', when='@3.0:3')
+ depends_on('opari2@2.0:2.0.5', when='@3:6')
+ depends_on('cube@4.3:4.3.5', when='@3.0:3')
# SCOREP 2.0.2
depends_on('otf2@2.0', when='@2.0.2')
depends_on('opari2@2.0', when='@2.0.2')