librsb-1.2.0~rc6
OBS-URL: https://build.opensuse.org/package/show/science/librsb?expand=0&rev=3
This commit is contained in:
parent
38615117d4
commit
37b7cc7f04
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa2a8a3e1fddb2418e44aa2cb159fc895354550588b6a7b62b0b80bc522e1fbf
|
||||
size 2217657
|
3
librsb-1.2.0-rc6.tar.gz
Normal file
3
librsb-1.2.0-rc6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:136a3aea20c5f10550cbe2b4363ec26cd25c140eae7f733901143f20ad5f1114
|
||||
size 2223751
|
@ -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
|
||||
|
||||
|
29
librsb.spec
29
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
|
||||
|
Loading…
Reference in New Issue
Block a user