librsb-1.2.0~rc7
OBS-URL: https://build.opensuse.org/package/show/science/librsb?expand=0&rev=7
This commit is contained in:
parent
ed2eff556e
commit
6a9ea624a3
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:136a3aea20c5f10550cbe2b4363ec26cd25c140eae7f733901143f20ad5f1114
|
|
||||||
size 2223751
|
|
3
librsb-1.2.0-rc7.tar.gz
Normal file
3
librsb-1.2.0-rc7.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:49ac0ab07ba9ea02028dfe18c0401c6c5831bbb1f05b59256133a5b27c674a8c
|
||||||
|
size 2223136
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 26 14:10:41 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 1.2.0~rc7
|
||||||
|
* bugfix: rsb_spmv/rsb_spmm/BLAS_cusmv/BLAS_zusmv/BLAS_cusmm/
|
||||||
|
BLAS_zusmm could compute wrong values on complex hermitian
|
||||||
|
matrices if rhs imaginary part non null.
|
||||||
|
* bugfix: complex conjugated transpose
|
||||||
|
rsb_spsv/rsb_spsm/BLAS_cussv/BLAS_zussv/BLAS_cussm/BLAS_zussm
|
||||||
|
could compute wrong values if rhs imaginary part non null.
|
||||||
|
* bugfix: rsb_sppsp/rsb_mtx_clone would compute scaled
|
||||||
|
conjugate of complex matrices wrong if alpha imaginary part
|
||||||
|
non null.
|
||||||
|
* might detect a forgotten rsb_lib_init() at first matrix
|
||||||
|
allocation and return an error.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 29 23:53:40 UTC 2017 - jengelh@inai.de
|
Sat Apr 29 23:53:40 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
10
librsb.spec
10
librsb.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package librsb
|
# spec file for package librsb
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
Name: librsb
|
Name: librsb
|
||||||
%define lname librsb0
|
%define lname librsb0
|
||||||
%define rversion 1.2.0-rc6
|
%define rversion 1.2.0-rc7
|
||||||
Version: 1.2.0~rc6
|
Version: 1.2.0~rc7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Shared memory parallel sparse matrix and sparse BLAS library
|
Summary: Shared memory parallel sparse matrix and sparse BLAS library
|
||||||
License: LGPL-3.0+
|
License: LGPL-3.0+
|
||||||
Group: Productivity/Scientific/Math
|
Group: Productivity/Scientific/Math
|
||||||
URL: http://librsb.sf.net/
|
Url: http://librsb.sf.net/
|
||||||
|
|
||||||
Source: http://downloads.sf.net/%name/%name-%rversion.tar.gz
|
Source: http://downloads.sf.net/%name/%name-%rversion.tar.gz
|
||||||
Patch1: pun.diff
|
Patch1: pun.diff
|
||||||
@ -32,7 +32,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: gcc-fortran
|
BuildRequires: gcc-fortran
|
||||||
BuildRequires: gsl-devel
|
BuildRequires: gsl-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
BuildRoot: %_tmppath/%name-%version-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
librsb is a library for sparse matrix computations featuring the
|
librsb is a library for sparse matrix computations featuring the
|
||||||
|
Loading…
Reference in New Issue
Block a user