aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2022-11-14 17:05:49 +0000
committerThierry Thomas <thierry@FreeBSD.org>2022-11-27 11:09:55 +0000
commit5d89e863ee3f6a45c67089ee052705c22fb7e670 (patch)
treed291315ba848a353b49043c3bf838e640b329d76
parent4b3e43d8ede82fa663ca8d9d5ed8faac35bed3f8 (diff)
downloadports-5d89e863ee3f6a45c67089ee052705c22fb7e670.tar.gz
ports-5d89e863ee3f6a45c67089ee052705c22fb7e670.zip
math/suitesparse-graphblas: upgrade to 7.3.2
PR: 267742
-rw-r--r--math/suitesparse-graphblas/Makefile9
-rw-r--r--math/suitesparse-graphblas/pkg-plist4
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