math/suitesparse-csparse: upgrade to 4.0.0

PR:		267742
This commit is contained in:
Thierry Thomas 2022-11-14 17:51:46 +01:00
parent 2b6cdff876
commit 4ae9e22b66
2 changed files with 1 additions and 12 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 3.2.0
PORTVERSION= 4.0.0
CATEGORIES= math
COMMENT= Concise Sparse Matrix package

View File

@ -1,11 +0,0 @@
--- CSparse/Makefile.orig 2021-05-17 01:04:52 UTC
+++ CSparse/Makefile
@@ -6,7 +6,7 @@ C:
( cd Lib ; $(MAKE) )
( cd Demo ; $(MAKE) )
-all: C cov
+all: C
library:
( cd Lib ; $(MAKE) )