mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
math/suitesparse-rbio: upgrade to 3.0.0
PR: 267742
This commit is contained in:
parent
306b6e1cc1
commit
90425c7cb9
@ -1,5 +1,5 @@
|
||||
PORTNAME= ${MPORTNAME:tl}
|
||||
PORTVERSION= 2.2.6
|
||||
PORTVERSION= 3.0.0
|
||||
CATEGORIES= math
|
||||
|
||||
COMMENT= Read/write sparse matrices
|
||||
@ -13,4 +13,10 @@ 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>
|
||||
|
@ -1,5 +1,7 @@
|
||||
include/suitesparse/RBio.h
|
||||
lib/cmake/SuiteSparse/FindRBio.cmake
|
||||
lib/librbio.a
|
||||
lib/librbio.so
|
||||
lib/librbio.so.2
|
||||
lib/librbio.so.2.2.6
|
||||
%%PORTDOCS%%%%DOCSDIR%%/RBIO_README.txt
|
||||
lib/librbio.so.3
|
||||
lib/librbio.so.3.0.0
|
||||
%%PORTDOCS%%%%DOCSDIR%%/RBio_README.txt
|
||||
|
Loading…
Reference in New Issue
Block a user