diff --git a/math/suitesparse-amd/Makefile b/math/suitesparse-amd/Makefile index 204f30de8ae7..2e2a4033a1a1 100644 --- a/math/suitesparse-amd/Makefile +++ b/math/suitesparse-amd/Makefile @@ -1,25 +1,24 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.0.3 -PORTREVISION= 1 +PORTVERSION= 3.0.4 CATEGORIES= math COMMENT= Symmetric approximate minimum degree WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= BSD3CLAUSE USES= localbase:ldflags fortran MPORTNAME= AMD 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/AMD_UserGuide.pdf \ ${STAGEDIR}${DOCSDIR} .include diff --git a/math/suitesparse-amd/pkg-plist b/math/suitesparse-amd/pkg-plist index fd330024a8c7..661098230f2e 100644 --- a/math/suitesparse-amd/pkg-plist +++ b/math/suitesparse-amd/pkg-plist @@ -1,8 +1,8 @@ include/suitesparse/amd.h lib/cmake/SuiteSparse/FindAMD.cmake lib/libamd.a lib/libamd.so lib/libamd.so.3 -lib/libamd.so.3.0.3 +lib/libamd.so.3.0.4 %%PORTDOCS%%%%DOCSDIR%%/AMD_README.txt %%PORTDOCS%%%%DOCSDIR%%/AMD_UserGuide.pdf diff --git a/math/suitesparse-btf/Makefile b/math/suitesparse-btf/Makefile index 3f934eda4d52..f2277e1f4374 100644 --- a/math/suitesparse-btf/Makefile +++ b/math/suitesparse-btf/Makefile @@ -1,23 +1,22 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTVERSION= 2.0.4 CATEGORIES= math COMMENT= Permutation to block triangular form WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= LGPL21+ USES= localbase:ldflags MPORTNAME= BTF 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 diff --git a/math/suitesparse-btf/pkg-plist b/math/suitesparse-btf/pkg-plist index a492b7b9f2d4..4128e735feb6 100644 --- a/math/suitesparse-btf/pkg-plist +++ b/math/suitesparse-btf/pkg-plist @@ -1,7 +1,7 @@ include/suitesparse/btf.h lib/cmake/SuiteSparse/FindBTF.cmake lib/libbtf.a lib/libbtf.so lib/libbtf.so.2 -lib/libbtf.so.2.0.3 +lib/libbtf.so.2.0.4 %%PORTDOCS%%%%DOCSDIR%%/BTF_README.txt diff --git a/math/suitesparse-camd/Makefile b/math/suitesparse-camd/Makefile index 4f91bd42e3c9..49d22d136622 100644 --- a/math/suitesparse-camd/Makefile +++ b/math/suitesparse-camd/Makefile @@ -1,25 +1,24 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.0.3 -PORTREVISION= 1 +PORTVERSION= 3.0.4 CATEGORIES= math COMMENT= Symmetric approximate minimum degree WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= BSD3CLAUSE USES= localbase:ldflags MPORTNAME= CAMD 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/CAMD_UserGuide.pdf \ ${STAGEDIR}${DOCSDIR} .include diff --git a/math/suitesparse-camd/pkg-plist b/math/suitesparse-camd/pkg-plist index 8121afefd49b..96564ce0862e 100644 --- a/math/suitesparse-camd/pkg-plist +++ b/math/suitesparse-camd/pkg-plist @@ -1,8 +1,8 @@ include/suitesparse/camd.h lib/cmake/SuiteSparse/FindCAMD.cmake lib/libcamd.a lib/libcamd.so lib/libcamd.so.3 -lib/libcamd.so.3.0.3 +lib/libcamd.so.3.0.4 %%PORTDOCS%%%%DOCSDIR%%/CAMD_README.txt %%PORTDOCS%%%%DOCSDIR%%/CAMD_UserGuide.pdf diff --git a/math/suitesparse-ccolamd/Makefile b/math/suitesparse-ccolamd/Makefile index 87b8840b253b..c4d5ff37065f 100644 --- a/math/suitesparse-ccolamd/Makefile +++ b/math/suitesparse-ccolamd/Makefile @@ -1,23 +1,22 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.0.3 -PORTREVISION= 1 +PORTVERSION= 3.0.4 CATEGORIES= math COMMENT= Constrained column approximate minimum degree ordering WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= BSD3CLAUSE USES= localbase:ldflags MPORTNAME= CCOLAMD 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 diff --git a/math/suitesparse-ccolamd/pkg-plist b/math/suitesparse-ccolamd/pkg-plist index 38443be512e5..4f264bbae9ad 100644 --- a/math/suitesparse-ccolamd/pkg-plist +++ b/math/suitesparse-ccolamd/pkg-plist @@ -1,7 +1,7 @@ include/suitesparse/ccolamd.h lib/cmake/SuiteSparse/FindCCOLAMD.cmake lib/libccolamd.a lib/libccolamd.so lib/libccolamd.so.3 -lib/libccolamd.so.3.0.3 +lib/libccolamd.so.3.0.4 %%PORTDOCS%%%%DOCSDIR%%/CCOLAMD_README.txt diff --git a/math/suitesparse-cholmod/Makefile b/math/suitesparse-cholmod/Makefile index 0ef374985c32..37e96e7a1445 100644 --- a/math/suitesparse-cholmod/Makefile +++ b/math/suitesparse-cholmod/Makefile @@ -1,31 +1,30 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 4.0.3 -PORTREVISION= 1 +PORTVERSION= 4.0.4 CATEGORIES= math COMMENT= Sparse CHOLesky MODification package WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= LGPL21+ LIB_DEPENDS= libmetis.so:math/metis \ 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 diff --git a/math/suitesparse-cholmod/pkg-plist b/math/suitesparse-cholmod/pkg-plist index 0b79943f6ee4..4083ce875c98 100644 --- a/math/suitesparse-cholmod/pkg-plist +++ b/math/suitesparse-cholmod/pkg-plist @@ -1,13 +1,13 @@ include/suitesparse/cholmod.h lib/cmake/SuiteSparse/FindCHOLMOD.cmake lib/cmake/SuiteSparse/FindCHOLMOD_CUDA.cmake lib/libcholmod_cuda.a lib/libcholmod_cuda.so lib/libcholmod_cuda.so.4 -lib/libcholmod_cuda.so.4.0.3 +lib/libcholmod_cuda.so.4.0.4 lib/libcholmod.a lib/libcholmod.so lib/libcholmod.so.4 -lib/libcholmod.so.4.0.3 +lib/libcholmod.so.4.0.4 %%PORTDOCS%%%%DOCSDIR%%/CHOLMOD_README.txt %%PORTDOCS%%%%DOCSDIR%%/CHOLMOD_UserGuide.pdf diff --git a/math/suitesparse-colamd/Makefile b/math/suitesparse-colamd/Makefile index e0f456728504..dcf360f20463 100644 --- a/math/suitesparse-colamd/Makefile +++ b/math/suitesparse-colamd/Makefile @@ -1,23 +1,22 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.0.3 -PORTREVISION= 1 +PORTVERSION= 3.0.4 CATEGORIES= math COMMENT= Column approximate minimum degree ordering algorithm WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= BSD3CLAUSE USES= localbase:ldflags MPORTNAME= COLAMD 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 diff --git a/math/suitesparse-colamd/pkg-plist b/math/suitesparse-colamd/pkg-plist index 979eeb9ce5ca..a949c3f34525 100644 --- a/math/suitesparse-colamd/pkg-plist +++ b/math/suitesparse-colamd/pkg-plist @@ -1,7 +1,7 @@ include/suitesparse/colamd.h lib/cmake/SuiteSparse/FindCOLAMD.cmake lib/libcolamd.a lib/libcolamd.so lib/libcolamd.so.3 -lib/libcolamd.so.3.0.3 +lib/libcolamd.so.3.0.4 %%PORTDOCS%%%%DOCSDIR%%/COLAMD_README.txt diff --git a/math/suitesparse-config/Makefile b/math/suitesparse-config/Makefile index 9f6c1505f727..e3c4e3f8c8b8 100644 --- a/math/suitesparse-config/Makefile +++ b/math/suitesparse-config/Makefile @@ -1,23 +1,22 @@ PORTNAME= ${MPORTNAME:tl} PORTVERSION= ${SSPVERSION} -PORTREVISION= 1 CATEGORIES= math COMMENT= Common library for SuiteSparse WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= GPLv2+ MPORTNAME= config USE_LDCONFIG= yes .include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" post-stage-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README.md \ ${STAGEDIR}${DOCSDIR}/SuiteSparse_README.md ${INSTALL_DATA} ${BUILD_WRKSRC}/README.txt \ ${STAGEDIR}${DOCSDIR}/${PORTNAME}_README.txt .include diff --git a/math/suitesparse-config/pkg-plist b/math/suitesparse-config/pkg-plist index 11ef49e90237..78fcd105a53c 100644 --- a/math/suitesparse-config/pkg-plist +++ b/math/suitesparse-config/pkg-plist @@ -1,15 +1,15 @@ include/suitesparse/SuiteSparse_config.h lib/cmake/SuiteSparse/FindSuiteSparse_config.cmake lib/cmake/SuiteSparse/SuiteSparseBLAS.cmake lib/cmake/SuiteSparse/SuiteSparseBLAS32.cmake lib/cmake/SuiteSparse/SuiteSparseBLAS64.cmake lib/cmake/SuiteSparse/SuiteSparseLAPACK.cmake lib/cmake/SuiteSparse/SuiteSparsePolicy.cmake lib/cmake/SuiteSparse/SuiteSparseReport.cmake lib/cmake/SuiteSparse/SuiteSparse_ssize_t.cmake lib/libsuitesparseconfig.a lib/libsuitesparseconfig.so lib/libsuitesparseconfig.so.7 -lib/libsuitesparseconfig.so.7.0.1 +lib/libsuitesparseconfig.so.7.1.0 %%PORTDOCS%%%%DOCSDIR%%/SuiteSparse_README.md %%PORTDOCS%%%%DOCSDIR%%/config_README.txt diff --git a/math/suitesparse-csparse/Makefile b/math/suitesparse-csparse/Makefile index bc93c27b07cb..b86bc1f7c9d3 100644 --- a/math/suitesparse-csparse/Makefile +++ b/math/suitesparse-csparse/Makefile @@ -1,26 +1,25 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 4.0.1 -PORTREVISION= 1 +PORTVERSION= 4.0.4 CATEGORIES= math COMMENT= Concise Sparse Matrix package WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= LGPL21+ USES= localbase:ldflags MPORTNAME= CSparse USE_LDCONFIG= yes PLIST_FILES= # empty # For system-wide installation, the author recommends that you install # CXSparse instead. # The CSparse library is meant for personal experimentation. The 'make # install' in this Makefile only installs a static compiled library in # CSparse/Lib. It does not install it for system-wide usage. do-install: ${DO_NADA} .include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" .include diff --git a/math/suitesparse-cxsparse/Makefile b/math/suitesparse-cxsparse/Makefile index 5637f7da062e..014fcb7f53bc 100644 --- a/math/suitesparse-cxsparse/Makefile +++ b/math/suitesparse-cxsparse/Makefile @@ -1,23 +1,22 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 4.0.3 -PORTREVISION= 1 +PORTVERSION= 4.0.4 CATEGORIES= math COMMENT= Extended version of CSparse WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= LGPL21+ USES= localbase:ldflags MPORTNAME= CXSparse 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 diff --git a/math/suitesparse-cxsparse/pkg-plist b/math/suitesparse-cxsparse/pkg-plist index 5230873a9e3f..6489101f69e9 100644 --- a/math/suitesparse-cxsparse/pkg-plist +++ b/math/suitesparse-cxsparse/pkg-plist @@ -1,7 +1,7 @@ include/suitesparse/cs.h lib/cmake/SuiteSparse/FindCXSparse.cmake lib/libcxsparse.a lib/libcxsparse.so lib/libcxsparse.so.4 -lib/libcxsparse.so.4.0.3 +lib/libcxsparse.so.4.0.4 %%PORTDOCS%%%%DOCSDIR%%/CXSparse_README.txt diff --git a/math/suitesparse-graphblas/Makefile b/math/suitesparse-graphblas/Makefile index e25e80b5b74a..ea38b2a40268 100644 --- a/math/suitesparse-graphblas/Makefile +++ b/math/suitesparse-graphblas/Makefile @@ -1,28 +1,27 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 7.4.3 -PORTREVISION= 1 +PORTVERSION= 8.0.2 CATEGORIES= math COMMENT= Graph algorithms in the language of linear algebra WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= APACHE20 USES= localbase:ldflags MPORTNAME= GraphBLAS USE_LDCONFIG= yes PORTDOCS= CSC20_OpenMP_GraphBLAS.pdf GraphBLAS_API_C_v13.pdf \ GraphBLAS_UserGuide.pdf HPEC19.pdf lagraph-grapl19.pdf \ toms_graphblas.pdf .include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" post-stage-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in ${PORTDOCS} ${INSTALL_DATA} ${BUILD_WRKSRC}/Doc/${doc} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/math/suitesparse-graphblas/pkg-plist b/math/suitesparse-graphblas/pkg-plist index 4fc017d94987..200f1aeae3ae 100644 --- a/math/suitesparse-graphblas/pkg-plist +++ b/math/suitesparse-graphblas/pkg-plist @@ -1,5 +1,5 @@ include/suitesparse/GraphBLAS.h lib/cmake/SuiteSparse/FindGraphBLAS.cmake lib/libgraphblas.so -lib/libgraphblas.so.7 -lib/libgraphblas.so.7.4.3 +lib/libgraphblas.so.8 +lib/libgraphblas.so.8.0.2 diff --git a/math/suitesparse-klu/Makefile b/math/suitesparse-klu/Makefile index ce45d0be4368..4fd7a293010b 100644 --- a/math/suitesparse-klu/Makefile +++ b/math/suitesparse-klu/Makefile @@ -1,33 +1,32 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTVERSION= 2.0.4 CATEGORIES= math COMMENT= Sparse LU factorization, for circuit simulation WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= LGPL21+ LIB_DEPENDS= libmetis.so:math/metis \ 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 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 diff --git a/math/suitesparse-klu/pkg-plist b/math/suitesparse-klu/pkg-plist index 6a75c590c5ea..6c78415d47fd 100644 --- a/math/suitesparse-klu/pkg-plist +++ b/math/suitesparse-klu/pkg-plist @@ -1,14 +1,14 @@ include/suitesparse/klu_cholmod.h include/suitesparse/klu.h lib/cmake/SuiteSparse/FindKLU_CHOLMOD.cmake lib/cmake/SuiteSparse/FindKLU.cmake lib/libklu_cholmod.a lib/libklu_cholmod.so lib/libklu_cholmod.so.2 -lib/libklu_cholmod.so.2.0.3 +lib/libklu_cholmod.so.2.0.4 lib/libklu.a lib/libklu.so lib/libklu.so.2 -lib/libklu.so.2.0.3 +lib/libklu.so.2.0.4 %%PORTDOCS%%%%DOCSDIR%%/KLU_README.txt %%PORTDOCS%%%%DOCSDIR%%/KLU_UserGuide.pdf diff --git a/math/suitesparse-ldl/Makefile b/math/suitesparse-ldl/Makefile index f58360a8c9c6..40b34bfda5d7 100644 --- a/math/suitesparse-ldl/Makefile +++ b/math/suitesparse-ldl/Makefile @@ -1,27 +1,26 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.0.3 -PORTREVISION= 1 +PORTVERSION= 3.0.4 CATEGORIES= math COMMENT= Simple LDL^T factorization WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= LGPL21+ LIB_DEPENDS= libamd.so:math/suitesparse-amd USES= localbase:ldflags MPORTNAME= LDL 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/ldl_userguide.pdf \ ${STAGEDIR}${DOCSDIR} .include diff --git a/math/suitesparse-ldl/pkg-plist b/math/suitesparse-ldl/pkg-plist index fe47e365a8e4..3d9b2a7f747c 100644 --- a/math/suitesparse-ldl/pkg-plist +++ b/math/suitesparse-ldl/pkg-plist @@ -1,8 +1,8 @@ include/suitesparse/ldl.h lib/cmake/SuiteSparse/FindLDL.cmake lib/libldl.a lib/libldl.so lib/libldl.so.3 -lib/libldl.so.3.0.3 +lib/libldl.so.3.0.4 %%PORTDOCS%%%%DOCSDIR%%/LDL_README.txt %%PORTDOCS%%%%DOCSDIR%%/ldl_userguide.pdf diff --git a/math/suitesparse-mongoose/Makefile b/math/suitesparse-mongoose/Makefile index ce9dd1194f9f..bff2c7de5d36 100644 --- a/math/suitesparse-mongoose/Makefile +++ b/math/suitesparse-mongoose/Makefile @@ -1,25 +1,24 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.0.4 -PORTREVISION= 1 +PORTVERSION= 3.0.5 CATEGORIES= math COMMENT= Symmetric approximate minimum degree WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= GPLv3 USES= cmake:insource localbase:ldflags MPORTNAME= Mongoose USE_LDCONFIG= yes CONFLICTS_INSTALL= mongoose # bin/mongoose .include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" post-stage-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${BUILD_WRKSRC}/Doc/Mongoose_UserGuide.pdf \ ${STAGEDIR}${DOCSDIR} .include diff --git a/math/suitesparse-mongoose/pkg-plist b/math/suitesparse-mongoose/pkg-plist index 46ed99cd05ad..f9dcc581ec34 100644 --- a/math/suitesparse-mongoose/pkg-plist +++ b/math/suitesparse-mongoose/pkg-plist @@ -1,8 +1,8 @@ bin/mongoose include/suitesparse/Mongoose.hpp lib/cmake/SuiteSparse/FindMongoose.cmake lib/libmongoose.a lib/libmongoose.so lib/libmongoose.so.3 -lib/libmongoose.so.3.0.4 +lib/libmongoose.so.3.0.5 %%PORTDOCS%%%%DOCSDIR%%/Mongoose_UserGuide.pdf diff --git a/math/suitesparse-rbio/Makefile b/math/suitesparse-rbio/Makefile index 3f6c2669151b..dae6be7045ab 100644 --- a/math/suitesparse-rbio/Makefile +++ b/math/suitesparse-rbio/Makefile @@ -1,23 +1,22 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.0.3 -PORTREVISION= 1 +PORTVERSION= 4.0.0 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 diff --git a/math/suitesparse-rbio/pkg-plist b/math/suitesparse-rbio/pkg-plist index f8652613eb86..86fba7f41095 100644 --- a/math/suitesparse-rbio/pkg-plist +++ b/math/suitesparse-rbio/pkg-plist @@ -1,7 +1,7 @@ include/suitesparse/RBio.h lib/cmake/SuiteSparse/FindRBio.cmake lib/librbio.a lib/librbio.so -lib/librbio.so.3 -lib/librbio.so.3.0.3 +lib/librbio.so.4 +lib/librbio.so.4.0.0 %%PORTDOCS%%%%DOCSDIR%%/RBio_README.txt diff --git a/math/suitesparse-spex/Makefile b/math/suitesparse-spex/Makefile index 9ba9de8fa4c2..165d85431efc 100644 --- a/math/suitesparse-spex/Makefile +++ b/math/suitesparse-spex/Makefile @@ -1,32 +1,31 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTVERSION= 2.0.4 CATEGORIES= math COMMENT= Sparse Left-looking Integer-Preserving LU Factorization WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= GPLv2+ LGPL3+ LICENSE_COMB= dual LICENSE_FILE= ${BUILD_WRKSRC}/LICENSE.txt LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libamd.so:math/suitesparse-amd \ libcolamd.so:math/suitesparse-colamd USES= localbase:ldflags MPORTNAME= SPEX USE_LDCONFIG= yes .include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" post-stage-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${BUILD_WRKSRC}/README.md \ ${STAGEDIR}${DOCSDIR}/${MPORTNAME}_README.md ${INSTALL_DATA} ${BUILD_WRKSRC}/Doc/${MPORTNAME}_UserGuide.pdf \ ${STAGEDIR}${DOCSDIR} .include diff --git a/math/suitesparse-spex/pkg-plist b/math/suitesparse-spex/pkg-plist index ef2af3844eb1..fcbd99cc107f 100644 --- a/math/suitesparse-spex/pkg-plist +++ b/math/suitesparse-spex/pkg-plist @@ -1,8 +1,8 @@ include/suitesparse/SPEX.h lib/cmake/SuiteSparse/FindSPEX.cmake lib/libspex.a lib/libspex.so lib/libspex.so.2 -lib/libspex.so.2.0.3 +lib/libspex.so.2.0.4 %%PORTDOCS%%%%DOCSDIR%%/SPEX_README.md %%PORTDOCS%%%%DOCSDIR%%/SPEX_UserGuide.pdf diff --git a/math/suitesparse-spqr/Makefile b/math/suitesparse-spqr/Makefile index ea6d0db50d0e..791662e34371 100644 --- a/math/suitesparse-spqr/Makefile +++ b/math/suitesparse-spqr/Makefile @@ -1,31 +1,30 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 3.0.3 -PORTREVISION= 1 +PORTVERSION= 3.0.4 CATEGORIES= math COMMENT= Sparse QR factorization WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= GPLv2+ LIB_DEPENDS= libamd.so:math/suitesparse-amd \ libcamd.so:math/suitesparse-camd \ libcolamd.so:math/suitesparse-colamd \ libccolamd.so:math/suitesparse-ccolamd \ libcholmod.so:math/suitesparse-cholmod USES= localbase:ldflags MPORTNAME= SPQR 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/spqr_user_guide.pdf \ ${STAGEDIR}${DOCSDIR} .include diff --git a/math/suitesparse-spqr/pkg-plist b/math/suitesparse-spqr/pkg-plist index 95463ac5d2bc..f03eeb48e091 100644 --- a/math/suitesparse-spqr/pkg-plist +++ b/math/suitesparse-spqr/pkg-plist @@ -1,15 +1,15 @@ include/suitesparse/SuiteSparseQR.hpp include/suitesparse/SuiteSparseQR_C.h include/suitesparse/SuiteSparseQR_definitions.h lib/cmake/SuiteSparse/FindSPQR.cmake lib/cmake/SuiteSparse/FindSPQR_CUDA.cmake lib/libspqr_cuda.so lib/libspqr_cuda.so.3 -lib/libspqr_cuda.so.3.0.3 +lib/libspqr_cuda.so.3.0.4 lib/libspqr_cuda.a lib/libspqr.a lib/libspqr.so lib/libspqr.so.3 -lib/libspqr.so.3.0.3 +lib/libspqr.so.3.0.4 %%PORTDOCS%%%%DOCSDIR%%/SPQR_README.txt %%PORTDOCS%%%%DOCSDIR%%/spqr_user_guide.pdf diff --git a/math/suitesparse-umfpack/Makefile b/math/suitesparse-umfpack/Makefile index a47bd7bca8d2..2758cd620488 100644 --- a/math/suitesparse-umfpack/Makefile +++ b/math/suitesparse-umfpack/Makefile @@ -1,34 +1,33 @@ PORTNAME= ${MPORTNAME:tl} -PORTVERSION= 6.1.0 -PORTREVISION= 1 +PORTVERSION= 6.1.1 CATEGORIES= math COMMENT= Sparse multifrontal LU factorization WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html LICENSE= GPLv2+ LIB_DEPENDS= libmetis.so:math/metis \ libamd.so:math/suitesparse-amd \ libcamd.so:math/suitesparse-camd \ libcolamd.so:math/suitesparse-colamd \ libccolamd.so:math/suitesparse-ccolamd \ libcholmod.so:math/suitesparse-cholmod USES= localbase:ldflags MPORTNAME= UMFPACK 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}_QuickStart.pdf \ ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${BUILD_WRKSRC}/Doc/${MPORTNAME}_UserGuide.pdf \ ${STAGEDIR}${DOCSDIR} .include diff --git a/math/suitesparse-umfpack/pkg-plist b/math/suitesparse-umfpack/pkg-plist index 4266abb81834..fc9d0610ea5c 100644 --- a/math/suitesparse-umfpack/pkg-plist +++ b/math/suitesparse-umfpack/pkg-plist @@ -1,9 +1,9 @@ include/suitesparse/umfpack.h lib/cmake/SuiteSparse/FindUMFPACK.cmake lib/libumfpack.a lib/libumfpack.so lib/libumfpack.so.6 -lib/libumfpack.so.6.1.0 +lib/libumfpack.so.6.1.1 %%PORTDOCS%%%%DOCSDIR%%/UMFPACK_QuickStart.pdf %%PORTDOCS%%%%DOCSDIR%%/UMFPACK_README.txt %%PORTDOCS%%%%DOCSDIR%%/UMFPACK_UserGuide.pdf diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile index 893a0418a31e..24f1239a9c92 100644 --- a/math/suitesparse/Makefile +++ b/math/suitesparse/Makefile @@ -1,32 +1,31 @@ PORTNAME= suitesparse -PORTVERSION= 7.0.1 -PORTREVISION= 1 +PORTVERSION= 7.1.0 CATEGORIES= math MAINTAINER= fortran@FreeBSD.org COMMENT= Set of packages for sparse matrix calculation WWW= https://faculty.cse.tamu.edu/davis/suitesparse.html -RUN_DEPENDS= suitesparse-amd>0:math/suitesparse-amd \ +RUN_DEPENDS= suitesparse-config>0:math/suitesparse-config \ + suitesparse-amd>0:math/suitesparse-amd \ suitesparse-btf>0:math/suitesparse-btf \ suitesparse-camd>0:math/suitesparse-camd \ suitesparse-ccolamd>0:math/suitesparse-ccolamd \ - suitesparse-cholmod>0:math/suitesparse-cholmod \ suitesparse-colamd>0:math/suitesparse-colamd \ - suitesparse-config>0:math/suitesparse-config \ + suitesparse-cholmod>0:math/suitesparse-cholmod \ suitesparse-cxsparse>0:math/suitesparse-cxsparse \ suitesparse-graphblas>0:math/suitesparse-graphblas \ suitesparse-klu>0:math/suitesparse-klu \ suitesparse-ldl>0:math/suitesparse-ldl \ suitesparse-mongoose>0:math/suitesparse-mongoose \ suitesparse-rbio>0:math/suitesparse-rbio \ suitesparse-spex>0:math/suitesparse-spex \ suitesparse-spqr>0:math/suitesparse-spqr \ suitesparse-umfpack>0:math/suitesparse-umfpack .if !defined(PACKAGE_BUILDING) RUN_DEPENDS+= suitesparse-csparse>0:math/suitesparse-csparse .endif USES= metaport .include diff --git a/math/suitesparse/bsd.suitesparse.mk b/math/suitesparse/bsd.suitesparse.mk index d14850a9a9b0..5fb511b8fe7e 100644 --- a/math/suitesparse/bsd.suitesparse.mk +++ b/math/suitesparse/bsd.suitesparse.mk @@ -1,112 +1,112 @@ # Created by: Maho Nakata # # Common elements used by the SuiteSparse modules PKGNAMEPREFIX= suitesparse- SSPNAME= suitesparse -SSPVERSION= 7.0.1 +SSPVERSION= 7.1.0 DISTVERSIONPREFIX= v MAINTAINER= fortran@FreeBSD.org #USE_GITHUB= yes # Does not work with different versions for modules GH_ACCOUNT= DrTimothyAldenDavis GH_PROJECT= SuiteSparse GH_TAGNAME= ${SSPVERSION} MASTER_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/archive/refs/tags/ DISTNAME= ${DISTVERSIONPREFIX}${SSPVERSION} DIST_SUBDIR= ${SSPNAME} WRKSRC= ${WRKDIR}/${GH_PROJECT}-${SSPVERSION} .if ${MPORTNAME} != config CONFIGURE_WRKSRC=${WRKSRC}/${MPORTNAME} .else CONFIGURE_WRKSRC=${WRKSRC}/SuiteSparse_config .endif BUILD_WRKSRC= ${CONFIGURE_WRKSRC} CMAKE_SOURCE_PATH= ${CONFIGURE_WRKSRC} .if ${MPORTNAME} != config && \ ${MPORTNAME} != CSparse && \ ${MPORTNAME} != ssget LIB_DEPENDS+= libsuitesparseconfig.so:math/suitesparse-config .endif .if ${MPORTNAME} != config && \ ${MPORTNAME} != BTF && \ ${MPORTNAME} != ssget OPTIONS_DEFINE+=DEMOS .endif USES+= cmake:insource DOCSDIR= ${PREFIX}/share/doc/${SSPNAME} MAKE_ENV= JOBS="${MAKE_JOBS_NUMBER}" \ CMAKE_OPTIONS='${CMAKE_ARGS}' \ INSTALL="${STAGEDIR}${PREFIX}" \ INSTALL_DOC="${STAGEDIR}${DOCSDIR}" \ INSTALL_INCLUDE="${STAGEDIR}${PREFIX}/include/${SSPNAME}" CMAKE_ARGS+= -DCMAKE_INSTALL_INCLUDEDIR:PATH="include/${SSPNAME}" LDFLAGS+= -L${WRKSRC}/lib # prevent linking with shared libs from the preinstalled older versions INSTALL_TARGET= install # skip USES=cmake INSTALL_WRKSRC= ${BUILD_WRKSRC} # FIXME: wont work if .CURDIR contains spaces DISTINFO_FILE= ${.CURDIR}/../../math/suitesparse/distinfo OPTIONS_DEFINE+= DOCS OPTIMIZED_CFLAGS OPTIONS_DEFAULT+= OPTIMIZED_CFLAGS OPTIONS_RADIO+= BLAS OPTIONS_RADIO_BLAS+= ATLAS GOTOBLAS NETLIB OPENBLAS OPTIONS_DEFAULT+= OPENBLAS ATLAS_USES= blaslapack:atlas GOTOBLAS_DESC= Goto blas implementation GOTOBLAS_USES= blaslapack:gotoblas NETLIB_USES= blaslapack:netlib OPENBLAS_USES= blaslapack:openblas OPTIONS_DEFINE+= OPENMP OPTIONS_EXCLUDE_aarch64= OPENMP OPTIONS_EXCLUDE_armv7= OPENMP OPTIONS_EXCLUDE_powerpc= OPENMP OPTIONS_DEFAULT+= OPENMP OPENMP_MAKE_ENV_OFF= CFOPENMP= . if !exists(/usr/include/omp.h) # XXX ports/199603: LLVM openmp in base doesn't support armv6, armv7 yet OPENMP_VARS= OPENMP=gcc- . endif OPENMP_CMAKE_BOOL= OPENMP OPENMP_CMAKE_BOOL_OFF= NOPENMP DEMOS_DESC= Build the demonstrations DEMOS_CMAKE_BOOL= DEMO .if !defined(WITH_DEBUG) OPTIMIZED_CFLAGS_CFLAGS= -O3 OPTIMIZED_CFLAGS_CXXFLAGS= -O3 LDFLAGS+= -s .endif post-extract: ${RM} -r ${WRKSRC}/metis-* post-install: .if ! ${MPORTNAME} == config @${RM} ${STAGEDIR}${DOCSDIR}/SUITESPARSECONFIG_README.txt \ ${STAGEDIR}${PREFIX}/include/suitesparse/SuiteSparse_config.h .endif .include .if ${ARCH} == i386 # See PR 230888 : Missing 64 bit atomic functions for i386 USE_GCC= yes LDFLAGS+= -latomic .elif defined(PPC_ABI) && ${PPC_ABI} == ELFv1 USE_GCC= yes .else USES+= compiler:c++11-lib .endif diff --git a/math/suitesparse/distinfo b/math/suitesparse/distinfo index 3b4148834a8c..7aec4b07809b 100644 --- a/math/suitesparse/distinfo +++ b/math/suitesparse/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1674406397 -SHA256 (suitesparse/v7.0.1.tar.gz) = dc2f8d5c2657c120b30cce942f634ec08fc3a4b0b10e19d3eef7790b2bec8d1e -SIZE (suitesparse/v7.0.1.tar.gz) = 64883857 +TIMESTAMP = 1688132616 +SHA256 (suitesparse/v7.1.0.tar.gz) = 4cd3d161f9aa4f98ec5fa725ee5dc27bca960a3714a707a7d12b3d0abb504679 +SIZE (suitesparse/v7.1.0.tar.gz) = 65274292