caliper: add version 2.9.0 (#34538)

This commit is contained in:
David Boehme 2022-12-14 18:52:53 -08:00 committed by GitHub
parent 06788019a4
commit 4b5ed94af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ class Caliper(CMakePackage, CudaPackage, ROCmPackage):
homepage = "https://github.com/LLNL/Caliper"
git = "https://github.com/LLNL/Caliper.git"
url = "https://github.com/LLNL/Caliper/archive/v2.8.0.tar.gz"
url = "https://github.com/LLNL/Caliper/archive/v2.9.0.tar.gz"
tags = ["e4s", "radiuss"]
maintainers = ["daboehme"]
@ -28,6 +28,7 @@ class Caliper(CMakePackage, CudaPackage, ROCmPackage):
test_requires_compiler = True
version("master", branch="master")
version("2.9.0", sha256="507ea74be64a2dfd111b292c24c4f55f459257528ba51a5242313fa50978371f")
version("2.8.0", sha256="17807b364b5ac4b05997ead41bd173e773f9a26ff573ff2fe61e0e70eab496e4")
version("2.7.0", sha256="b3bf290ec2692284c6b4f54cc0c507b5700c536571d3e1a66e56626618024b2b")
version("2.6.0", sha256="6efcd3e4845cc9a6169e0d934840766b12182c6d09aa3ceca4ae776e23b6360f")
@ -77,7 +78,7 @@ class Caliper(CMakePackage, CudaPackage, ROCmPackage):
depends_on("python", type="build")
# sosflow support not yet in 2.0
conflicts("+sosflow", "@2.0.0:2.8")
conflicts("+sosflow", "@2.0.0:2.9")
conflicts("+adiak", "@:2.1")
conflicts("+libdw", "@:2.4")
conflicts("+rocm", "@:2.7")