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:

committed by
Adam J. Stewart

parent
e3f208e4cb
commit
51bd319fcf
@@ -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):
|
||||
|
Reference in New Issue
Block a user