summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/abinit/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/abinit/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/abinit/package.py')
-rw-r--r--var/spack/repos/builtin/packages/abinit/package.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/abinit/package.py b/var/spack/repos/builtin/packages/abinit/package.py
index 70df84c709..98953214a7 100644
--- a/var/spack/repos/builtin/packages/abinit/package.py
+++ b/var/spack/repos/builtin/packages/abinit/package.py
@@ -30,12 +30,12 @@ class Abinit(AutotoolsPackage):
homepage = 'http://www.abinit.org'
url = 'https://www.abinit.org/sites/default/files/packages/abinit-8.6.3.tar.gz'
- version('8.10.3', '969303cf21526cef2a6a08118a3d30ae')
- version('8.8.2', '72d7046c7ff31b9f17afe050ecdfb3a5')
- version('8.6.3', '6c34d2cec0cf0008dd25b8ec1b6d3ee8')
- version('8.2.2', '5f25250e06fdc0815c224ffd29858860')
+ version('8.10.3', sha256='ed626424b4472b93256622fbb9c7645fa3ffb693d4b444b07d488771ea7eaa75')
+ version('8.8.2', sha256='15216703bd56a799a249a112b336d07d733627d3756487a4b1cb48ebb625c3e7')
+ version('8.6.3', sha256='82e8d071088ab8dc1b3a24380e30b68c544685678314df1213180b449c84ca65')
+ version('8.2.2', sha256='e43544a178d758b0deff3011c51ef7c957d7f2df2ce8543366d68016af9f3ea1')
# Versions before 8.0.8b are not supported.
- version('8.0.8b', 'abc9e303bfa7f9f43f95598f87d84d5d')
+ version('8.0.8b', sha256='37ad5f0f215d2a36e596383cb6e54de3313842a0390ce8d6b48a423d3ee25af2')
variant('mpi', default=True,
description='Builds with MPI support. Requires MPI2+')