Date: Wed, 5 Apr 2023 15:09:15 GMT From: Lorenzo Salvadore <salvadore@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 07b17c996812 - main - math/armadillo: Update to 12.2.0 Message-ID: <202304051509.335F9FFZ033610@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by salvadore: URL: https://cgit.FreeBSD.org/ports/commit/?id=07b17c996812dd0057055bfa2e7e48d1dc0b4e7c commit 07b17c996812dd0057055bfa2e7e48d1dc0b4e7c Author: Lorenzo Salvadore <salvadore@FreeBSD.org> AuthorDate: 2023-04-04 20:44:03 +0000 Commit: Lorenzo Salvadore <salvadore@FreeBSD.org> CommitDate: 2023-04-05 15:08:57 +0000 math/armadillo: Update to 12.2.0 Changes: https://arma.sourceforge.net/docs.html#changelog --- math/armadillo/Makefile | 2 +- math/armadillo/distinfo | 6 +++--- math/armadillo/pkg-plist | 4 +++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/math/armadillo/Makefile b/math/armadillo/Makefile index e0e84474eab7..dc5291b1adfe 100644 --- a/math/armadillo/Makefile +++ b/math/armadillo/Makefile @@ -1,5 +1,5 @@ PORTNAME= armadillo -DISTVERSION= 12.0.1 +DISTVERSION= 12.2.0 CATEGORIES= math MASTER_SITES= SF/arma diff --git a/math/armadillo/distinfo b/math/armadillo/distinfo index 02334cf8b2fa..26feeb57423a 100644 --- a/math/armadillo/distinfo +++ b/math/armadillo/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677087384 -SHA256 (armadillo-12.0.1.tar.xz) = 230a5c75daad52dc47e1adce8f5a50f9aa4e4354e0f1bb18ea84efa2e70e20df -SIZE (armadillo-12.0.1.tar.xz) = 6802568 +TIMESTAMP = 1680641000 +SHA256 (armadillo-12.2.0.tar.xz) = b0dce042297e865add3351dad77f78c2c7638d6632f58357b015e50edcbd2186 +SIZE (armadillo-12.2.0.tar.xz) = 6801440 diff --git a/math/armadillo/pkg-plist b/math/armadillo/pkg-plist index f964c4d94c46..7a8846009ef0 100644 --- a/math/armadillo/pkg-plist +++ b/math/armadillo/pkg-plist @@ -566,6 +566,8 @@ include/armadillo_bits/spop_var_bones.hpp include/armadillo_bits/spop_var_meat.hpp include/armadillo_bits/spop_vectorise_bones.hpp include/armadillo_bits/spop_vectorise_meat.hpp +include/armadillo_bits/spsolve_factoriser_bones.hpp +include/armadillo_bits/spsolve_factoriser_meat.hpp include/armadillo_bits/strip.hpp include/armadillo_bits/subview_bones.hpp include/armadillo_bits/subview_cube_bones.hpp @@ -608,7 +610,7 @@ include/armadillo_bits/xvec_htrans_bones.hpp include/armadillo_bits/xvec_htrans_meat.hpp lib/libarmadillo.so lib/libarmadillo.so.12 -lib/libarmadillo.so.12.0.1 +lib/libarmadillo.so.12.2.0 libdata/pkgconfig/armadillo.pc share/Armadillo/CMake/ArmadilloConfig.cmake share/Armadillo/CMake/ArmadilloConfigVersion.cmake
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304051509.335F9FFZ033610>