Index: head/math/gmm++/Makefile =================================================================== --- head/math/gmm++/Makefile (revision 473618) +++ head/math/gmm++/Makefile (revision 473619) @@ -1,22 +1,23 @@ # $FreeBSD$ PORTNAME= gmm++ -PORTVERSION= 5.1 +PORTVERSION= 5.3 CATEGORIES= math -MASTER_SITES= http://download.gna.org/getfem/stable/ +MASTER_SITES= http://download-mirror.savannah.gnu.org/releases/getfem/stable/ DISTNAME= ${PORTNAME:S/+//g}-${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Generic matrix template library # Note: even though the port's COPYING file mentions gmm++ is licensed under # the LGPL version 2.1 with the GCC runtime exception, -# mentions +# mentions # v4.2 is licensed under the LGPL version 3 with the GCC runtime exception, and # so say the headers which are installed. LICENSE= LGPL3 +LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes NO_BUILD= yes .include Index: head/math/gmm++/distinfo =================================================================== --- head/math/gmm++/distinfo (revision 473618) +++ head/math/gmm++/distinfo (revision 473619) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472681977 -SHA256 (gmm-5.1.tar.gz) = 90e6bf309b81f496b401a375fe99826ad4b5c6ba99db6c92b37f9261db462636 -SIZE (gmm-5.1.tar.gz) = 537290 +TIMESTAMP = 1530078901 +SHA256 (gmm-5.3.tar.gz) = 86ac46d69982afd9bc0d032788ae6ab81eab8118df1012690b1c2501ec687252 +SIZE (gmm-5.3.tar.gz) = 540146 Index: head/math/gmm++/pkg-descr =================================================================== --- head/math/gmm++/pkg-descr (revision 473618) +++ head/math/gmm++/pkg-descr (revision 473619) @@ -1,12 +1,12 @@ Gmm++ is a generic C++ template library for sparse, dense and skyline matrices. It is built as a set of generic algorithms (mult, add, copy, sub-matrices, dense and sparse solvers ...) for any interfaced vector type or matrix type. It can be view as a glue library allowing cooperation between several vector and matrix types. However, basic sparse, dense and skyline matrix/vector types are built in Gmm++, hence it can be used as a standalone linear algebra library. Interfacing a vector or matrix type means writing "traits" objects called "linalg_traits", which describe their properties. The library offers predefined dense, sparse and skyline matrix types. -WWW: http://home.gna.org/getfem/ +WWW: http://getfem.org/gmm/ Index: head/math/gmm++/pkg-plist =================================================================== --- head/math/gmm++/pkg-plist (revision 473618) +++ head/math/gmm++/pkg-plist (revision 473619) @@ -1,55 +1,57 @@ include/gmm/gmm.h include/gmm/gmm_MUMPS_interface.h include/gmm/gmm_algobase.h +include/gmm/gmm_arch_config.h include/gmm/gmm_blas.h include/gmm/gmm_blas_interface.h include/gmm/gmm_condition_number.h include/gmm/gmm_conjugated.h include/gmm/gmm_def.h include/gmm/gmm_dense_Householder.h include/gmm/gmm_dense_lu.h include/gmm/gmm_dense_matrix_functions.h include/gmm/gmm_dense_qr.h include/gmm/gmm_dense_sylvester.h include/gmm/gmm_domain_decomp.h include/gmm/gmm_except.h +include/gmm/gmm_feedback_management.h include/gmm/gmm_inoutput.h include/gmm/gmm_interface.h include/gmm/gmm_interface_bgeot.h include/gmm/gmm_iter.h include/gmm/gmm_iter_solvers.h include/gmm/gmm_kernel.h include/gmm/gmm_lapack_interface.h include/gmm/gmm_least_squares_cg.h include/gmm/gmm_matrix.h include/gmm/gmm_modified_gram_schmidt.h include/gmm/gmm_opt.h include/gmm/gmm_precond.h include/gmm/gmm_precond_diagonal.h include/gmm/gmm_precond_ildlt.h include/gmm/gmm_precond_ildltt.h include/gmm/gmm_precond_ilu.h include/gmm/gmm_precond_ilut.h include/gmm/gmm_precond_ilutp.h include/gmm/gmm_precond_mr_approx_inverse.h include/gmm/gmm_range_basis.h include/gmm/gmm_real_part.h include/gmm/gmm_ref.h include/gmm/gmm_scaled.h include/gmm/gmm_solver_Schwarz_additive.h include/gmm/gmm_solver_bfgs.h include/gmm/gmm_solver_bicgstab.h include/gmm/gmm_solver_cg.h include/gmm/gmm_solver_constrained_cg.h include/gmm/gmm_solver_gmres.h include/gmm/gmm_solver_idgmres.h include/gmm/gmm_solver_qmr.h include/gmm/gmm_std.h include/gmm/gmm_sub_index.h include/gmm/gmm_sub_matrix.h include/gmm/gmm_sub_vector.h include/gmm/gmm_superlu_interface.h include/gmm/gmm_transposed.h include/gmm/gmm_tri_solve.h include/gmm/gmm_vector.h include/gmm/gmm_vector_to_matrix.h