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

@@ -38,14 +38,17 @@ class Cube(Package):
homepage = "http://www.scalasca.org/software/cube-4.x/download.html"
url = "http://apps.fz-juelich.de/scalasca/releases/cube/4.2/dist/cube-4.2.3.tar.gz"
version('4.3.4', '50f73060f55311cb12c5b3cb354d59fa',
url='http://apps.fz-juelich.de/scalasca/releases/cube/4.3/dist/cube-4.3.4.tar.gz')
version('4.3.3', '07e109248ed8ffc7bdcce614264a2909',
url='http://apps.fz-juelich.de/scalasca/releases/cube/4.3/dist/cube-4.3.3.tar.gz')
version('4.2.3', '8f95b9531f5a8f8134f279c2767c9b20',
url="http://apps.fz-juelich.de/scalasca/releases/cube/4.2/dist/cube-4.2.3.tar.gz")
# TODO : add variant that builds GUI on top of Qt
depends_on('zlib')
def install(self, spec, prefix):
configure_args = ["--prefix=%s" % prefix,
"--without-paraver",