summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/mindthegap/package.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/mindthegap/package.py b/var/spack/repos/builtin/packages/mindthegap/package.py
index ad58c443ea..d14ce5cd2a 100644
--- a/var/spack/repos/builtin/packages/mindthegap/package.py
+++ b/var/spack/repos/builtin/packages/mindthegap/package.py
@@ -14,6 +14,12 @@ class Mindthegap(CMakePackage):
homepage = "https://gatb.inria.fr/software/mind-the-gap/"
git = "https://github.com/GATB/MindTheGap.git"
+ maintainers("snehring")
+
+ version("2.3.0", tag="v2.3.0", submodules=True)
version("2.0.2", tag="v2.0.2", submodules=True)
+ depends_on("cmake@3.1:", type="build", when="@2.3.0")
+ depends_on("cmake@2.6:", type="build", when="@2.0.2")
+
depends_on("zlib")