diff options
author | Kai Torben Ohlhus <k.ohlhus@gmail.com> | 2020-04-14 01:03:30 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-13 11:03:30 -0500 |
commit | 0c28a271ae354492ff3b3b7dcfefa0a3f7085d35 (patch) | |
tree | 6f1bf90996f7fb4cf1a55a8509756a36dccf4b00 /var | |
parent | 0d364e71ec89bc39555cba4b1f185e10c286ba15 (diff) | |
download | spack-0c28a271ae354492ff3b3b7dcfefa0a3f7085d35.tar.gz spack-0c28a271ae354492ff3b3b7dcfefa0a3f7085d35.tar.bz2 spack-0c28a271ae354492ff3b3b7dcfefa0a3f7085d35.tar.xz spack-0c28a271ae354492ff3b3b7dcfefa0a3f7085d35.zip |
suite-sparse: add version 5.7.2 (#16020)
Release notes: https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.7.2
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/suite-sparse/package.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/suite-sparse/package.py b/var/spack/repos/builtin/packages/suite-sparse/package.py index 20c1dbd88e..88f5aa839c 100644 --- a/var/spack/repos/builtin/packages/suite-sparse/package.py +++ b/var/spack/repos/builtin/packages/suite-sparse/package.py @@ -14,6 +14,7 @@ class SuiteSparse(Package): url = 'https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v4.5.3.tar.gz' git = 'https://github.com/DrTimothyAldenDavis/SuiteSparse.git' + version('5.7.2', sha256='fe3bc7c3bd1efdfa5cffffb5cebf021ff024c83b5daf0ab445429d3d741bd3ad') version('5.7.1', sha256='5ba5add1663d51a1b6fb128b50fe869b497f3096765ff7f8212f0ede044b9557') version('5.6.0', sha256='76d34d9f6dafc592b69af14f58c1dc59e24853dcd7c2e8f4c98ffa223f6a1adb') version('5.5.0', sha256='63c73451734e2bab19d1915796c6776565ea6aea5da4063a9797ecec60da2e3d') |