Date: Fri, 23 Jul 2021 04:54:32 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 6ee75aea38b8 - main - math/amgcl: Update 1.4.0 -> 1.4.2 Message-ID: <202107230454.16N4sWvU026712@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ee75aea38b88a04e7c611c0fe8862028048d7e4 commit 6ee75aea38b88a04e7c611c0fe8862028048d7e4 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2021-07-23 04:53:44 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2021-07-23 04:54:20 +0000 math/amgcl: Update 1.4.0 -> 1.4.2 Reported by: portscout --- math/amgcl/Makefile | 2 +- math/amgcl/distinfo | 6 +++--- math/amgcl/pkg-plist | 6 +++++- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/math/amgcl/Makefile b/math/amgcl/Makefile index eeec5352d3fb..a98d821290c6 100644 --- a/math/amgcl/Makefile +++ b/math/amgcl/Makefile @@ -1,5 +1,5 @@ PORTNAME= amgcl -DISTVERSION= 1.4.0 +DISTVERSION= 1.4.2 CATEGORIES= math MAINTAINER= yuri@FreeBSD.org diff --git a/math/amgcl/distinfo b/math/amgcl/distinfo index 2fd0373bcb29..6fbdacc3b677 100644 --- a/math/amgcl/distinfo +++ b/math/amgcl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1610318779 -SHA256 (ddemidov-amgcl-1.4.0_GH0.tar.gz) = 018b824396494c8958faa6337cebcaba48a2584d828f279eef0bbf9e05f900a7 -SIZE (ddemidov-amgcl-1.4.0_GH0.tar.gz) = 2308383 +TIMESTAMP = 1627015886 +SHA256 (ddemidov-amgcl-1.4.2_GH0.tar.gz) = db0de6b75e6c205f44542c3ac8d9935c8357a58072963228d0bb11a54181aea8 +SIZE (ddemidov-amgcl-1.4.2_GH0.tar.gz) = 2693644 diff --git a/math/amgcl/pkg-plist b/math/amgcl/pkg-plist index 44ba915683ec..858953289d52 100644 --- a/math/amgcl/pkg-plist +++ b/math/amgcl/pkg-plist @@ -19,6 +19,7 @@ include/amgcl/backend/detail/mixing.hpp include/amgcl/backend/eigen.hpp include/amgcl/backend/hpx.hpp include/amgcl/backend/interface.hpp +include/amgcl/backend/mkl.hpp include/amgcl/backend/vexcl.hpp include/amgcl/backend/vexcl_static_matrix.hpp include/amgcl/backend/viennacl.hpp @@ -33,11 +34,13 @@ include/amgcl/coarsening/runtime.hpp include/amgcl/coarsening/smoothed_aggr_emin.hpp include/amgcl/coarsening/smoothed_aggregation.hpp include/amgcl/coarsening/tentative_prolongation.hpp +include/amgcl/deflated_solver.hpp include/amgcl/detail/inverse.hpp include/amgcl/detail/qr.hpp include/amgcl/detail/sort_row.hpp include/amgcl/detail/spgemm.hpp include/amgcl/io/binary.hpp +include/amgcl/io/ios_saver.hpp include/amgcl/io/mm.hpp include/amgcl/make_block_solver.hpp include/amgcl/make_solver.hpp @@ -68,6 +71,7 @@ include/amgcl/mpi/relaxation/damped_jacobi.hpp include/amgcl/mpi/relaxation/gauss_seidel.hpp include/amgcl/mpi/relaxation/ilu0.hpp include/amgcl/mpi/relaxation/iluk.hpp +include/amgcl/mpi/relaxation/ilup.hpp include/amgcl/mpi/relaxation/ilut.hpp include/amgcl/mpi/relaxation/runtime.hpp include/amgcl/mpi/relaxation/spai0.hpp @@ -93,7 +97,6 @@ include/amgcl/preconditioner/cpr_drs.hpp include/amgcl/preconditioner/dummy.hpp include/amgcl/preconditioner/runtime.hpp include/amgcl/preconditioner/schur_pressure_correction.hpp -include/amgcl/preconditioner/simple.hpp include/amgcl/profiler.hpp include/amgcl/relaxation/as_preconditioner.hpp include/amgcl/relaxation/chebyshev.hpp @@ -103,6 +106,7 @@ include/amgcl/relaxation/detail/ilu_solve.hpp include/amgcl/relaxation/gauss_seidel.hpp include/amgcl/relaxation/ilu0.hpp include/amgcl/relaxation/iluk.hpp +include/amgcl/relaxation/ilup.hpp include/amgcl/relaxation/ilut.hpp include/amgcl/relaxation/runtime.hpp include/amgcl/relaxation/spai0.hpp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107230454.16N4sWvU026712>