From 6f44b4f511015e0e6a5ff88803f3d907fb96f76e1e74b77f3e7f46a06a289b40 Mon Sep 17 00:00:00 2001 From: Git SCM Staging Date: Sat, 29 Jun 2024 06:27:57 +0000 Subject: [PATCH 1/2] [info=f32bd4760066ca7c83f04c059ed62573a62f4c016861dc7d7b9351191ec9aa8a] OBS-URL: https://build.opensuse.org/package/show/devel:Factory:git-workflow:staging:badshah400:armadillo:1/armadillo?expand=0&rev=1 --- _scmsync.obsinfo | 4 ++++ armadillo-12.8.3.tar.xz | 3 --- armadillo-14.0.0.tar.xz | 3 +++ armadillo.changes | 15 +++++++++++++++ armadillo.spec | 4 ++-- build.specials.obscpio | 3 +++ 6 files changed, 27 insertions(+), 5 deletions(-) create mode 100644 _scmsync.obsinfo delete mode 100644 armadillo-12.8.3.tar.xz create mode 100644 armadillo-14.0.0.tar.xz create mode 100644 build.specials.obscpio diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo new file mode 100644 index 0000000..33d8d60 --- /dev/null +++ b/_scmsync.obsinfo @@ -0,0 +1,4 @@ +mtime: 1719641952 +commit: f32bd4760066ca7c83f04c059ed62573a62f4c016861dc7d7b9351191ec9aa8a +url: https://src.opensuse.org/badshah400/armadillo.git +revision: f32bd4760066ca7c83f04c059ed62573a62f4c016861dc7d7b9351191ec9aa8a diff --git a/armadillo-12.8.3.tar.xz b/armadillo-12.8.3.tar.xz deleted file mode 100644 index 5648ef5..0000000 --- a/armadillo-12.8.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2922589f6387796504b340da6bb954bef3d87574c298515893289edd2d890151 -size 6997932 diff --git a/armadillo-14.0.0.tar.xz b/armadillo-14.0.0.tar.xz new file mode 100644 index 0000000..cea8661 --- /dev/null +++ b/armadillo-14.0.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a3586b33277e6dbc3c8f27f4fff52231c2c6f7614191c190c66fb9b78ba98b5 +size 7192420 diff --git a/armadillo.changes b/armadillo.changes index 68b4273..bb3cdfd 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Sat Jun 29 06:16:36 UTC 2024 - Atri Bhattacharya + +- Update to version 14.0.0: + * C++14 is now the minimum recommended C++ standard. + * Faster handling of compound expressions by as_scalar(), + accu(), dot(). + * Faster interactions between sparse and dense matrices. + * Expanded stddev() to handle sparse matrices. + * Expanded relational operators to handle expressions between + sparse matrices and scalars. + * Added .as_dense() to obtain dense vector/matrix representation + of any sparse matrix expression. + * Updated physical constants to NIST 2022 CODATA values. + ------------------------------------------------------------------- Tue May 14 06:24:04 UTC 2024 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index 7382696..9621bae 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -16,9 +16,9 @@ # -%define soname libarmadillo12 +%define soname libarmadillo14 Name: armadillo -Version: 12.8.3 +Version: 14.0.0 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0 diff --git a/build.specials.obscpio b/build.specials.obscpio new file mode 100644 index 0000000..2c2f55a --- /dev/null +++ b/build.specials.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b06797fcac75166dffc41eb48818b245dc2e214afdb01b71c4840b7f39d3e0b2 +size 256 From 2450b49a83ba23ec170f3aca7d59d0ee7046ac6adbb763778f236c36b7628dae Mon Sep 17 00:00:00 2001 From: Git SCM Staging Date: Sat, 29 Jun 2024 06:37:33 +0000 Subject: [PATCH 2/2] [info=5d6281a7d003ceb18010a3e1d2eb46b610ab0ad2e3625269fbd242926c4d4038] OBS-URL: https://build.opensuse.org/package/show/devel:Factory:git-workflow:staging:badshah400:armadillo:1/armadillo?expand=0&rev=2 --- _scmsync.obsinfo | 6 +++--- baselibs.conf | 2 +- build.specials.obscpio | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 33d8d60..621ef12 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1719641952 -commit: f32bd4760066ca7c83f04c059ed62573a62f4c016861dc7d7b9351191ec9aa8a +mtime: 1719642994 +commit: 5d6281a7d003ceb18010a3e1d2eb46b610ab0ad2e3625269fbd242926c4d4038 url: https://src.opensuse.org/badshah400/armadillo.git -revision: f32bd4760066ca7c83f04c059ed62573a62f4c016861dc7d7b9351191ec9aa8a +revision: 5d6281a7d003ceb18010a3e1d2eb46b610ab0ad2e3625269fbd242926c4d4038 diff --git a/baselibs.conf b/baselibs.conf index d21a367..5fff2ac 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libarmadillo12 +libarmadillo14 armadillo-devel -/usr/lib(64)?/pkgconfig/armadillo.pc requires -armadillo- diff --git a/build.specials.obscpio b/build.specials.obscpio index 2c2f55a..211684a 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:b06797fcac75166dffc41eb48818b245dc2e214afdb01b71c4840b7f39d3e0b2 +oid sha256:9edc0f7254ae2dfeb926ba5eb3107585028cab5c7c4d91b9243153c65271b31e size 256