aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse-klu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/suitesparse-klu/Makefile')
-rw-r--r--math/suitesparse-klu/Makefile11
1 files changed, 9 insertions, 2 deletions
diff --git a/math/suitesparse-klu/Makefile b/math/suitesparse-klu/Makefile
index 99c6354a0b5f..b871a217f1b4 100644
--- a/math/suitesparse-klu/Makefile
+++ b/math/suitesparse-klu/Makefile
@@ -1,5 +1,5 @@
PORTNAME= ${MPORTNAME:tl}
-PORTVERSION= 1.3.9
+PORTVERSION= 2.0.0
CATEGORIES= math
COMMENT= Sparse LU factorization, for circuit simulation
@@ -16,10 +16,17 @@ LIB_DEPENDS= libmetis.so:math/metis \
libcholmod.so:math/suitesparse-cholmod
USES= localbase:ldflags
-OMP_NEEDED= yes
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>