summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/metis/package.py
diff options
context:
space:
mode:
authorTodd Gamblin <tgamblin@llnl.gov>2019-10-10 22:44:41 -0700
committerTodd Gamblin <tgamblin@llnl.gov>2019-10-12 07:19:43 -0700
commit62927654dd26db7a6a45c8bb307bf1cf6ba3470d (patch)
tree2fe91c507233477e0eef7ca9743ed7bd43520339 /var/spack/repos/builtin/packages/metis/package.py
parent87fa7c15fc1f529debf7b010a5e3cd8ee4fb3f04 (diff)
downloadspack-62927654dd26db7a6a45c8bb307bf1cf6ba3470d.tar.gz
spack-62927654dd26db7a6a45c8bb307bf1cf6ba3470d.tar.bz2
spack-62927654dd26db7a6a45c8bb307bf1cf6ba3470d.tar.xz
spack-62927654dd26db7a6a45c8bb307bf1cf6ba3470d.zip
checksums: use sha256 checksums everywhere
We'd like to use a consistent checksum scheme everywhere so that we can: a) incorporate archive checksums into our specs and have a consistent hashing algorithm across all specs. b) index mirrors with a consistent type of checksum, and not one that is dependent on how spack packages are written. - [x] convert existing md5, sha224, sha512, sha1 checksums to sha256
Diffstat (limited to 'var/spack/repos/builtin/packages/metis/package.py')
-rw-r--r--var/spack/repos/builtin/packages/metis/package.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/metis/package.py b/var/spack/repos/builtin/packages/metis/package.py
index d5aae89190..4e64f43b40 100644
--- a/var/spack/repos/builtin/packages/metis/package.py
+++ b/var/spack/repos/builtin/packages/metis/package.py
@@ -21,9 +21,9 @@ class Metis(Package):
url = "http://glaros.dtc.umn.edu/gkhome/fetch/sw/metis/metis-5.1.0.tar.gz"
list_url = "http://glaros.dtc.umn.edu/gkhome/fsroot/sw/metis/OLD"
- version('5.1.0', '5465e67079419a69e0116de24fce58fe')
- version('5.0.2', 'acb521a4e8c2e6dd559a7f9abd0468c5')
- version('4.0.3', 'd3848b454532ef18dc83e4fb160d1e10')
+ version('5.1.0', sha256='76faebe03f6c963127dbb73c13eab58c9a3faeae48779f049066a21c087c5db2')
+ version('5.0.2', sha256='f79790676ca2ce3dfa9d5e2d74801e91d92415664ede2c2fc18fc49d4a161981')
+ version('4.0.3', sha256='5efa35de80703c1b2c4d0de080fafbcf4e0d363a21149a1ad2f96e0144841a55')
variant('shared', default=True, description='Enables the build of shared libraries.')
variant('gdb', default=False, description='Enables gdb support (version 5+).')