Accepting request 858492 from science

- Update to release 1.2.0.9

OBS-URL: https://build.opensuse.org/request/show/858492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/librsb?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2020-12-28 09:30:36 +00:00 committed by Git OBS Bridge
commit b49a080986
4 changed files with 18 additions and 5 deletions

View File

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

3
librsb-1.2.0.9.tar.gz Normal file
View File

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

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Dec 24 12:33:02 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.2.0.9
* Fixed: rsb_mtx_rndr(..RSB_MARF_EPS) and
rsb_file_mtx_rndr(..RSB_MARF_EPS): could crash on
uniform-values matrix input.
* Fixed: rsb_spmsp was crashing if result matrix has nnz<=rows
* Fixed: BLAS_zusaxpy and BLAS_cusaxpy in C were crashing
* Fixed: rsb_sppsp() was ignoring transB and could crash on
transA
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Mar 5 16:24:51 UTC 2020 - Jan Engelhardt <jengelh@inai.de> Thu Mar 5 16:24:51 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -18,7 +18,7 @@
Name: librsb Name: librsb
%define lname librsb0 %define lname librsb0
Version: 1.2.0.8 Version: 1.2.0.9
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-or-later License: LGPL-3.0-or-later
@ -73,9 +73,10 @@ applications that want to make use of librsb.
%build %build
autoreconf -fi autoreconf -fi
# meminfo chosen for smaller machines too
%configure --docdir="%_docdir/%name" --disable-static CFLAGS="%optflags -Wno-unused" \ %configure --docdir="%_docdir/%name" --disable-static CFLAGS="%optflags -Wno-unused" \
--with-memhinfo=L3:16/64/8192K,L2:16/64/2048K,L1:8/64/16K --with-memhinfo=L3:16/64/8192K,L2:16/64/2048K,L1:8/64/16K
make %{?_smp_mflags} %make_build
%install %install
%make_install %make_install