mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07: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
33 lines
866 B
Makefile
33 lines
866 B
Makefile
PORTNAME= ${MPORTNAME:tl}
|
|
PORTVERSION= 2.3.5
|
|
CATEGORIES= math
|
|
|
|
COMMENT= Sparse LU factorization, for circuit simulation
|
|
WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html
|
|
|
|
LICENSE= LGPL21+
|
|
|
|
LIB_DEPENDS= libamd.so:math/suitesparse-amd \
|
|
libbtf.so:math/suitesparse-btf \
|
|
libcamd.so:math/suitesparse-camd \
|
|
libcolamd.so:math/suitesparse-colamd \
|
|
libccolamd.so:math/suitesparse-ccolamd \
|
|
libcholmod.so:math/suitesparse-cholmod
|
|
|
|
USES= localbase:ldflags
|
|
CMAKE_ARGS+= -DNSTATIC:BOOL=off
|
|
|
|
MPORTNAME= KLU
|
|
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>
|