git: 4e9282b4c1f1 - main - math/suitesparse-config: upgrade to v6.0.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Nov 2022 11:10:06 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4e9282b4c1f159d42ace92fc0e5b8928d9dfe6f3
commit 4e9282b4c1f159d42ace92fc0e5b8928d9dfe6f3
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-11-14 16:11:20 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-11-27 11:09:52 +0000
math/suitesparse-config: upgrade to v6.0.1
Note: Fortran and Blas / Lapack are now checked here.
PR: 267742
---
math/suitesparse-config/Makefile | 4 ++--
math/suitesparse-config/pkg-plist | 8 +++++---
2 files changed, 7 insertions(+), 5 deletions(-)
diff --git a/math/suitesparse-config/Makefile b/math/suitesparse-config/Makefile
index ba4805f75106..e3c4e3f8c8b8 100644
--- a/math/suitesparse-config/Makefile
+++ b/math/suitesparse-config/Makefile
@@ -7,8 +7,6 @@ WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html
LICENSE= GPLv2+
-OMP_NEEDED= yes
-
MPORTNAME= config
USE_LDCONFIG= yes
@@ -18,5 +16,7 @@ post-stage-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README.md \
${STAGEDIR}${DOCSDIR}/SuiteSparse_README.md
+ ${INSTALL_DATA} ${BUILD_WRKSRC}/README.txt \
+ ${STAGEDIR}${DOCSDIR}/${PORTNAME}_README.txt
.include <bsd.port.post.mk>
diff --git a/math/suitesparse-config/pkg-plist b/math/suitesparse-config/pkg-plist
index 5a6d4d1daedc..710f91a69f6e 100644
--- a/math/suitesparse-config/pkg-plist
+++ b/math/suitesparse-config/pkg-plist
@@ -1,6 +1,8 @@
include/suitesparse/SuiteSparse_config.h
+lib/cmake/SuiteSparse/FindSuiteSparse_config.cmake
+lib/libsuitesparseconfig.a
lib/libsuitesparseconfig.so
-lib/libsuitesparseconfig.so.5
-lib/libsuitesparseconfig.so.5.13.0
-%%PORTDOCS%%%%DOCSDIR%%/SUITESPARSECONFIG_README.txt
+lib/libsuitesparseconfig.so.6
+lib/libsuitesparseconfig.so.6.0.1
%%PORTDOCS%%%%DOCSDIR%%/SuiteSparse_README.md
+%%PORTDOCS%%%%DOCSDIR%%/config_README.txt