diff options
author | Kai Torben Ohlhus <k.ohlhus@gmail.com> | 2020-02-25 13:22:00 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-24 22:22:00 -0600 |
commit | 4a0b7c9d2085c1ae41b6190d1aeb03cced737436 (patch) | |
tree | a11e8e933e7711e10078f05074b7ddbd4f0f950d | |
parent | 9b3f5f3890025494ffa620d144d22a4734c8fcee (diff) | |
download | spack-4a0b7c9d2085c1ae41b6190d1aeb03cced737436.tar.gz spack-4a0b7c9d2085c1ae41b6190d1aeb03cced737436.tar.bz2 spack-4a0b7c9d2085c1ae41b6190d1aeb03cced737436.tar.xz spack-4a0b7c9d2085c1ae41b6190d1aeb03cced737436.zip |
suite-sparse: add version 5.7.1 (#15195)
Release notes: https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.7.1
Version 5.7.0 was an incomplete release.
-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 10f99dfbb6..5019b7a236 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.1', sha256='5ba5add1663d51a1b6fb128b50fe869b497f3096765ff7f8212f0ede044b9557') version('5.6.0', sha256='76d34d9f6dafc592b69af14f58c1dc59e24853dcd7c2e8f4c98ffa223f6a1adb') version('5.5.0', sha256='63c73451734e2bab19d1915796c6776565ea6aea5da4063a9797ecec60da2e3d') version('5.4.0', sha256='d9d62d539410d66550d0b795503a556830831f50087723cb191a030525eda770') |