Dominique Leuenberger 2022-09-09 16:22:34 +00:00 committed by Git OBS Bridge
commit 4682efaf5b
5 changed files with 22 additions and 12 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5fb0064a3398111976f30c5908a8c0b40df44c6dd8f0cc4bfa7b9e45d8c647de
size 65066114

BIN
SuiteSparse-5.13.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,7 +1,2 @@
# False positives
addFilter("shlib-unversioned-lib")
addFilter("shlib-policy-missing-lib")
# rpmlint could be smarter
addFilter("shlib-policy-nonversioned-dir")
addFilter("no-binary")

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Sep 4 20:45:29 UTC 2022 - Christoph G <foss@grueninger.de>
- update to 5.13.0
* GraphBLAS v7.2.0: see GraphBLAS/Doc/ChangeLog for details.
- performance: more compact serialization (ZSTD added, now the
default compression method).
- MATLAB interface: faster linear indexing, reshape, bandwidth,
istril, istriu, isbanded, isdiag. C(I,J)=A can now grow the
size of C.
- features: reshape methods, cube root operator, isStoredElement
- bugs: a minor bug; user-defined types were incorrectly limited to
128 bytes in size in v7.0.3.
- remove unused rules from rpmlintrc
-------------------------------------------------------------------
Wed Apr 13 08:41:01 UTC 2022 - David Anes <david.anes@suse.com>

View File

@ -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.12.0
Version: 5.13.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
@ -46,7 +46,7 @@ BuildRequires: gcc >= 4.9
BuildRequires: gcc-c++ >= 4.9
%endif
BuildRequires: chrpath
BuildRequires: cmake
BuildRequires: cmake >= 3.13
BuildRequires: gcc-fortran
BuildRequires: gmp-devel
BuildRequires: lapack-devel
@ -66,7 +66,7 @@ BuildRequires: openblas-devel
%define colamdver 2.9.6
%define csparsever 3.2.0
%define cxsparsever 3.2.0
%define graphblasver 7.0.3
%define graphblasver 7.2.0
%define kluver 1.3.9
%define ldlver 2.2.6
%define mongoosever 2.0.4
@ -76,7 +76,7 @@ BuildRequires: openblas-devel
%define umfpackver 5.7.9
# 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.12.0
%define configver 5.13.0
%define csparsemajor %(echo "%{csparsever}" | cut -d "." -f1)
%define amdlib %(echo "libamd%{amdver}" | cut -d "." -f1)
%define btflib %(echo "libbtf%{btfver}" | cut -d "." -f1)