diff options
author | Kai Torben Ohlhus <k.ohlhus@gmail.com> | 2021-06-03 15:34:25 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-03 00:34:25 -0600 |
commit | 08a4212ec35ea8c8c002929b7e5db1e398424720 (patch) | |
tree | 6e7f9d19ba97b35449a90c30c0b27beec284934c | |
parent | 038bd61e14888ec6213b67c17960d0135adc32c1 (diff) | |
download | spack-08a4212ec35ea8c8c002929b7e5db1e398424720.tar.gz spack-08a4212ec35ea8c8c002929b7e5db1e398424720.tar.bz2 spack-08a4212ec35ea8c8c002929b7e5db1e398424720.tar.xz spack-08a4212ec35ea8c8c002929b7e5db1e398424720.zip |
suite-sparse: add v5.10.0 and v5.10.1 (#24097)
Update homepage URL and see release notes:
- https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.10.1
- https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.10.0
-rw-r--r-- | var/spack/repos/builtin/packages/suite-sparse/package.py | 2 |
1 files changed, 2 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 d62309d2fd..8b3c049faf 100644 --- a/var/spack/repos/builtin/packages/suite-sparse/package.py +++ b/var/spack/repos/builtin/packages/suite-sparse/package.py @@ -14,6 +14,8 @@ class SuiteSparse(Package): url = 'https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v4.5.3.tar.gz' git = 'https://github.com/DrTimothyAldenDavis/SuiteSparse.git' + version('5.10.1', sha256='acb4d1045f48a237e70294b950153e48dce5b5f9ca8190e86c2b8c54ce00a7ee') + version('5.10.0', sha256='4bcc974901c0173acf80c41ee0fd779eb7dce2871d4afa24a5d15b1a468f93e5') version('5.9.0', sha256='7bdd4811f1cf0767c5fdb5e435817fdadee50b0acdb598f4882ae7b8291a7f24') version('5.8.1', sha256='06726e471fbaa55f792578f9b4ab282ea9d008cf39ddcc3b42b73400acddef40') version('5.8.0', sha256='94a9b7134eb4dd82b97f1a22a6b464feb81e73af2dcdf683c6f252285191df1d') |