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:
parent
214307915c
commit
f01b2a300f
@ -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
3
armadillo-7.200.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:55ab2e62e305da66de6e1c80d91a55511a924cbcfa95ceb13c87e8a958397dfb
|
||||||
|
size 3994444
|
@ -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
|
Mon May 30 14:34:07 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -16,23 +16,23 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define soname libarmadillo6
|
%define soname libarmadillo7
|
||||||
|
|
||||||
Name: armadillo
|
Name: armadillo
|
||||||
Version: 6.700.6
|
Version: 7.200.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
|
||||||
License: MPL-2.0
|
License: MPL-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: http://arma.sourceforge.net/
|
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
|
Source2: baselibs.conf
|
||||||
BuildRequires: arpack-ng-devel
|
BuildRequires: arpack-ng-devel
|
||||||
BuildRequires: blas-devel
|
BuildRequires: blas-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: lapack-devel
|
BuildRequires: lapack-devel
|
||||||
BuildRequires: superlu-devel >= 4.3
|
BuildRequires: superlu-devel >= 5.2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
libarmadillo6
|
libarmadillo7
|
||||||
armadillo-devel
|
armadillo-devel
|
||||||
requires -armadillo-<targettype>
|
requires -armadillo-<targettype>
|
||||||
requires "libarmadillo6-<targettype> = <version>"
|
requires "libarmadillo7-<targettype> = <version>"
|
||||||
|
Loading…
Reference in New Issue
Block a user