From f01b2a300fee15e84f8e99166ec9b12b52e9cd6a5af1570dd0f5ff3fc51f4e75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Thu, 7 Jul 2016 14:09:04 +0000 Subject: [PATCH] Accepting request 407025 from home:badshah400:branches:devel:libraries:c_c++ Update to v7.200.2, shlib versioning update (6->7), superlu-devel >= 5.2 now required. Note to reviewer: please wait for sr#402085 to be included into factory before fwd'ing this to factory. OBS-URL: https://build.opensuse.org/request/show/407025 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=184 --- armadillo-6.700.6.tar.gz | 3 --- armadillo-7.200.2.tar.xz | 3 +++ armadillo.changes | 23 +++++++++++++++++++++++ armadillo.spec | 8 ++++---- baselibs.conf | 4 ++-- 5 files changed, 32 insertions(+), 9 deletions(-) delete mode 100644 armadillo-6.700.6.tar.gz create mode 100644 armadillo-7.200.2.tar.xz diff --git a/armadillo-6.700.6.tar.gz b/armadillo-6.700.6.tar.gz deleted file mode 100644 index 8b6af43..0000000 --- a/armadillo-6.700.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8df1dc47ab6e3469ba389aab18546111f3d0abf0f675c3c12ae7c075697b7b1 -size 5470382 diff --git a/armadillo-7.200.2.tar.xz b/armadillo-7.200.2.tar.xz new file mode 100644 index 0000000..520234c --- /dev/null +++ b/armadillo-7.200.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55ab2e62e305da66de6e1c80d91a55511a924cbcfa95ceb13c87e8a958397dfb +size 3994444 diff --git a/armadillo.changes b/armadillo.changes index f5d141b..d29471a 100644 --- a/armadillo.changes +++ b/armadillo.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Sat Jul 2 00:46:29 UTC 2016 - badshah400@gmail.com + +- Update to version 7.200.2: + + added .index_min() and .index_max(). + + expanded ind2sub() to handle vectors of indices. + + expanded sub2ind() to handle matrix of subscripts. + + expanded expmat(), logmat() and sqrtmat() to optionally return + a bool indicating success faster handling of compound + expressions by vectorise(). +- Changes from Version 7.100.0: + + added erf(), erfc(), lgamma(). + + added .head_slices() and .tail_slices() to subcube views. + + spsolve() now requires SuperLU 5.2. + + eigs_sym(), eigs_gen() and svds() now use a built-in + reimplementation of ARPACK for real (non-complex) matrices; + contributed by Yixuan Qiu. +- Source tarballs are now xz compressed. +- Update BuildRequires for superlu-devel: >= version 5.2 now + required. +- Update shlib version (libarmadillo6 -> libarmadillo7) in spec + file and baselibs.conf. + ------------------------------------------------------------------- Mon May 30 14:34:07 UTC 2016 - jengelh@inai.de diff --git a/armadillo.spec b/armadillo.spec index 03ea290..e058420 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -16,23 +16,23 @@ # -%define soname libarmadillo6 +%define soname libarmadillo7 Name: armadillo -Version: 6.700.6 +Version: 7.200.2 Release: 0 Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS License: MPL-2.0 Group: Development/Libraries/C and C++ Url: http://arma.sourceforge.net/ -Source: http://downloads.sourceforge.net/arma/%{name}-%{version}.tar.gz +Source: http://downloads.sourceforge.net/arma/%{name}-%{version}.tar.xz Source2: baselibs.conf BuildRequires: arpack-ng-devel BuildRequires: blas-devel BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: lapack-devel -BuildRequires: superlu-devel >= 4.3 +BuildRequires: superlu-devel >= 5.2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description diff --git a/baselibs.conf b/baselibs.conf index 15e8ebf..592db47 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libarmadillo6 +libarmadillo7 armadillo-devel requires -armadillo- - requires "libarmadillo6- = " + requires "libarmadillo7- = "