math/suitesparse-ccolamd: upgrade to 3.0.0

PR:		267742
This commit is contained in:
Thierry Thomas 2022-11-14 17:45:47 +01:00
parent d3dd268443
commit 6af0365bd9
3 changed files with 11 additions and 14 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 2.9.6
PORTVERSION= 3.0.0
CATEGORIES= math
COMMENT= Constrained column approximate minimum degree ordering
@ -8,10 +8,15 @@ WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html
LICENSE= BSD3CLAUSE
USES= localbase:ldflags
OMP_NEEDED= yes
MPORTNAME= CCOLAMD
USE_LDCONFIG= yes
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
post-stage-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${BUILD_WRKSRC}/README.txt \
${STAGEDIR}${DOCSDIR}/${MPORTNAME}_README.txt
.include <bsd.port.post.mk>

View File

@ -1,10 +0,0 @@
--- CCOLAMD/Demo/Makefile.orig 2021-05-17 01:04:52 UTC
+++ CCOLAMD/Demo/Makefile
@@ -15,7 +15,6 @@ LIB2 = $(LDFLAGS) -L../../lib -lccolamd -lsuitesparsec
all: library ccolamd_example ccolamd_l_example
library:
- ( cd ../../SuiteSparse_config ; $(MAKE) )
( cd ../Lib ; $(MAKE) )
#------------------------------------------------------------------------------

View File

@ -1,5 +1,7 @@
include/suitesparse/ccolamd.h
lib/cmake/SuiteSparse/FindCCOLAMD.cmake
lib/libccolamd.a
lib/libccolamd.so
lib/libccolamd.so.2
lib/libccolamd.so.2.9.6
lib/libccolamd.so.3
lib/libccolamd.so.3.0.0
%%PORTDOCS%%%%DOCSDIR%%/CCOLAMD_README.txt