diff options
author | Kai Torben Ohlhus <k.ohlhus@gmail.com> | 2021-03-08 19:37:08 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 10:37:08 +0000 |
commit | b642871b23713201668645d6c7f45ae89f54e68b (patch) | |
tree | 5058dae7acfb99ee704c5aa1596df52f21bcd73d /var | |
parent | c25a723d74da1bbaecd50605bce4fd7e227be5dd (diff) | |
download | spack-b642871b23713201668645d6c7f45ae89f54e68b.tar.gz spack-b642871b23713201668645d6c7f45ae89f54e68b.tar.bz2 spack-b642871b23713201668645d6c7f45ae89f54e68b.tar.xz spack-b642871b23713201668645d6c7f45ae89f54e68b.zip |
suite-sparse: add v5.9.0 (#22168)
Update homepage URL and see release notes:
- https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.9.0
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 3300dbf6c9..95c00d1586 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.9.0', sha256='7bdd4811f1cf0767c5fdb5e435817fdadee50b0acdb598f4882ae7b8291a7f24') version('5.8.1', sha256='06726e471fbaa55f792578f9b4ab282ea9d008cf39ddcc3b42b73400acddef40') version('5.8.0', sha256='94a9b7134eb4dd82b97f1a22a6b464feb81e73af2dcdf683c6f252285191df1d') version('5.7.2', sha256='fe3bc7c3bd1efdfa5cffffb5cebf021ff024c83b5daf0ab445429d3d741bd3ad') |