mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
math/suitesparse-colamd: upgrade to 3.0.0
PR: 267742
This commit is contained in:
parent
6af0365bd9
commit
7874aed749
3 changed files with 11 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
||||||
PORTNAME= ${MPORTNAME:tl}
|
PORTNAME= ${MPORTNAME:tl}
|
||||||
PORTVERSION= 2.9.6
|
PORTVERSION= 3.0.0
|
||||||
CATEGORIES= math
|
CATEGORIES= math
|
||||||
|
|
||||||
COMMENT= Column approximate minimum degree ordering algorithm
|
COMMENT= Column approximate minimum degree ordering algorithm
|
||||||
|
@ -8,10 +8,15 @@ WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html
|
||||||
LICENSE= BSD3CLAUSE
|
LICENSE= BSD3CLAUSE
|
||||||
|
|
||||||
USES= localbase:ldflags
|
USES= localbase:ldflags
|
||||||
OMP_NEEDED= yes
|
|
||||||
|
|
||||||
MPORTNAME= COLAMD
|
MPORTNAME= COLAMD
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
|
.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>
|
.include <bsd.port.post.mk>
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
--- COLAMD/Demo/Makefile.orig 2021-05-21 20:12:41 UTC
|
|
||||||
+++ COLAMD/Demo/Makefile
|
|
||||||
@@ -15,7 +15,6 @@ LIB2 = $(LDFLAGS) -L../../lib -lcolamd -lsuitesparseco
|
|
||||||
all: library colamd_example colamd_l_example
|
|
||||||
|
|
||||||
library:
|
|
||||||
- ( cd ../../SuiteSparse_config ; $(MAKE) )
|
|
||||||
( cd ../Lib ; $(MAKE) )
|
|
||||||
|
|
||||||
#------------------------------------------------------------------------------
|
|
|
@ -1,5 +1,7 @@
|
||||||
include/suitesparse/colamd.h
|
include/suitesparse/colamd.h
|
||||||
|
lib/cmake/SuiteSparse/FindCOLAMD.cmake
|
||||||
|
lib/libcolamd.a
|
||||||
lib/libcolamd.so
|
lib/libcolamd.so
|
||||||
lib/libcolamd.so.2
|
lib/libcolamd.so.3
|
||||||
lib/libcolamd.so.2.9.6
|
lib/libcolamd.so.3.0.0
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/COLAMD_README.txt
|
%%PORTDOCS%%%%DOCSDIR%%/COLAMD_README.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue