ports/math/suitesparse-rbio/Makefile
Thierry Thomas 5b54143812 math/suitesparse: upgrade to 7.8.3
Release notes at
	https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.8.3

This upgrades:
- math/suitesparse-config to 7.8.3
- math/suitesparse-umfpack to 6.3.5
- math/suitesparse-klu to 2.3.5
- math/suitesparse-paru to 1.0.0
- math/suitesparse-rbio to 4.3.4
2025-01-24 13:12:24 +01:00

22 lines
477 B
Makefile

PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 4.3.4
CATEGORIES= math
COMMENT= Read/write sparse matrices
WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html
LICENSE= GPLv2+
USES= localbase:ldflags
MPORTNAME= RBio
USE_LDCONFIG= yes
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
post-stage-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${BUILD_WRKSRC}/README.txt \
${STAGEDIR}${DOCSDIR}/${MPORTNAME}_README.txt
.include <bsd.port.post.mk>