From 37b7cc7f0484836554b787ee615c2bfd98e0c5396ea26f0457a78920bb2954e0 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 30 Apr 2017 00:03:33 +0000 Subject: [PATCH] librsb-1.2.0~rc6 OBS-URL: https://build.opensuse.org/package/show/science/librsb?expand=0&rev=3 --- librsb-1.2.0-rc5.tar.gz | 3 --- librsb-1.2.0-rc6.tar.gz | 3 +++ librsb.changes | 10 ++++++++++ librsb.spec | 29 +++++++++++++++++++---------- 4 files changed, 32 insertions(+), 13 deletions(-) delete mode 100644 librsb-1.2.0-rc5.tar.gz create mode 100644 librsb-1.2.0-rc6.tar.gz diff --git a/librsb-1.2.0-rc5.tar.gz b/librsb-1.2.0-rc5.tar.gz deleted file mode 100644 index 3b86a88..0000000 --- a/librsb-1.2.0-rc5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa2a8a3e1fddb2418e44aa2cb159fc895354550588b6a7b62b0b80bc522e1fbf -size 2217657 diff --git a/librsb-1.2.0-rc6.tar.gz b/librsb-1.2.0-rc6.tar.gz new file mode 100644 index 0000000..4cdffd7 --- /dev/null +++ b/librsb-1.2.0-rc6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136a3aea20c5f10550cbe2b4363ec26cd25c140eae7f733901143f20ad5f1114 +size 2223751 diff --git a/librsb.changes b/librsb.changes index 327b9cd..fc3db5f 100644 --- a/librsb.changes +++ b/librsb.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Apr 29 23:53:40 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 1.2.0~rc6 + * BLAS_zusget_element & co will behave one-based in Fortran. + * rsb_sppsp was summing incorrectly certain non-overlapping + sparse matrices. + * rsb_file_mtx_save and rsb_file_vec_save's output use + full-precision. + ------------------------------------------------------------------- Thu Oct 20 23:10:35 UTC 2016 - jengelh@inai.de diff --git a/librsb.spec b/librsb.spec index 4715458..7c17d63 100644 --- a/librsb.spec +++ b/librsb.spec @@ -18,10 +18,10 @@ Name: librsb %define lname librsb0 -%define rversion 1.2.0-rc5 -Version: 1.2.0~rc5 +%define rversion 1.2.0-rc6 +Version: 1.2.0~rc6 Release: 0 -Summary: A shared memory parallel sparse matrix library including Sparse BLAS +Summary: Shared memory parallel sparse matrix and sparse BLAS library License: LGPL-3.0+ Group: Productivity/Scientific/Math URL: http://librsb.sf.net/ @@ -38,13 +38,18 @@ Recursive Sparse Blocks (RSB) matrix format. This format allows cache efficient and multi-threaded (that is, shared memory parallel) operations on large sparse matrices. -librsb implements the Sparse BLAS standard, as specified in the BLAS -Forum documents. - %package -n %lname -Summary: Blah +Summary: Shared memory parallel sparse matrix and sparse BLAS library +Group: System/Libraries %description -n %lname +librsb is a library for sparse matrix computations featuring the +Recursive Sparse Blocks (RSB) matrix format. This format allows cache +efficient and multi-threaded (that is, shared memory parallel) +operations on large sparse matrices. + +librsb implements the Sparse BLAS standard, as specified in the BLAS +Forum documents. %package devel Summary: Development files for librsb, a Recursive Sparse Blocks matrix format lirary @@ -71,10 +76,14 @@ make %{?_smp_mflags} %install %make_install rm -f "%buildroot/%_libdir"/*.la +%fdupes %buildroot/%_prefix -%files -n librsb0 +%post -n %lname -p /sbin/ldconfig +%postun -n %lname -p /sbin/ldconfig + +%files -n %lname %defattr(-,root,root) -%_libdir/librsb.so.* +%_libdir/librsb.so.0* %files devel %defattr(-,root,root) @@ -83,6 +92,6 @@ rm -f "%buildroot/%_libdir"/*.la %_bindir/librsb-config %_libdir/librsb.so %_docdir/%name/ -%doc COPYING README +%doc COPYING %changelog