From 2d5c5c7c2f816d37c2101e43ea60666443619c6072fb83d9a4ed875f82e9eedf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Tue, 5 Sep 2017 09:57:44 +0000 Subject: [PATCH] Accepting request 520236 from home:badshah400:branches:devel:libraries:c_c++ - Update to version 8.100.0: + Faster incremental construction of sparse matrices via element access operators + Faster diagonal views in sparse matrices + Expanded SpMat to save/load sparse matrices in coord format + Expanded .save()/.load() to allow specification of datasets within HDF5 files + Added affmul() to simplify application of affine transformations + Warnings and errors are now printed by default to the std::cerr stream + Added set_cerr_stream() and get_cerr_stream() to replace set_stream_err1(), set_stream_err2(), get_stream_err1(), get_stream_err2() + New configuration options ARMA_COUT_STREAM and ARMA_CERR_STREAM - Adapt shared lib and baselibs.conf to updated shared object numbering. OBS-URL: https://build.opensuse.org/request/show/520236 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=216 --- armadillo-7.960.1.tar.xz | 3 --- armadillo-8.100.0.tar.xz | 3 +++ armadillo.changes | 22 ++++++++++++++++++++++ armadillo.spec | 4 ++-- baselibs.conf | 4 ++-- 5 files changed, 29 insertions(+), 7 deletions(-) delete mode 100644 armadillo-7.960.1.tar.xz create mode 100644 armadillo-8.100.0.tar.xz diff --git a/armadillo-7.960.1.tar.xz b/armadillo-7.960.1.tar.xz deleted file mode 100644 index 20f03a3..0000000 --- a/armadillo-7.960.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:57de6b9eb547f168e5dd2d2736c75b609bb2d1761120f608ff6530d7247082ff -size 4438836 diff --git a/armadillo-8.100.0.tar.xz b/armadillo-8.100.0.tar.xz new file mode 100644 index 0000000..e3580fb --- /dev/null +++ b/armadillo-8.100.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3adfbe099586af764d339aea97251e46155cfa074a06efa21c4de9dfa1c71ea +size 4454032 diff --git a/armadillo.changes b/armadillo.changes index df7f9a9..60b7b19 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Fri Sep 1 17:31:45 UTC 2017 - badshah400@gmail.com + +- Update to version 8.100.0: + + Faster incremental construction of sparse matrices via element + access operators + + Faster diagonal views in sparse matrices + + Expanded SpMat to save/load sparse matrices in coord format + + Expanded .save()/.load() to allow specification of datasets + within HDF5 files + + Added affmul() to simplify application of affine + transformations + + Warnings and errors are now printed by default to the + std::cerr stream + + Added set_cerr_stream() and get_cerr_stream() to replace + set_stream_err1(), set_stream_err2(), get_stream_err1(), + get_stream_err2() + + New configuration options ARMA_COUT_STREAM and + ARMA_CERR_STREAM +- Adapt shared lib and baselibs.conf to updated shared object + numbering. + ------------------------------------------------------------------- Wed Aug 16 15:26:57 UTC 2017 - badshah400@gmail.com diff --git a/armadillo.spec b/armadillo.spec index 000db6f..ed00053 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -16,9 +16,9 @@ # -%define soname libarmadillo7 +%define soname libarmadillo8 Name: armadillo -Version: 7.960.1 +Version: 8.100.0 Release: 0 Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0 diff --git a/baselibs.conf b/baselibs.conf index 592db47..e5ec566 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libarmadillo7 +libarmadillo8 armadillo-devel requires -armadillo- - requires "libarmadillo7- = " + requires "libarmadillo8- = "