summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeita Iwabuchi <kiwabuchi@llnl.gov>2020-10-10 18:11:40 -0700
committerGitHub <noreply@github.com>2020-10-10 20:11:40 -0500
commitea101daf8170b8d44d719a1591a408c96a54eebb (patch)
tree9d3d537880fd8face74c659b941e443bdbb23a36
parent03b9f0452c4202a1415d68373e8d28ee53c7bc65 (diff)
downloadspack-ea101daf8170b8d44d719a1591a408c96a54eebb.tar.gz
spack-ea101daf8170b8d44d719a1591a408c96a54eebb.tar.bz2
spack-ea101daf8170b8d44d719a1591a408c96a54eebb.tar.xz
spack-ea101daf8170b8d44d719a1591a408c96a54eebb.zip
Update Metall package to v0.4 and v0.5 (#19223)
* Metall: add version 0.2 * Add Metall v0.3 * Update Metall package to v0.4 and v0.5.
-rw-r--r--var/spack/repos/builtin/packages/metall/package.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/metall/package.py b/var/spack/repos/builtin/packages/metall/package.py
index b650b9fb9a..4d6048eddb 100644
--- a/var/spack/repos/builtin/packages/metall/package.py
+++ b/var/spack/repos/builtin/packages/metall/package.py
@@ -9,11 +9,14 @@ class Metall(CMakePackage):
homepage = "https://github.com/LLNL/metall"
git = "https://github.com/LLNL/metall.git"
- url = "https://github.com/LLNL/metall/archive/v0.3.tar.gz"
+ url = "https://github.com/LLNL/metall/archive/v0.2.tar.gz"
maintainers = ['KIwabuchi', 'rogerpearce', 'mayagokhale']
+ version('master', branch='master')
version('develop', branch='develop')
+ version('0.5', sha256='7d710dc3d5270c799d3506566e5c3c45b94d6f87fb5e05bbaecdca04e42f2966')
+ version('0.4', sha256='6309dab9cffba3bfc957f23e5a287de00966237baafea759866b2961d8db34ea')
version('0.3', sha256='abecdd245eae69088e001cc0c641e8f560b554a726a515eebd7b7f7fb43361e5')
version('0.2', sha256='35cdf3505d2f8d0282a0d5c60b69a0ec5ec6d77ac3facce7549eb874df27be1d')