1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

math/amgcl: Update 1.4.0 -> 1.4.2

Reported by:	portscout
This commit is contained in:
Yuri Victorovich 2021-07-22 21:53:44 -07:00
parent dbdf842f57
commit 6ee75aea38
3 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,5 @@
PORTNAME= amgcl
DISTVERSION= 1.4.0
DISTVERSION= 1.4.2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org

View File

@ -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

View File

@ -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