Skip to content

Commit c79cd5f

Browse files
goxberryalalazo
authored andcommitted
suite-sparse: add version 5.3.0 (#8837)
1 parent e793f29 commit c79cd5f

File tree

1 file changed

+2
-1
lines changed
  • var/spack/repos/builtin/packages/suite-sparse

1 file changed

+2
-1
lines changed

var/spack/repos/builtin/packages/suite-sparse/package.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class SuiteSparse(Package):
3232
homepage = 'http://faculty.cse.tamu.edu/davis/suitesparse.html'
3333
url = 'http://faculty.cse.tamu.edu/davis/SuiteSparse/SuiteSparse-5.2.0.tar.gz'
3434

35+
version('5.3.0', sha256='90e69713d8c454da5a95a839aea5d97d8d03d00cc1f667c4bdfca03f640f963d')
3536
version('5.2.0', '8e625539dbeed061cc62fbdfed9be7cf')
3637
version('5.1.0', '9c34d7c07ad5ce1624b8187faa132046')
3738
version('4.5.5', '0a5b38af0016f009409a9606d2f1b555')
@@ -62,7 +63,7 @@ class SuiteSparse(Package):
6263

6364
# This patch adds '-lm' when linking libgraphblas and when using clang.
6465
# Fixes 'libgraphblas.so.2.0.1: undefined reference to `__fpclassify''
65-
patch('graphblas_libm_dep.patch', when='@5.2.0:%clang')
66+
patch('graphblas_libm_dep.patch', when='@5.2.0:5.2.99%clang')
6667

6768
def install(self, spec, prefix):
6869
# The build system of SuiteSparse is quite old-fashioned.

0 commit comments

Comments
 (0)