summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-adios/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/py-adios/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/py-adios/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-adios/package.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/var/spack/repos/builtin/packages/py-adios/package.py b/var/spack/repos/builtin/packages/py-adios/package.py
index 2149c0e223..0ce34ef3ca 100644
--- a/var/spack/repos/builtin/packages/py-adios/package.py
+++ b/var/spack/repos/builtin/packages/py-adios/package.py
@@ -16,12 +16,12 @@ class PyAdios(PythonPackage):
maintainers = ['ax3l']
version('develop', branch='master')
- version('1.13.0', '68af36b821debbdf4748b20320a990ce')
- version('1.12.0', '84a1c71b6698009224f6f748c5257fc9')
- version('1.11.1', '5639bfc235e50bf17ba9dafb14ea4185')
- version('1.11.0', '5eead5b2ccf962f5e6d5f254d29d5238')
- version('1.10.0', 'eff450a4c0130479417cfd63186957f3')
- version('1.9.0', '310ff02388bbaa2b1c1710ee970b5678')
+ version('1.13.0', sha256='7b5ee8ff7a5f7215f157c484b20adb277ec0250f87510513edcc25d2c4739f50')
+ version('1.12.0', sha256='22bc22c157322abec2d1a0817a259efd9057f88c2113e67d918a9a5ebcb3d88d')
+ version('1.11.1', sha256='9f5c10b9471a721ba57d1cf6e5a55a7ad139a6c12da87b4dc128539e9eef370e')
+ version('1.11.0', sha256='e89d14ccbe7181777225e0ba6c272c0941539b8ccd440e72ed5a9457441dae83')
+ version('1.10.0', sha256='6713069259ee7bfd4d03f47640bf841874e9114bab24e7b0c58e310c42a0ec48')
+ version('1.9.0', sha256='23b2bb70540d51ab0855af0b205ca484fd1bd963c39580c29e3133f9e6fffd46')
variant('mpi', default=True,
description='Enable MPI support')