libmonitor: update version and add variant to configure (#8834)

* libmonitor: update to version 2018.07.18 and add variant to configure
for hpctoolkit.

* Specify the @2013.02.18 version in cbtf-argonavis and cbtf-krell,
since this is no longer the default version.  These are the only
other packages that use libmonitor.
This commit is contained in:
Mark W. Krentel
2018-08-03 13:00:12 -05:00
committed by scheibelp
parent 4de301ebf2
commit 69641851ea
3 changed files with 63 additions and 8 deletions

View File

@@ -120,7 +120,7 @@ class CbtfKrell(CMakePackage):
depends_on("cbtf@1.9.1.0:9999+runtime", when='@1.9.1.0:9999+runtime')
# for services and collectors
depends_on("libmonitor+krellpatch")
depends_on("libmonitor@2013.02.18+krellpatch")
depends_on("libunwind", when='@develop')
depends_on("libunwind@1.1", when='@1.9.1.0:9999')