From a2dabd24bc478137c2ea1bcdac1266250d84a622d7b12d4379c07e7705627ef3 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 24 Apr 2023 09:19:12 +0000 Subject: [PATCH 1/4] Accepting request 1081106 from home:badshah400:branches:devel:libraries:c_c++ * Update to version 12.2.0 OBS-URL: https://build.opensuse.org/request/show/1081106 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=335 --- armadillo-12.0.1.tar.xz | 3 --- armadillo-12.2.0.tar.xz | 3 +++ armadillo.changes | 10 ++++++++++ armadillo.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 armadillo-12.0.1.tar.xz create mode 100644 armadillo-12.2.0.tar.xz diff --git a/armadillo-12.0.1.tar.xz b/armadillo-12.0.1.tar.xz deleted file mode 100644 index 9ee8546..0000000 --- a/armadillo-12.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:230a5c75daad52dc47e1adce8f5a50f9aa4e4354e0f1bb18ea84efa2e70e20df -size 6802568 diff --git a/armadillo-12.2.0.tar.xz b/armadillo-12.2.0.tar.xz new file mode 100644 index 0000000..1cf2a66 --- /dev/null +++ b/armadillo-12.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0dce042297e865add3351dad77f78c2c7638d6632f58357b015e50edcbd2186 +size 6801440 diff --git a/armadillo.changes b/armadillo.changes index 8a570a9..004afa7 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Apr 21 07:20:02 UTC 2023 - Atri Bhattacharya + +- Update to version 12.2.0: + * More efficient use of FFTW3 by fft() and ifft(). + * Faster in-place element-wise multiplication of sparse matrices + by dense matrices. + * Added spsolve_factoriser class to allow reuse of sparse matrix + factorisation for solving systems of linear equations. + ------------------------------------------------------------------- Tue Mar 14 11:33:55 UTC 2023 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index 18f034f..4e556eb 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo12 Name: armadillo -Version: 12.0.1 +Version: 12.2.0 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0 From be683ea88a19ce5a22cdacc229944d91398b57115d6b96cfb30765a90cc285b0 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 24 Apr 2023 20:31:32 +0000 Subject: [PATCH 2/4] Accepting request 1082452 from devel:libraries:c_c++ baserev update by copy to link target OBS-URL: https://build.opensuse.org/request/show/1082452 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=336 --- armadillo-12.0.1.tar.xz | 3 +++ armadillo-12.2.0.tar.xz | 3 --- armadillo.changes | 10 ---------- armadillo.spec | 2 +- 4 files changed, 4 insertions(+), 14 deletions(-) create mode 100644 armadillo-12.0.1.tar.xz delete mode 100644 armadillo-12.2.0.tar.xz diff --git a/armadillo-12.0.1.tar.xz b/armadillo-12.0.1.tar.xz new file mode 100644 index 0000000..9ee8546 --- /dev/null +++ b/armadillo-12.0.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230a5c75daad52dc47e1adce8f5a50f9aa4e4354e0f1bb18ea84efa2e70e20df +size 6802568 diff --git a/armadillo-12.2.0.tar.xz b/armadillo-12.2.0.tar.xz deleted file mode 100644 index 1cf2a66..0000000 --- a/armadillo-12.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0dce042297e865add3351dad77f78c2c7638d6632f58357b015e50edcbd2186 -size 6801440 diff --git a/armadillo.changes b/armadillo.changes index 004afa7..8a570a9 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,13 +1,3 @@ -------------------------------------------------------------------- -Fri Apr 21 07:20:02 UTC 2023 - Atri Bhattacharya - -- Update to version 12.2.0: - * More efficient use of FFTW3 by fft() and ifft(). - * Faster in-place element-wise multiplication of sparse matrices - by dense matrices. - * Added spsolve_factoriser class to allow reuse of sparse matrix - factorisation for solving systems of linear equations. - ------------------------------------------------------------------- Tue Mar 14 11:33:55 UTC 2023 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index 4e556eb..18f034f 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo12 Name: armadillo -Version: 12.2.0 +Version: 12.0.1 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0 From 9e246276ca3345fbb5cd704c43c6c5df495c32b6d3d6abb4190f46e2ce4dd989 Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Mon, 24 Apr 2023 20:31:32 +0000 Subject: [PATCH 3/4] Updating link to change in openSUSE:Factory/armadillo revision 174 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=751c499cbd7ef4e2ede74a9ffa24b649 --- armadillo-12.0.1.tar.xz | 3 --- armadillo-12.2.0.tar.xz | 3 +++ armadillo.changes | 10 ++++++++++ armadillo.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 armadillo-12.0.1.tar.xz create mode 100644 armadillo-12.2.0.tar.xz diff --git a/armadillo-12.0.1.tar.xz b/armadillo-12.0.1.tar.xz deleted file mode 100644 index 9ee8546..0000000 --- a/armadillo-12.0.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:230a5c75daad52dc47e1adce8f5a50f9aa4e4354e0f1bb18ea84efa2e70e20df -size 6802568 diff --git a/armadillo-12.2.0.tar.xz b/armadillo-12.2.0.tar.xz new file mode 100644 index 0000000..1cf2a66 --- /dev/null +++ b/armadillo-12.2.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0dce042297e865add3351dad77f78c2c7638d6632f58357b015e50edcbd2186 +size 6801440 diff --git a/armadillo.changes b/armadillo.changes index 8a570a9..004afa7 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Apr 21 07:20:02 UTC 2023 - Atri Bhattacharya + +- Update to version 12.2.0: + * More efficient use of FFTW3 by fft() and ifft(). + * Faster in-place element-wise multiplication of sparse matrices + by dense matrices. + * Added spsolve_factoriser class to allow reuse of sparse matrix + factorisation for solving systems of linear equations. + ------------------------------------------------------------------- Tue Mar 14 11:33:55 UTC 2023 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index 18f034f..4e556eb 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo12 Name: armadillo -Version: 12.0.1 +Version: 12.2.0 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0 From 37948ff90d7b502eb115ee91b1cd78238461b6a229a54459febdea14a71b8bcf Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 11 Jun 2023 07:56:16 +0000 Subject: [PATCH 4/4] Accepting request 1092036 from home:badshah400:branches:devel:libraries:c_c++ Update to version 12.4.0 OBS-URL: https://build.opensuse.org/request/show/1092036 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=337 --- armadillo-12.2.0.tar.xz | 3 --- armadillo-12.4.0.tar.xz | 3 +++ armadillo.changes | 9 +++++++++ armadillo.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 armadillo-12.2.0.tar.xz create mode 100644 armadillo-12.4.0.tar.xz diff --git a/armadillo-12.2.0.tar.xz b/armadillo-12.2.0.tar.xz deleted file mode 100644 index 1cf2a66..0000000 --- a/armadillo-12.2.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b0dce042297e865add3351dad77f78c2c7638d6632f58357b015e50edcbd2186 -size 6801440 diff --git a/armadillo-12.4.0.tar.xz b/armadillo-12.4.0.tar.xz new file mode 100644 index 0000000..ab39ea9 --- /dev/null +++ b/armadillo-12.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9905282781ced3f99769b0e45a705ecb50192ca1622300707b3302ea167dc883 +size 6803968 diff --git a/armadillo.changes b/armadillo.changes index 004afa7..5bda4ac 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jun 10 17:22:10 UTC 2023 - Atri Bhattacharya + +- Update to version 12.4.0: + * added norm2est() for finding fast estimates of matrix 2-norm + (spectral norm). + * added vecnorm() for obtaining the vector norm of each row or + column of a matrix. + ------------------------------------------------------------------- Fri Apr 21 07:20:02 UTC 2023 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index 4e556eb..8276168 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -18,7 +18,7 @@ %define soname libarmadillo12 Name: armadillo -Version: 12.2.0 +Version: 12.4.0 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0