1
0
forked from pool/armadillo

Accepting request 842005 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/842005
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/armadillo?expand=0&rev=139
This commit is contained in:
Dominique Leuenberger 2020-10-16 14:15:44 +00:00 committed by Git OBS Bridge
commit d968d710fd
5 changed files with 25 additions and 6 deletions

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

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

View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed Oct 14 11:42:28 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
- 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 <badshah400@gmail.com>

View File

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

View File

@ -1,4 +1,4 @@
libarmadillo9
libarmadillo10
armadillo-devel
requires -armadillo-<targettype>
requires "libarmadillo9-<targettype> = <version>"