Files
Thierry Thomas ded7047347 math/suitesparse*: upgrade to v7.10.1
Releases notes at https://github.com/DrTimothyAldenDavis/SuiteSparse/releases

This upgrades CHOLMOD ito 5.3.1, GraphBLAS to 10.0.1, LAGraph to 1.1.5 and
SPEX to 3.2.3.

No PORTREVISION bump required.
2025-03-15 19:08:44 +01:00

25 lines
548 B
Makefile

PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 1.1.5
CATEGORIES= math
COMMENT= Graph algorithms based on GraphBLAS
WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libgraphblas.so:math/suitesparse-graphblas
USES= localbase:ldflags
MPORTNAME= LAGraph
USE_LDCONFIG= yes
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
post-stage-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${BUILD_WRKSRC}/README.md \
${STAGEDIR}${DOCSDIR}/${MPORTNAME}_README.md
.include <bsd.port.post.mk>