git: bf2d72b52c52 - main - math/suitesparse-btf: upgrade to 2.0.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Nov 2022 11:10:08 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bf2d72b52c5278f570a04d5e7b55a05b04925208
commit bf2d72b52c5278f570a04d5e7b55a05b04925208
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-11-14 16:42:24 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-11-27 11:09:53 +0000
math/suitesparse-btf: upgrade to 2.0.0
PR: 267742
---
math/suitesparse-btf/Makefile | 9 +++++++--
math/suitesparse-btf/pkg-plist | 6 ++++--
2 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/math/suitesparse-btf/Makefile b/math/suitesparse-btf/Makefile
index 24293b272549..ab8c60083e4b 100644
--- a/math/suitesparse-btf/Makefile
+++ b/math/suitesparse-btf/Makefile
@@ -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>
diff --git a/math/suitesparse-btf/pkg-plist b/math/suitesparse-btf/pkg-plist
index 393ebeacf29d..5c0fad66af6d 100644
--- a/math/suitesparse-btf/pkg-plist
+++ b/math/suitesparse-btf/pkg-plist
@@ -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