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
This commit is contained in:
parent
48093350c6
commit
a6011ccbb7
1 changed files with 3 additions and 1 deletions
|
@ -10,10 +10,12 @@ class SuiteSparse(Package):
|
||||||
"""
|
"""
|
||||||
SuiteSparse is a suite of sparse matrix algorithms
|
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'
|
url = 'https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v4.5.3.tar.gz'
|
||||||
git = 'https://github.com/DrTimothyAldenDavis/SuiteSparse.git'
|
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.2', sha256='fe3bc7c3bd1efdfa5cffffb5cebf021ff024c83b5daf0ab445429d3d741bd3ad')
|
||||||
version('5.7.1', sha256='5ba5add1663d51a1b6fb128b50fe869b497f3096765ff7f8212f0ede044b9557')
|
version('5.7.1', sha256='5ba5add1663d51a1b6fb128b50fe869b497f3096765ff7f8212f0ede044b9557')
|
||||||
version('5.6.0', sha256='76d34d9f6dafc592b69af14f58c1dc59e24853dcd7c2e8f4c98ffa223f6a1adb')
|
version('5.6.0', sha256='76d34d9f6dafc592b69af14f58c1dc59e24853dcd7c2e8f4c98ffa223f6a1adb')
|
||||||
|
|
Loading…
Reference in a new issue