summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/tioga/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/tioga/package.py b/var/spack/repos/builtin/packages/tioga/package.py
index 79684d2cbc..29b8bb6289 100644
--- a/var/spack/repos/builtin/packages/tioga/package.py
+++ b/var/spack/repos/builtin/packages/tioga/package.py
@@ -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")