1
0
forked from pool/armadillo

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
This commit is contained in:
Ismail Dönmez 2016-07-07 14:09:04 +00:00 committed by Git OBS Bridge
parent 214307915c
commit f01b2a300f
5 changed files with 32 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8df1dc47ab6e3469ba389aab18546111f3d0abf0f675c3c12ae7c075697b7b1
size 5470382

3
armadillo-7.200.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:55ab2e62e305da66de6e1c80d91a55511a924cbcfa95ceb13c87e8a958397dfb
size 3994444

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,4 @@
libarmadillo6
libarmadillo7
armadillo-devel
requires -armadillo-<targettype>
requires "libarmadillo6-<targettype> = <version>"
requires "libarmadillo7-<targettype> = <version>"