mindthegap: adding new version 2.3.0 (#38596)

This commit is contained in:
snehring 2023-06-27 18:22:24 -05:00 committed by GitHub
parent e81076edd0
commit 9425df1259
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")