git: f3547eda97f9 - main - math/suitesparse-cholmod: fix the build
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 19 May 2025 16:37:01 UTC
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=f3547eda97f94a5cd3da3a0579d5da5b3643e71c commit f3547eda97f94a5cd3da3a0579d5da5b3643e71c Author: Sebastian <sko@rostwald.de> AuthorDate: 2025-05-19 16:28:07 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2025-05-19 16:36:21 +0000 math/suitesparse-cholmod: fix the build The previous upgrade of SuiteSparse silently updated CHOLMOD. PR: 286926 --- math/suitesparse-cholmod/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/suitesparse-cholmod/Makefile b/math/suitesparse-cholmod/Makefile index e5a3d98139ce..0fd1e378006a 100644 --- a/math/suitesparse-cholmod/Makefile +++ b/math/suitesparse-cholmod/Makefile @@ -1,5 +1,5 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 5.3.2 +PORTVERSION= 5.3.3 CATEGORIES= math COMMENT= Sparse CHOLesky MODification package