hpctoolkit: add version 2019.08.14 (#12435)
Add version 2019.08.14 and rename 'develop' to 'master' to match the git branch name (now that master is also a special name).
This commit is contained in:
parent
0cdcee92fb
commit
3a78f0e0fd
1 changed files with 3 additions and 1 deletions
|
@ -16,9 +16,11 @@ class Hpctoolkit(AutotoolsPackage):
|
|||
|
||||
homepage = "http://hpctoolkit.org"
|
||||
git = "https://github.com/HPCToolkit/hpctoolkit.git"
|
||||
maintainers = ['mwkrentel']
|
||||
|
||||
version('develop', branch='master')
|
||||
version('master', branch='master')
|
||||
version('gpu', branch='master-gpu')
|
||||
version('2019.08.14', commit='6ea44ed3f93ede2d0a48937f288a2d41188a277c')
|
||||
version('2018.12.28', commit='8dbf0d543171ffa9885344f32f23cc6f7f6e39bc')
|
||||
version('2018.11.05', commit='d0c43e39020e67095b1f1d8bb89b75f22b12aee9')
|
||||
|
||||
|
|
Loading…
Reference in a new issue