Accepting request 865320 from devel:libraries:c_c++

- Fix baselibs.conf.
- Update to version 10.2.0

OBS-URL: https://build.opensuse.org/request/show/865320
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/armadillo?expand=0&rev=142
This commit is contained in:
Dominique Leuenberger 2021-01-21 20:57:11 +00:00 committed by Git OBS Bridge
commit 9a97d45f50
5 changed files with 24 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Jan 21 09:52:01 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- Fix baselibs.conf.
-------------------------------------------------------------------
Sun Jan 17 23:43:48 UTC 2021 - Atri Bhattacharya <badshah400@gmail.com>
- Update to version 10.2.0:
* Faster handling of subcubes.
* Added tgamma().
* Added .brief_print() for abridged printing of matrices &
cubes.
* Expanded forms of trimatu() and trimatl() with diagonal
specification to handle sparse matrices.
* Expanded eigs_sym() and eigs_gen() with optional shift-invert
mode.
-------------------------------------------------------------------
Fri Nov 13 23:28:10 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package armadillo
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define soname libarmadillo10
Name: armadillo
Version: 10.1.2
Version: 10.2.0
Release: 0
Summary: C++ matrix library with interfaces to LAPACK and ATLAS
License: Apache-2.0

View File

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