redset: add versions 0.0.5 and 0.0.4 (#22977)

Also update the url and hash of v0.0.3.
This commit is contained in:
Cameron Stanavige 2021-04-20 12:04:58 -07:00 committed by GitHub
parent f4d8382a4f
commit 5931995364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,13 +10,15 @@ class Redset(CMakePackage):
"""Create MPI communicators for disparate redundancy sets""" """Create MPI communicators for disparate redundancy sets"""
homepage = "https://github.com/ecp-veloc/redset" homepage = "https://github.com/ecp-veloc/redset"
url = "https://github.com/ecp-veloc/redset/archive/v0.0.3.zip" url = "https://github.com/ecp-veloc/redset/archive/v0.0.5.tar.gz"
git = "https://github.com/ecp-veloc/redset.git" git = "https://github.com/ecp-veloc/redset.git"
tags = ['ecp'] tags = ['ecp']
version('master', branch='master') version('master', branch='master')
version('0.0.3', sha256='f110c9b42209d65f84a8478b919b27ebe2d566839cb0cd0c86ccbdb1f51598f4') version('0.0.5', sha256='4db4ae59ab9d333a6d1d80678dedf917d23ad461c88b6d39466fc4bf6467d1ee')
version('0.0.4', sha256='c33fce458d5582f01ad632c6fae8eb0a03eaef00e3c240c713b03bb95e2787ad')
version('0.0.3', sha256='30ac1a960f842ae23a960a88b312af3fddc4795f2053eeeec3433a61e4666a76')
depends_on('mpi') depends_on('mpi')
depends_on('rankstr') depends_on('rankstr')