summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorQuellynSnead <quellyn@lanl.gov>2021-06-14 13:04:14 -0600
committerGitHub <noreply@github.com>2021-06-14 13:04:14 -0600
commit34c9c89b55dd1fbba8b1c51fe2d8098f2eab94e9 (patch)
tree635dab83ec41e90fe5e14c347a33137a11cb6d04 /var
parentd993ee7972ff706056ee6d66afa47776eb3e72c6 (diff)
downloadspack-34c9c89b55dd1fbba8b1c51fe2d8098f2eab94e9.tar.gz
spack-34c9c89b55dd1fbba8b1c51fe2d8098f2eab94e9.tar.bz2
spack-34c9c89b55dd1fbba8b1c51fe2d8098f2eab94e9.tar.xz
spack-34c9c89b55dd1fbba8b1c51fe2d8098f2eab94e9.zip
Caliper: add v2.6.0 (#24303)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/caliper/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/caliper/package.py b/var/spack/repos/builtin/packages/caliper/package.py
index b550527189..f1735f2f80 100644
--- a/var/spack/repos/builtin/packages/caliper/package.py
+++ b/var/spack/repos/builtin/packages/caliper/package.py
@@ -17,11 +17,12 @@ class Caliper(CMakePackage, CudaPackage):
homepage = "https://github.com/LLNL/Caliper"
git = "https://github.com/LLNL/Caliper.git"
- url = "https://github.com/LLNL/Caliper/archive/v2.5.0.tar.gz"
+ url = "https://github.com/LLNL/Caliper/archive/v2.6.0.tar.gz"
maintainers = ["daboehme"]
version('master', branch='master')
+ version('2.6.0', sha256='6efcd3e4845cc9a6169e0d934840766b12182c6d09aa3ceca4ae776e23b6360f')
version('2.5.0', sha256='d553e60697d61c53de369b9ca464eb30710bda90fba9671201543b64eeac943c')
version('2.4.0', tag='v2.4.0')
version('2.3.0', tag='v2.3.0')