summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorKai Torben Ohlhus <k.ohlhus@gmail.com>2020-11-12 01:53:27 +0900
committerGitHub <noreply@github.com>2020-11-11 10:53:27 -0600
commita6011ccbb770916ff6688a71d41233bf4e99939f (patch)
tree49c71748f484e7fe288f42aa4e7d1aa76864471d /var
parent48093350c65ad1d0edc2a8eb237b380d2af64f4c (diff)
downloadspack-a6011ccbb770916ff6688a71d41233bf4e99939f.tar.gz
spack-a6011ccbb770916ff6688a71d41233bf4e99939f.tar.bz2
spack-a6011ccbb770916ff6688a71d41233bf4e99939f.tar.xz
spack-a6011ccbb770916ff6688a71d41233bf4e99939f.zip
suite-sparse: add versions 5.8.0 and 5.8.1 (#19812)
Update homepage URL and see release notes: - https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.8.1 - https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v5.8.0
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/suite-sparse/package.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/suite-sparse/package.py b/var/spack/repos/builtin/packages/suite-sparse/package.py
index c52fa86c23..9f039bf5a7 100644
--- a/var/spack/repos/builtin/packages/suite-sparse/package.py
+++ b/var/spack/repos/builtin/packages/suite-sparse/package.py
@@ -10,10 +10,12 @@ class SuiteSparse(Package):
"""
SuiteSparse is a suite of sparse matrix algorithms
"""
- homepage = 'http://faculty.cse.tamu.edu/davis/suitesparse.html'
+ homepage = 'https://people.engr.tamu.edu/davis/suitesparse.html'
url = 'https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v4.5.3.tar.gz'
git = 'https://github.com/DrTimothyAldenDavis/SuiteSparse.git'
+ version('5.8.1', sha256='06726e471fbaa55f792578f9b4ab282ea9d008cf39ddcc3b42b73400acddef40')
+ version('5.8.0', sha256='94a9b7134eb4dd82b97f1a22a6b464feb81e73af2dcdf683c6f252285191df1d')
version('5.7.2', sha256='fe3bc7c3bd1efdfa5cffffb5cebf021ff024c83b5daf0ab445429d3d741bd3ad')
version('5.7.1', sha256='5ba5add1663d51a1b6fb128b50fe869b497f3096765ff7f8212f0ede044b9557')
version('5.6.0', sha256='76d34d9f6dafc592b69af14f58c1dc59e24853dcd7c2e8f4c98ffa223f6a1adb')