git: 5d89e863ee3f - main - math/suitesparse-graphblas: upgrade to 7.3.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Nov 2022 11:10:16 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5d89e863ee3f6a45c67089ee052705c22fb7e670
commit 5d89e863ee3f6a45c67089ee052705c22fb7e670
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-11-14 17:05:49 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-11-27 11:09:55 +0000
math/suitesparse-graphblas: upgrade to 7.3.2
PR: 267742
---
math/suitesparse-graphblas/Makefile | 9 ++-------
math/suitesparse-graphblas/pkg-plist | 4 ++--
2 files changed, 4 insertions(+), 9 deletions(-)
diff --git a/math/suitesparse-graphblas/Makefile b/math/suitesparse-graphblas/Makefile
index 0824763a8d18..4109e760cbd7 100644
--- a/math/suitesparse-graphblas/Makefile
+++ b/math/suitesparse-graphblas/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ${MPORTNAME:tl}
-PORTVERSION= 7.2.0
+PORTVERSION= 7.3.2
CATEGORIES= math
COMMENT= Graph algorithms in the language of linear algebra
@@ -7,8 +7,7 @@ WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html
LICENSE= APACHE20
-USES= cmake:insource localbase:ldflags
-OMP_NEEDED= yes
+USES= localbase:ldflags
MPORTNAME= GraphBLAS
USE_LDCONFIG= yes
@@ -19,10 +18,6 @@ PORTDOCS= CSC20_OpenMP_GraphBLAS.pdf GraphBLAS_API_C_v13.pdf \
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
-pre-configure-OPENMP-off:
- ${REINPLACE_CMD} -e '/find_package.*OpenMP/d' \
- ${WRKSRC}/GraphBLAS/CMakeLists.txt
-
post-stage-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${PORTDOCS}
diff --git a/math/suitesparse-graphblas/pkg-plist b/math/suitesparse-graphblas/pkg-plist
index a2c89719e605..c9e7fe12e78f 100644
--- a/math/suitesparse-graphblas/pkg-plist
+++ b/math/suitesparse-graphblas/pkg-plist
@@ -1,5 +1,5 @@
include/suitesparse/GraphBLAS.h
-lib/libgraphblas.a
+lib/cmake/SuiteSparse/FindGraphBLAS.cmake
lib/libgraphblas.so
lib/libgraphblas.so.7
-lib/libgraphblas.so.7.2.0
+lib/libgraphblas.so.7.3.2