From 495a7d529b0f9414b563393e672cc78666186c9bce318915654c2e9a8bb682d6 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Thu, 15 Oct 2020 21:43:23 +0000 Subject: [PATCH] Accepting request 841828 from home:badshah400:branches:devel:libraries:c_c++ - Update to version 10.1.0: * C++11 is now the minimum required C++ standard. * Faster handling of compound expressions by trimatu() and trimatl(). * Faster sparse matrix addition, subtraction and element-wise multiplication. * Expanded sparse submatrix views to handle the non-contiguous form of X.cols(vector_of_column_indices). * Expanded eigs_sym() and eigs_gen() with optional fine-grained parameters (subspace dimension, number of iterations, eigenvalues closest to specified value). - Fix an additional EOF encoding issue introduced in new release. - Update shared lib name in keeping with so version update. - Update baselibs.conf file for so version change. OBS-URL: https://build.opensuse.org/request/show/841828 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=274 --- armadillo-10.1.0.tar.xz | 3 +++ armadillo-9.900.3.tar.xz | 3 --- armadillo.changes | 18 ++++++++++++++++++ armadillo.spec | 5 +++-- baselibs.conf | 2 +- 5 files changed, 25 insertions(+), 6 deletions(-) create mode 100644 armadillo-10.1.0.tar.xz delete mode 100644 armadillo-9.900.3.tar.xz diff --git a/armadillo-10.1.0.tar.xz b/armadillo-10.1.0.tar.xz new file mode 100644 index 0000000..e58f602 --- /dev/null +++ b/armadillo-10.1.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72e3f1b4b4d1b4df70d9cb1e321a254ea04d7843f68a6c34d82691997d558395 +size 6053044 diff --git a/armadillo-9.900.3.tar.xz b/armadillo-9.900.3.tar.xz deleted file mode 100644 index ed29dc4..0000000 --- a/armadillo-9.900.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d615e736852a74b1753d217718e20f0d8dc4958ccc6dc975030563e18783fc0a -size 5028472 diff --git a/armadillo.changes b/armadillo.changes index 9e1918f..a6e3631 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Oct 14 11:42:28 UTC 2020 - Atri Bhattacharya + +- Update to version 10.1.0: + * C++11 is now the minimum required C++ standard. + * Faster handling of compound expressions by trimatu() and + trimatl(). + * Faster sparse matrix addition, subtraction and element-wise + multiplication. + * Expanded sparse submatrix views to handle the non-contiguous + form of X.cols(vector_of_column_indices). + * Expanded eigs_sym() and eigs_gen() with optional fine-grained + parameters (subspace dimension, number of iterations, + eigenvalues closest to specified value). +- Fix an additional EOF encoding issue introduced in new release. +- Update shared lib name in keeping with so version update. +- Update baselibs.conf file for so version change. + ------------------------------------------------------------------- Sun Sep 6 10:02:06 UTC 2020 - Atri Bhattacharya diff --git a/armadillo.spec b/armadillo.spec index 4ddd3a8..fc5a1fa 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -16,9 +16,9 @@ # -%define soname libarmadillo9 +%define soname libarmadillo10 Name: armadillo -Version: 9.900.3 +Version: 10.1.0 Release: 0 Summary: C++ matrix library with interfaces to LAPACK and ATLAS License: Apache-2.0 @@ -94,6 +94,7 @@ and user documentation (reference guide). %setup -q #Convert DOS end-of-line to UNIX end-of-line sed -i 's/\r$//' README.md +sed -i 's/\r$//' examples/README.txt sed -i 's/\r$//' LICENSE.txt sed -i 's/\r$//' NOTICE.txt for i in `ls examples/*.cpp`; do sed -i 's/\r$//' $i; done diff --git a/baselibs.conf b/baselibs.conf index bfe2f54..ba164c6 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libarmadillo9 +libarmadillo10 armadillo-devel requires -armadillo- requires "libarmadillo9- = "