Accepting request 895299 from science
OBS-URL: https://build.opensuse.org/request/show/895299 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=36
This commit is contained in:
commit
a879565b6d
3
SuiteSparse-5.10.0.tar.gz
Normal file
3
SuiteSparse-5.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4bcc974901c0173acf80c41ee0fd779eb7dce2871d4afa24a5d15b1a468f93e5
|
||||
size 59919998
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7bdd4811f1cf0767c5fdb5e435817fdadee50b0acdb598f4882ae7b8291a7f24
|
||||
size 59608169
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 19 21:29:18 UTC 2021 - Christoph G <foss@grueninger.de>
|
||||
|
||||
- Update to version 5.10.0
|
||||
* GraphBLAS upgraded to 5.0.4: many new features, much faster
|
||||
performance
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 7 06:18:07 UTC 2021 - Martin Liška <mliska@suse.cz>
|
||||
|
||||
|
@ -30,7 +30,7 @@ Name: suitesparse
|
||||
Summary: A collection of sparse matrix libraries
|
||||
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: 5.9.0
|
||||
Version: 5.10.0
|
||||
Release: 0
|
||||
URL: https://people.engr.tamu.edu/davis/suitesparse.html
|
||||
Source0: https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v%{version}.tar.gz#/SuiteSparse-%{version}.tar.gz
|
||||
@ -68,7 +68,7 @@ BuildRequires: openblas-devel
|
||||
%define colamdver 2.9.6
|
||||
%define csparsever 3.2.0
|
||||
%define cxsparsever 3.2.0
|
||||
%define graphblasver 4.0.3
|
||||
%define graphblasver 5.0.4
|
||||
%define kluver 1.3.9
|
||||
%define ldlver 2.2.6
|
||||
%define mongoosever 2.0.3
|
||||
@ -78,7 +78,7 @@ BuildRequires: openblas-devel
|
||||
%define umfpackver 5.7.8
|
||||
# Your need define even it's just the same as main package
|
||||
# or the %%build loop will override %%version with umfpack's version.
|
||||
%define configver 5.9.0
|
||||
%define configver 5.10.0
|
||||
%define csparsemajor %(echo "%{csparsever}" | cut -d "." -f1)
|
||||
%define amdlib %(echo "libamd%{amdver}" | cut -d "." -f1)
|
||||
%define btflib %(echo "libbtf%{btfver}" | cut -d "." -f1)
|
||||
@ -815,9 +815,8 @@ popd
|
||||
%files -n %{graphblaslib}
|
||||
%doc GraphBLAS/README.md
|
||||
%doc GraphBLAS/Doc/GraphBLAS_UserGuide.pdf
|
||||
%license GraphBLAS/Doc/ChangeLog GraphBLAS/Doc/License.txt
|
||||
%license GraphBLAS/Doc/ChangeLog GraphBLAS/LICENSE
|
||||
%{_libdir}/libgraphblas.so.*
|
||||
%{_libdir}/libgraphblasdemo.so.*
|
||||
|
||||
%files -n %{klulib}
|
||||
%doc KLU/README.txt
|
||||
|
Loading…
x
Reference in New Issue
Block a user