Files
ports/math/suitesparse-mongoose/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
561 B
Makefile

PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 3.3.6
CATEGORIES= math
COMMENT= Symmetric approximate minimum degree
WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html
LICENSE= GPLv3
USES= cmake:insource localbase:ldflags pathfix python:test
MPORTNAME= Mongoose
USE_LDCONFIG= yes
CONFLICTS_INSTALL= mongoose # bin/mongoose
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
post-stage-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${BUILD_WRKSRC}/Doc/Mongoose_UserGuide.pdf \
${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>