ports/math/suitesparse-cholmod/Makefile
Thierry Thomas e54e2c695b */*: bump PORTREVISION after OpenBLAS upgrade
Remark: this souldn’t be necessary, because the version of the library is the
same, but due to many changes between these releases, it is safer this way.

PR:		284314
2025-01-28 17:42:55 +01:00

30 lines
764 B
Makefile

PORTNAME= ${MPORTNAME:tl}
PORTVERSION= 5.3.0
PORTREVISION= 1
CATEGORIES= math
COMMENT= Sparse CHOLesky MODification package
WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html
LICENSE= LGPL21+
LIB_DEPENDS= libamd.so:math/suitesparse-amd \
libcamd.so:math/suitesparse-camd \
libcolamd.so:math/suitesparse-colamd \
libccolamd.so:math/suitesparse-ccolamd
USES= localbase:ldflags
MPORTNAME= CHOLMOD
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}_UserGuide.pdf \
${STAGEDIR}${DOCSDIR}
.include <bsd.port.post.mk>