Metall: add version 0.2 (#16502)

This commit is contained in:
Keita Iwabuchi 2020-05-09 02:31:20 +09:00 committed by GitHub
parent 89c92a0206
commit 4c42946201
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,10 +9,12 @@ class Metall(CMakePackage):
homepage = "https://github.com/LLNL/metall"
git = "https://github.com/LLNL/metall.git"
url = "https://github.com/LLNL/metall/archive/v0.2.tar.gz"
maintainers = ['KIwabuchi', 'rogerpearce', 'mayagokhale']
version('develop', branch='develop')
version('0.2', sha256='35cdf3505d2f8d0282a0d5c60b69a0ec5ec6d77ac3facce7549eb874df27be1d')
depends_on('boost@1.64:', type=('build', 'link'))