Metall package: add v0.18 and v0.19 (#28982)

Co-authored-by: Bernhard Kaindl <43588962+bernhardkaindl@users.noreply.github.com>
This commit is contained in:
Keita Iwabuchi 2022-04-02 00:46:19 -07:00 committed by GitHub
parent 14c5d26c48
commit bfb846a513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ class Metall(CMakePackage):
homepage = "https://github.com/LLNL/metall"
git = "https://github.com/LLNL/metall.git"
url = "https://github.com/LLNL/metall/archive/v0.17.tar.gz"
url = "https://github.com/LLNL/metall/archive/refs/tags/v0.19.tar.gz"
maintainers = ['KIwabuchi', 'rogerpearce', 'mayagokhale']
@ -20,6 +20,8 @@ class Metall(CMakePackage):
version('master', branch='master')
version('develop', branch='develop')
version('0.19', sha256='541f428d4a7e629e1e60754f9d5f5e84fe973d421b2647f5ed2ec25b977ddd56')
version('0.18', sha256='cd1fee376d0523d43e43b92c43731d45a2c4324278a071a5f626f400afecef24')
version('0.17', sha256='8de6ec2a430a141a2ad465ccd40ba9d0eb0c57d9f2f2de657fe837a73c466e61')
version('0.16', sha256='190fa6936cbbfad1844659eb1fcfd1ad8c5880f60e76e223e33c506d371ea3a3')
version('0.15', sha256='a1ea475ce1297b0c4cdf450544dc60ecf1b0a30c548b08ba77ccda5585df7248')