From db36eee2dfe246e85b18a3faf274c8196ad53b4db6c04ab91147461f8a1a0e2d Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Mon, 8 Mar 2021 20:36:38 +0000 Subject: [PATCH] Accepting request 877496 from home:mathletic:branches:science Update to SuiteSparse 5.9.0 OBS-URL: https://build.opensuse.org/request/show/877496 OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=30 --- SuiteSparse-5.8.1.tar.gz | 3 --- SuiteSparse-5.9.0.tar.gz | 3 +++ suitesparse.changes | 9 +++++++++ suitesparse.spec | 8 ++++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 SuiteSparse-5.8.1.tar.gz create mode 100644 SuiteSparse-5.9.0.tar.gz diff --git a/SuiteSparse-5.8.1.tar.gz b/SuiteSparse-5.8.1.tar.gz deleted file mode 100644 index a313115..0000000 --- a/SuiteSparse-5.8.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06726e471fbaa55f792578f9b4ab282ea9d008cf39ddcc3b42b73400acddef40 -size 58819633 diff --git a/SuiteSparse-5.9.0.tar.gz b/SuiteSparse-5.9.0.tar.gz new file mode 100644 index 0000000..9eb5d06 --- /dev/null +++ b/SuiteSparse-5.9.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bdd4811f1cf0767c5fdb5e435817fdadee50b0acdb598f4882ae7b8291a7f24 +size 59608169 diff --git a/suitesparse.changes b/suitesparse.changes index ce813e0..c22182e 100644 --- a/suitesparse.changes +++ b/suitesparse.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Mar 7 08:43:38 UTC 2021 - Christoph G + +- 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 diff --git a/suitesparse.spec b/suitesparse.spec index 835f521..b6bfb27 100644 --- a/suitesparse.spec +++ b/suitesparse.spec @@ -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)