1
0
forked from pool/armadillo

Accepting request 520236 from home:badshah400:branches:devel:libraries:c_c++

- Update to version 8.100.0:
  + Faster incremental construction of sparse matrices via element
    access operators
  + Faster diagonal views in sparse matrices
  + Expanded SpMat to save/load sparse matrices in coord format
  + Expanded .save()/.load() to allow specification of datasets
    within HDF5 files
  + Added affmul() to simplify application of affine
    transformations
  + Warnings and errors are now printed by default to the
    std::cerr stream
  + Added set_cerr_stream() and get_cerr_stream() to replace
    set_stream_err1(), set_stream_err2(), get_stream_err1(),
    get_stream_err2()
  + New configuration options ARMA_COUT_STREAM and
    ARMA_CERR_STREAM
- Adapt shared lib and baselibs.conf to updated shared object
  numbering.

OBS-URL: https://build.opensuse.org/request/show/520236
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/armadillo?expand=0&rev=216
This commit is contained in:
Ismail Dönmez 2017-09-05 09:57:44 +00:00 committed by Git OBS Bridge
parent 4f5024b78a
commit 2d5c5c7c2f
5 changed files with 29 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Fri Sep 1 17:31:45 UTC 2017 - badshah400@gmail.com
- Update to version 8.100.0:
+ Faster incremental construction of sparse matrices via element
access operators
+ Faster diagonal views in sparse matrices
+ Expanded SpMat to save/load sparse matrices in coord format
+ Expanded .save()/.load() to allow specification of datasets
within HDF5 files
+ Added affmul() to simplify application of affine
transformations
+ Warnings and errors are now printed by default to the
std::cerr stream
+ Added set_cerr_stream() and get_cerr_stream() to replace
set_stream_err1(), set_stream_err2(), get_stream_err1(),
get_stream_err2()
+ New configuration options ARMA_COUT_STREAM and
ARMA_CERR_STREAM
- Adapt shared lib and baselibs.conf to updated shared object
numbering.
-------------------------------------------------------------------
Wed Aug 16 15:26:57 UTC 2017 - badshah400@gmail.com

View File

@ -16,9 +16,9 @@
#
%define soname libarmadillo7
%define soname libarmadillo8
Name: armadillo
Version: 7.960.1
Version: 8.100.0
Release: 0
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
License: Apache-2.0

View File

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