mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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
22 lines
477 B
Makefile
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>
|