Update Score-P to 2.0

This commit is contained in:
Michael Kuhn
2016-08-04 14:24:25 +02:00
parent b7fa2c4e21
commit 584e5506f2
3 changed files with 12 additions and 1 deletions

View File

@@ -35,6 +35,8 @@ class Scorep(Package):
homepage = "http://www.vi-hps.org/projects/score-p"
url = "http://www.vi-hps.org/upload/packages/scorep/scorep-1.2.3.tar.gz"
version('2.0.2', '8f00e79e1b5b96e511c5ebecd10b2888',
url='http://www.vi-hps.org/upload/packages/scorep/scorep-2.0.2.tar.gz')
version('1.4.2', '3b9a042b13bdd5836452354e6567f71e',
url='http://www.vi-hps.org/upload/packages/scorep/scorep-1.4.2.tar.gz')
version('1.3', '9db6f957b7f51fa01377a9537867a55c',
@@ -42,6 +44,10 @@ class Scorep(Package):
##########
# Dependencies for SCORE-P are quite tight. See the homepage for more information.
# SCOREP 2.0.2
depends_on('otf2@2.0', when='@2.0.2')
depends_on('opari2@2.0', when='@2.0.2')
depends_on('cube@4.3:4.4', when='@2.0.2')
# SCOREP 1.4.2
depends_on('otf2@1.5:1.6', when='@1.4.2')
depends_on('opari2@1.1.4', when='@1.4.2')