mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
math/suitesparse-btf: upgrade to 2.0.0
PR: 267742
This commit is contained in:
parent
f3dcbd6437
commit
bf2d72b52c
@ -1,5 +1,5 @@
|
||||
PORTNAME= ${MPORTNAME:tl}
|
||||
PORTVERSION= 1.2.6
|
||||
PORTVERSION= 2.0.0
|
||||
CATEGORIES= math
|
||||
|
||||
COMMENT= Permutation to block triangular form
|
||||
@ -8,10 +8,15 @@ WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html
|
||||
LICENSE= LGPL21+
|
||||
|
||||
USES= localbase:ldflags
|
||||
OMP_NEEDED= yes
|
||||
|
||||
MPORTNAME= BTF
|
||||
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>
|
||||
|
@ -1,5 +1,7 @@
|
||||
include/suitesparse/btf.h
|
||||
lib/cmake/SuiteSparse/FindBTF.cmake
|
||||
lib/libbtf.a
|
||||
lib/libbtf.so
|
||||
lib/libbtf.so.1
|
||||
lib/libbtf.so.1.2.6
|
||||
lib/libbtf.so.2
|
||||
lib/libbtf.so.2.0.0
|
||||
%%PORTDOCS%%%%DOCSDIR%%/BTF_README.txt
|
||||
|
Loading…
Reference in New Issue
Block a user