From 0c13aa0d11833e9988bae2fcbd38d2e649013594 Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Fri, 20 Jan 2023 16:58:00 +0100 Subject: [PATCH] math/suitesparse: fix a typo It produced a warning in poudriere: Warning: math/suitesparse dependency on math/suitesparse-camd has wrong PKGNAME of 'suitesparse-btf' but should be 'suitesparse-camd' PR: 269068 Reported by: peter.larsen (at) larsendata.dk --- math/suitesparse/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index b78c7d27c3fd9..0705355ce59b3 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -8,7 +8,7 @@ WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html RUN_DEPENDS= suitesparse-amd>0:math/suitesparse-amd \ suitesparse-btf>0:math/suitesparse-btf \ - suitesparse-btf>0:math/suitesparse-camd \ + suitesparse-camd>0:math/suitesparse-camd \ suitesparse-ccolamd>0:math/suitesparse-ccolamd \ suitesparse-cholmod>0:math/suitesparse-cholmod \ suitesparse-colamd>0:math/suitesparse-colamd \