diff --git a/math/suitesparse-graphblas/Makefile b/math/suitesparse-graphblas/Makefile index 027344cb495b..092e10bda4ef 100644 --- a/math/suitesparse-graphblas/Makefile +++ b/math/suitesparse-graphblas/Makefile @@ -1,32 +1,33 @@ # Created by: Thierry Thomas () PORTNAME= GraphBLAS PORTVERSION= 5.0.5 +PORTREVISION= 1 CATEGORIES= math COMMENT= Graph algorithms in the language of linear algebra LICENSE= APACHE20 USES= cmake:insource localbase:ldflags OMP_NEEDED= yes BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} USE_LDCONFIG= yes PORTDOCS= CSC20_OpenMP_GraphBLAS.pdf GraphBLAS_API_C_v13.pdf \ GraphBLAS_UserGuide.pdf HPEC19.pdf lagraph-grapl19.pdf \ toms_graphblas.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} ${INSTALL_DATA} ${BUILD_WRKSRC}/Doc/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/math/suitesparse-graphblas/pkg-plist b/math/suitesparse-graphblas/pkg-plist index b8328461e62c..207ad332c89b 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/libgraphblas.so lib/libgraphblas.so.5 -lib/libgraphblas.so.5.0.4 +lib/libgraphblas.so.5.0.5