diff --git a/librsb-1.2.0.8.tar.gz b/librsb-1.2.0.8.tar.gz deleted file mode 100644 index a124a95..0000000 --- a/librsb-1.2.0.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8bebd19a1866d80ade13eabfdd0f07ae7e8a485c0b975b5d15f531ac204d80cb -size 2352127 diff --git a/librsb-1.2.0.9.tar.gz b/librsb-1.2.0.9.tar.gz new file mode 100644 index 0000000..e0150c9 --- /dev/null +++ b/librsb-1.2.0.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f421f5d572461601120933e3c1cfee2ca69e6ecc92cbb11baa4e86bdedd3d9fa +size 2332153 diff --git a/librsb.changes b/librsb.changes index f56a074..a4e0d7f 100644 --- a/librsb.changes +++ b/librsb.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Dec 24 12:33:02 UTC 2020 - Jan Engelhardt + +- 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 diff --git a/librsb.spec b/librsb.spec index 25b7130..e0efeae 100644 --- a/librsb.spec +++ b/librsb.spec @@ -18,7 +18,7 @@ Name: librsb %define lname librsb0 -Version: 1.2.0.8 +Version: 1.2.0.9 Release: 0 Summary: Shared memory parallel sparse matrix and sparse BLAS library License: LGPL-3.0-or-later @@ -73,9 +73,10 @@ applications that want to make use of librsb. %build autoreconf -fi +# meminfo chosen for smaller machines too %configure --docdir="%_docdir/%name" --disable-static CFLAGS="%optflags -Wno-unused" \ --with-memhinfo=L3:16/64/8192K,L2:16/64/2048K,L1:8/64/16K -make %{?_smp_mflags} +%make_build %install %make_install