math/suitesparse-graphblas: upgrade to 7.3.2

PR:		267742
This commit is contained in:
Thierry Thomas 2022-11-14 18:05:49 +01:00
parent 4b3e43d8ed
commit 5d89e863ee
2 changed files with 4 additions and 9 deletions

View File

@ -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}

View File

@ -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