update versions for scalasca and related tools (#3697)
- clean up fetch urls - inherit from AutotoolsPackage instead of Package - explicit fPIC flags look suspicious, but leave them in there. - in scalasca, use the cube version that is implicit from the scorep dependency instead of specifying it twice.
This commit is contained in:

committed by
Adam J. Stewart

parent
a813764874
commit
aa63bc6f34
@@ -25,7 +25,7 @@
|
||||
from spack import *
|
||||
|
||||
|
||||
class Opari2(Package):
|
||||
class Opari2(AutotoolsPackage):
|
||||
"""OPARI2 is a source-to-source instrumentation tool for OpenMP and hybrid
|
||||
codes. It surrounds OpenMP directives and runtime library calls with calls
|
||||
to the POMP2 measurement interface. OPARI2 will provide you with a new
|
||||
@@ -39,14 +39,10 @@ class Opari2(Package):
|
||||
homepage = "http://www.vi-hps.org/projects/score-p"
|
||||
url = "http://www.vi-hps.org/upload/packages/opari2/opari2-1.1.2.tar.gz"
|
||||
|
||||
version('2.0', '72350dbdb6139f2e68a5055a4f0ba16c',
|
||||
url='http://www.vi-hps.org/upload/packages/opari2/opari2-2.0.tar.gz')
|
||||
version('1.1.4', '245d3d11147a06de77909b0805f530c0',
|
||||
url='http://www.vi-hps.org/upload/packages/opari2/opari2-1.1.4.tar.gz')
|
||||
version('2.0.1', '74af78f1f27b8caaa4271e0b97fb0fba')
|
||||
version('2.0', '72350dbdb6139f2e68a5055a4f0ba16c')
|
||||
version('1.1.4', '245d3d11147a06de77909b0805f530c0')
|
||||
version('1.1.2', '9a262c7ca05ff0ab5f7775ae96f3539e')
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure("--prefix=%s" % prefix,
|
||||
"--enable-shared")
|
||||
make()
|
||||
make("install")
|
||||
def configure_args(self):
|
||||
return ["--enable-shared"]
|
||||
|
Reference in New Issue
Block a user