From 0fd9774c30928fea24f52bd8532be7b97dc3c230ae221491ed194e92681c6801 Mon Sep 17 00:00:00 2001 From: Dmitry Roshchin Date: Sat, 21 Mar 2020 13:27:21 +0000 Subject: [PATCH] Accepting request 787135 from home:mathletic:branches:science - Update to SuiteSparse 5.7.1 * GraphBLAS 3.2.0: better performance, new ANY and PAIR operators, structural mask, GrB_DESC_* from 1.3 C API Specification. * CHOLMOD 3.0.14: minor update to cholmod_check to print a matrix OBS-URL: https://build.opensuse.org/request/show/787135 OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=25 --- SuiteSparse-5.6.0.tar.gz | 3 --- SuiteSparse-5.7.1.tar.gz | 3 +++ suitesparse.changes | 8 ++++++++ suitesparse.spec | 14 +++++++------- 4 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 SuiteSparse-5.6.0.tar.gz create mode 100644 SuiteSparse-5.7.1.tar.gz diff --git a/SuiteSparse-5.6.0.tar.gz b/SuiteSparse-5.6.0.tar.gz deleted file mode 100644 index f14d872..0000000 --- a/SuiteSparse-5.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76d34d9f6dafc592b69af14f58c1dc59e24853dcd7c2e8f4c98ffa223f6a1adb -size 55447037 diff --git a/SuiteSparse-5.7.1.tar.gz b/SuiteSparse-5.7.1.tar.gz new file mode 100644 index 0000000..dfbcc43 --- /dev/null +++ b/SuiteSparse-5.7.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ba5add1663d51a1b6fb128b50fe869b497f3096765ff7f8212f0ede044b9557 +size 56927356 diff --git a/suitesparse.changes b/suitesparse.changes index 4a4d9d0..781e6b5 100644 --- a/suitesparse.changes +++ b/suitesparse.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Mar 19 22:49:23 UTC 2020 - Christoph G + +- Update to SuiteSparse 5.7.1 + * GraphBLAS 3.2.0: better performance, new ANY and PAIR operators, + structural mask, GrB_DESC_* from 1.3 C API Specification. + * CHOLMOD 3.0.14: minor update to cholmod_check to print a matrix + ------------------------------------------------------------------- Wed Nov 6 08:38:31 UTC 2019 - Ana Guerrero Lopez diff --git a/suitesparse.spec b/suitesparse.spec index 355e1b5..09377c0 100644 --- a/suitesparse.spec +++ b/suitesparse.spec @@ -1,7 +1,7 @@ # # spec file for package suitesparse # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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.6.0 +Version: 5.7.1 Release: 0 URL: http://faculty.cse.tamu.edu/davis/suitesparse.html Source0: https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v%{version}.tar.gz#/SuiteSparse-%{version}.tar.gz @@ -55,11 +55,11 @@ BuildRequires: openblas-devel %define btfver 1.2.6 %define camdver 2.4.6 %define ccolamdver 2.9.6 -%define cholmodver 3.0.13 +%define cholmodver 3.0.14 %define colamdver 2.9.6 %define csparsever 3.2.0 %define cxsparsever 3.2.0 -%define graphblasver 3.1.1 +%define graphblasver 3.2.0 %define kluver 1.3.9 %define ldlver 2.2.6 %define mongoosever 2.0.3 @@ -68,7 +68,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.6.0 +%define configver 5.7.1 %define csparsemajor %(echo "%{csparsever}" | cut -d "." -f1) %define amdlib %(echo "libamd%{amdver}" | cut -d "." -f1) %define btflib %(echo "libbtf%{btfver}" | cut -d "." -f1) @@ -699,14 +699,14 @@ popd %postun -n %{configlib} -p /sbin/ldconfig %files devel -%doc ChangeLog README.txt +%doc ChangeLog README.md %license LICENSE.txt %{_docdir}/%{name}-%{version} %{_libdir}/*.so %{_includedir}/%{name}/ %files devel-static -%doc ChangeLog README.txt +%doc ChangeLog README.md %license LICENSE.txt %{_libdir}/*.a