hpctoolkit: add version 2023.08.1 (#40248)
Add versions 2020.08.1 and branch 2023.08.stable. Note: the version numbers are a little different. Here, 2023.08.1 means release no. 1 from the release/2023.08 branch.
This commit is contained in:
parent
0274091204
commit
c9ef5c8152
1 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,8 @@ class Hpctoolkit(AutotoolsPackage):
|
|||
test_requires_compiler = True
|
||||
|
||||
version("develop", branch="develop")
|
||||
version("2023.08.stable", branch="release/2023.08")
|
||||
version("2023.08.1", tag="2023.08.1", commit="753a72affd584a5e72fe153d1e8c47a394a3886e")
|
||||
version("2023.03.stable", branch="release/2023.03")
|
||||
version("2023.03.01", commit="9e0daf2ad169f6c7f6c60408475b3c2f71baebbf")
|
||||
version("2022.10.01", commit="e8a5cc87e8f5ddfd14338459a4106f8e0d162c83")
|
||||
|
|
Loading…
Reference in a new issue