Files
ports/math/suitesparse-lagraph/Makefile
T
Thierry Thomas a495ccdc81 math/suitesparse*: upgrade to v7.12.0
This includes:
- UMFPACK to 6.3.7;
- LAGraph to 1.2.1;
- ParU to 1.1.0;
- GraphBLAS to 10.2.0;
- SPQR to 4.3.6;
- Mongoose to 3.3.6.

Release notes at
	https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.12.0
2025-11-04 21:44:41 +01:00

25 lines
548 B
Makefile

PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 1.2.1
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>