tioga: add v1.2.0. (#47208)
This commit is contained in:
parent
8e2ec58859
commit
2912d4a661
@ -17,9 +17,10 @@ class Tioga(CMakePackage):
|
|||||||
|
|
||||||
license("LGPL-3.0-only")
|
license("LGPL-3.0-only")
|
||||||
|
|
||||||
# The original TIOGA repo has possibly been abandoned,
|
# The original TIOGA repo has been abandoned,
|
||||||
# so work on TIOGA has continued in the Exawind project
|
# so work on TIOGA has continued in the Exawind project
|
||||||
version("develop", git="https://github.com/Exawind/tioga.git", branch="exawind")
|
version("develop", git="https://github.com/Exawind/tioga.git", branch="exawind")
|
||||||
|
version("1.2.0", git="https://github.com/Exawind/tioga.git", tag="v1.2.0")
|
||||||
version("1.1.0", git="https://github.com/Exawind/tioga.git", tag="v1.1.0")
|
version("1.1.0", git="https://github.com/Exawind/tioga.git", tag="v1.1.0")
|
||||||
version("1.0.0", git="https://github.com/Exawind/tioga.git", tag="v1.0.0")
|
version("1.0.0", git="https://github.com/Exawind/tioga.git", tag="v1.0.0")
|
||||||
version("master", branch="master")
|
version("master", branch="master")
|
||||||
|
Loading…
Reference in New Issue
Block a user