ants: add version 20220205 (#29500)

A new release hasn't been tagged in over a year.
This commit is contained in:
Ben Darwin 2022-03-19 08:36:24 -04:00 committed by GitHub
parent 892aa0fd16
commit 38cce0355c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,11 @@ class Ants(CMakePackage):
""" """
homepage = "https://stnava.github.io/ANTs/" homepage = "https://stnava.github.io/ANTs/"
git = "https://github.com/ANTsX/ANTs.git"
url = "https://github.com/ANTsX/ANTs/archive/v2.2.0.tar.gz" url = "https://github.com/ANTsX/ANTs/archive/v2.2.0.tar.gz"
version('2.3.5', sha256='2fddfd5f274a47f1c383e734a7e763b627c4a8383d2d3b9971561f335016bb0a') version('20220205', commit='6f07ac55569d0d085d2adf7888d1c7a2bd563bfe')
version('2.3.5', sha256='2fddfd5f274a47f1c383e734a7e763b627c4a8383d2d3b9971561f335016bb0a', preferred=True)
version('2.2.0', sha256='62f8f9ae141cb45025f4bb59277c053acf658d4a3ba868c9e0f609af72e66b4a') version('2.2.0', sha256='62f8f9ae141cb45025f4bb59277c053acf658d4a3ba868c9e0f609af72e66b4a')
depends_on('zlib', type='link') depends_on('zlib', type='link')