Skip to content

Commit

Permalink
Profiling package updates : fix urls, variant and add new version for…
Browse files Browse the repository at this point in the history
… tau+pdt (spack#498)

 - Change url from www.vi-hps.org/ to www.vi-hps.org/cms/
 - Pdt variant fixes in scorep package
 - Add newer version for tau and pdt
  • Loading branch information
pramodk authored Sep 10, 2019
1 parent e61651c commit 38832a4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/opari2/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Opari2(AutotoolsPackage):
"""

homepage = "http://www.vi-hps.org/projects/score-p"
url = "http://www.vi-hps.org/upload/packages/opari2/opari2-1.1.2.tar.gz"
url = "http://www.vi-hps.org/cms/upload/packages/opari2/opari2-1.1.2.tar.gz"

version('2.0.4', 'f69e324792f66780b473daf2b3c81f58ee8188adc72b6fe0dacf43d4c1a0a131')
version('2.0.3', 'f34674718ffdb098a48732a1eb9c1aa2')
Expand Down
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/otf2/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Otf2(AutotoolsPackage):
"""

homepage = "http://www.vi-hps.org/projects/score-p"
url = "http://www.vi-hps.org/upload/packages/otf2/otf2-1.4.tar.gz"
url = "http://www.vi-hps.org/cms/upload/packages/otf2/otf2-1.4.tar.gz"

version('2.1.1', 'e51ad0d8ca374d25f47426746ca629e7')
version('2.1', 'e2994e53d9b7c2cbd0c4f564d638751e')
Expand Down
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/pdt/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Pdt(AutotoolsPackage):
homepage = "https://www.cs.uoregon.edu/research/pdt/home.php"
url = "http://www.cs.uoregon.edu/research/paracomp/pdtoolkit/Download/pdtoolkit-3.22.1.tar.gz"

version('3.25.1', sha256='0b6f8a6b8769c181b2ae6cae7298f04b8e3e3d68066f598ed24574e19500bc97')
version('3.25', '2cad41fcabf4c79cab8780d3b87f7bb4')
version('3.24', 'b8fa5189e5602276ce225ba497b617e4')
version('3.23', 'd61e7a631a27b00e58def52950230a2c')
Expand Down
4 changes: 2 additions & 2 deletions var/spack/repos/builtin/packages/scorep/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Scorep(AutotoolsPackage):
"""

homepage = "http://www.vi-hps.org/projects/score-p"
url = "http://www.vi-hps.org/upload/packages/scorep/scorep-2.0.2.tar.gz"
url = "http://www.vi-hps.org/cms/upload/packages/scorep/scorep-2.0.2.tar.gz"

version('4.1', '7bb6c1eecdd699b4a3207caf202866778ee01f15ff39a9ec198fcd872578fe63')
version('4.0', 'f04478e0407d67eeb8c49c3c51d91e12')
Expand Down Expand Up @@ -60,7 +60,7 @@ class Scorep(AutotoolsPackage):

depends_on("mpi", when='+mpi')
depends_on("papi")
depends_on("pdt")
depends_on("pdt", when="+pdt")

# Score-P requires a case-sensitive file system, and therefore
# does not work on macOS
Expand Down
1 change: 1 addition & 0 deletions var/spack/repos/builtin/packages/tau/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ class Tau(Package):
homepage = "http://www.cs.uoregon.edu/research/tau"
url = "https://www.cs.uoregon.edu/research/tau/tau_releases/tau-2.25.tar.gz"

version('2.28.2', sha256='64e129a482056755012b91dae2fb4f728dbf3adbab53d49187eca952891c5457')
version('2.27.1', '4f98ff67ae5ab1ff2712f694bdec1fa9')
version('2.27', '76602d35fc96f546b5b9dcaf09158651')
version('2.26.3', '4ec14e85b8f3560b58628512c7b49e17')
Expand Down

0 comments on commit 38832a4

Please sign in to comment.