Dominique Leuenberger 2021-03-11 19:07:08 +00:00 committed by Git OBS Bridge
commit 001b093b54
4 changed files with 16 additions and 7 deletions

View File

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

3
SuiteSparse-5.9.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Sun Mar 7 08:43:38 UTC 2021 - Christoph G <foss@grueninger.de>
- Update to SuiteSparse 5.9.0
* GraphBLAS upgraded from v3.3 to v4.0.3 with many new features,
and increased performance. Betweeness Centrality about 2x
faster, and now faster than the GAP benchmark for larger
matrices. BFS about 5x faster.
-------------------------------------------------------------------
Tue Sep 1 07:36:34 UTC 2020 - Pedro Monreal <pmonreal@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package suitesparse
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -26,7 +26,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.8.1
Version: 5.9.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
@ -62,7 +62,7 @@ BuildRequires: openblas-devel
%define colamdver 2.9.6
%define csparsever 3.2.0
%define cxsparsever 3.2.0
%define graphblasver 3.3.3
%define graphblasver 4.0.3
%define kluver 1.3.9
%define ldlver 2.2.6
%define mongoosever 2.0.3
@ -72,7 +72,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.8.1
%define configver 5.9.0
%define csparsemajor %(echo "%{csparsever}" | cut -d "." -f1)
%define amdlib %(echo "libamd%{amdver}" | cut -d "." -f1)
%define btflib %(echo "libbtf%{btfver}" | cut -d "." -f1)