rankstr: add v0.0.3 (#22763)
This commit is contained in:
parent
3a36ca4b36
commit
bfb3b55414
@ -10,12 +10,13 @@ class Rankstr(CMakePackage):
|
|||||||
"""Assign one-to-one mapping of MPI ranks to strings"""
|
"""Assign one-to-one mapping of MPI ranks to strings"""
|
||||||
|
|
||||||
homepage = "https://github.com/ecp-veloc/rankstr"
|
homepage = "https://github.com/ecp-veloc/rankstr"
|
||||||
url = "https://github.com/ecp-veloc/rankstr/archive/v0.0.2.zip"
|
url = "https://github.com/ecp-veloc/rankstr/archive/v0.0.3.tar.gz"
|
||||||
git = "https://github.com/ecp-veloc/rankstr.git"
|
git = "https://github.com/ecp-veloc/rankstr.git"
|
||||||
|
|
||||||
tags = ['ecp']
|
tags = ['ecp']
|
||||||
|
|
||||||
version('master', branch='master')
|
version('master', branch='master')
|
||||||
|
version('0.0.3', sha256='d32052fbecd44299e13e69bf2dd7e5737c346404ccd784b8c2100ceed99d8cd3')
|
||||||
version('0.0.2', sha256='c16d53aa9bb79934cbe2dcd8612e2db7d59de80be500c104e39e8623d4eacd8e')
|
version('0.0.2', sha256='c16d53aa9bb79934cbe2dcd8612e2db7d59de80be500c104e39e8623d4eacd8e')
|
||||||
|
|
||||||
depends_on('mpi')
|
depends_on('mpi')
|
||||||
|
Loading…
Reference in New Issue
Block a user