diff options
author | Denis Davydov <davydden@gmail.com> | 2017-03-26 09:26:57 +0200 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@googlemail.com> | 2017-03-26 09:26:57 +0200 |
commit | 1e9eae4bfafe189f6451c1fbfcf1625cf3662c37 (patch) | |
tree | 44d14d5572de854f48ffe48bc67de04d9009469e | |
parent | bfd2db0c7669fb29778a8cfbbb92020c31fffaf8 (diff) | |
download | spack-1e9eae4bfafe189f6451c1fbfcf1625cf3662c37.tar.gz spack-1e9eae4bfafe189f6451c1fbfcf1625cf3662c37.tar.bz2 spack-1e9eae4bfafe189f6451c1fbfcf1625cf3662c37.tar.xz spack-1e9eae4bfafe189f6451c1fbfcf1625cf3662c37.zip |
suite-sparse: add 4.5.4 (#3558)
-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 122032e131..40dc146ce8 100644 --- a/var/spack/repos/builtin/packages/suite-sparse/package.py +++ b/var/spack/repos/builtin/packages/suite-sparse/package.py @@ -32,6 +32,7 @@ class SuiteSparse(Package): homepage = 'http://faculty.cse.tamu.edu/davis/suitesparse.html' url = 'http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-4.5.1.tar.gz' + version('4.5.4', 'f6ab689442e64a1624a47aa220072d1b') version('4.5.3', '8ec57324585df3c6483ad7f556afccbd') version('4.5.1', 'f0ea9aad8d2d1ffec66a5b6bfeff5319') |