From f3547eda97f94a5cd3da3a0579d5da5b3643e71c Mon Sep 17 00:00:00 2001 From: Sebastian Date: Mon, 19 May 2025 18:28:07 +0200 Subject: [PATCH] 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