summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeita Iwabuchi <kiwabuchi@llnl.gov>2020-05-09 02:31:20 +0900
committerGitHub <noreply@github.com>2020-05-08 12:31:20 -0500
commit4c42946201652832bb6dac3599e3242a2582350c (patch)
tree64b143402e8b3dfe6fd2f36b35de9800ea5287a5
parent89c92a02062cf91c4e3e66fe86846e57bc3388b8 (diff)
downloadspack-4c42946201652832bb6dac3599e3242a2582350c.tar.gz
spack-4c42946201652832bb6dac3599e3242a2582350c.tar.bz2
spack-4c42946201652832bb6dac3599e3242a2582350c.tar.xz
spack-4c42946201652832bb6dac3599e3242a2582350c.zip
Metall: add version 0.2 (#16502)
-rw-r--r--var/spack/repos/builtin/packages/metall/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/metall/package.py b/var/spack/repos/builtin/packages/metall/package.py
index cec7669ad2..ea1351fe50 100644
--- a/var/spack/repos/builtin/packages/metall/package.py
+++ b/var/spack/repos/builtin/packages/metall/package.py
@@ -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'))