legion: add versions up to 23.03.0 (#37257)
* legion: add versions up to 23.03.0 * add maintainer
This commit is contained in:
parent
d01b542df7
commit
7dc0bf5fcb
1 changed files with 9 additions and 1 deletions
|
@ -25,8 +25,16 @@ class Legion(CMakePackage, ROCmPackage):
|
|||
homepage = "https://legion.stanford.edu/"
|
||||
git = "https://github.com/StanfordLegion/legion.git"
|
||||
|
||||
maintainers("pmccormick", "streichler")
|
||||
maintainers("pmccormick", "streichler", "elliottslaughter")
|
||||
tags = ["e4s"]
|
||||
version("23.03.0", tag="legion-23.03.0")
|
||||
version("22.12.0", tag="legion-22.12.0")
|
||||
version("22.09.0", tag="legion-22.09.0")
|
||||
version("22.06.0", tag="legion-22.06.0")
|
||||
version("22.03.0", tag="legion-22.03.0")
|
||||
version("21.12.0", tag="legion-21.12.0")
|
||||
version("21.09.0", tag="legion-21.09.0")
|
||||
version("21.06.0", tag="legion-21.06.0")
|
||||
version("21.03.0", tag="legion-21.03.0")
|
||||
version("stable", branch="stable")
|
||||
version("master", branch="master")
|
||||
|
|
Loading…
Reference in a new issue