tioga: add v1.2.0. (#47208)

This commit is contained in:
Jon Rood 2024-10-24 22:04:33 -06:00 committed by GitHub
parent 8e2ec58859
commit 2912d4a661
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,9 +17,10 @@ class Tioga(CMakePackage):
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
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.0.0", git="https://github.com/Exawind/tioga.git", tag="v1.0.0")
version("master", branch="master")