Update hpctoolkit and externals to latest release

This commit is contained in:
Pramod S Kumbhar
2017-09-15 21:58:33 +02:00
committed by scheibelp
parent 393e355c39
commit 54d0cef5c4
2 changed files with 8 additions and 8 deletions

View File

@@ -30,11 +30,10 @@ class HpctoolkitExternals(Package):
HpctoolkitExternals package provides all these prerequisites."""
homepage = "http://hpctoolkit.org"
url = "https://github.com/HPCToolkit/hpctoolkit-externals"
# Note: No precise release tags/branches provided
version('5.4',
git='https://github.com/HPCToolkit/hpctoolkit-externals.git',
commit='3d2953623357bb06e9a4b51eca90a4b039c2710e')
version('2017.06', git=url, tag='release-2017.06')
version('master', git=url)
parallel = False