ports/math/suitesparse-umfpack/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

32 lines
881 B
Makefile

PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 6.3.5
CATEGORIES= math
COMMENT= Sparse multifrontal LU factorization
WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html
LICENSE= GPLv2+
LIB_DEPENDS= libamd.so:math/suitesparse-amd \
libcamd.so:math/suitesparse-camd \
libcolamd.so:math/suitesparse-colamd \
libccolamd.so:math/suitesparse-ccolamd \
libcholmod.so:math/suitesparse-cholmod
USES= localbase:ldflags
MPORTNAME= UMFPACK
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
${INSTALL_DATA} ${BUILD_WRKSRC}/Doc/${MPORTNAME}_QuickStart.pdf \
${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${BUILD_WRKSRC}/Doc/${MPORTNAME}_UserGuide.pdf \
${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>