summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorsnehring <7978778+snehring@users.noreply.github.com>2023-06-27 18:22:24 -0500
committerGitHub <noreply@github.com>2023-06-27 16:22:24 -0700
commit9425df125935be7422370ced3b994c4f7901983b (patch)
tree366fd36eaa6325e1b374822353f7f58ff2d0f82e /var
parente81076edd0ac9612821eb6083f48131ae63be138 (diff)
downloadspack-9425df125935be7422370ced3b994c4f7901983b.tar.gz
spack-9425df125935be7422370ced3b994c4f7901983b.tar.bz2
spack-9425df125935be7422370ced3b994c4f7901983b.tar.xz
spack-9425df125935be7422370ced3b994c4f7901983b.zip
mindthegap: adding new version 2.3.0 (#38596)
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")