Add Caliper 1.7.0 and Gotcha 1.0.2 (#8572)

* Update Gotcha and Caliper versions

* caliper: Use spack-built gotcha

* caliper: Enable sampling support on Linux

* More robust check for Linux
This commit is contained in:
David Böhme
2018-06-27 15:21:23 -07:00
committed by Adam J. Stewart
parent e3f208e4cb
commit 51bd319fcf
2 changed files with 12 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ class Gotcha(CMakePackage):
branch="develop")
version('master', git='https://github.com/LLNL/gotcha.git',
branch="master")
version('1.0.2', git='https://github.com/LLNL/gotcha.git', tag="1.0.2")
version('0.0.2', git='https://github.com/LLNL/gotcha.git', tag="0.0.2")
def configure_args(self):