Add Caliper v2.3.0 (#15468)

This commit is contained in:
David Böhme 2020-03-12 11:37:15 -07:00 committed by GitHub
parent ed5b10d11f
commit b8064df495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@ class Caliper(CMakePackage):
git = "https://github.com/LLNL/Caliper.git"
version('master')
version('2.3.0', tag='v2.3.0')
version('2.2.0', tag='v2.2.0')
version('2.1.1', tag='v2.1.1')
version('2.0.1', tag='v2.0.1')
@ -72,7 +73,7 @@ class Caliper(CMakePackage):
depends_on('python@3:', type='build')
# sosflow support not yet in 2.0
conflicts('+sosflow', '@2.0.0:2.2.99')
conflicts('+sosflow', '@2.0.0:2.3.99')
conflicts('+adiak', '@:2.1.99')
def cmake_args(self):