Accepting request 969909 from home:david.anes:branches:science
- update to 5.12.0: * GraphBLAS v7.0.3: see GraphBLAS/Doc/ChangeLog for details. - performance: GrB_mxm, GrB_assign, and transpose - bug fix: vector iterator for bitmap - revised ACM TOMS submission: Doc/toms_parallel_grb2.pdf - spec bug: GrB_Matrix_diag was implemented incorrectly, thus requiring a version v7.x OBS-URL: https://build.opensuse.org/request/show/969909 OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=45
This commit is contained in:
parent
6810061a44
commit
28845e381a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fdd957ed06019465f7de73ce931afaf5d40e96e14ae57d91f60868b8c123c4c8
|
||||
size 64555786
|
3
SuiteSparse-5.12.0.tar.gz
Normal file
3
SuiteSparse-5.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fb0064a3398111976f30c5908a8c0b40df44c6dd8f0cc4bfa7b9e45d8c647de
|
||||
size 65066114
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 13 08:41:01 UTC 2022 - David Anes <david.anes@suse.com>
|
||||
|
||||
- update to 5.12.0:
|
||||
* GraphBLAS v7.0.3: see GraphBLAS/Doc/ChangeLog for details.
|
||||
- performance: GrB_mxm, GrB_assign, and transpose
|
||||
- bug fix: vector iterator for bitmap
|
||||
- revised ACM TOMS submission: Doc/toms_parallel_grb2.pdf
|
||||
- spec bug: GrB_Matrix_diag was implemented incorrectly,
|
||||
thus requiring a version v7.x
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 14:16:51 UTC 2022 - David Anes <david.anes@suse.com>
|
||||
|
||||
|
@ -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.11.0
|
||||
Version: 5.12.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
|
||||
@ -66,7 +66,7 @@ BuildRequires: openblas-devel
|
||||
%define colamdver 2.9.6
|
||||
%define csparsever 3.2.0
|
||||
%define cxsparsever 3.2.0
|
||||
%define graphblasver 6.2.5
|
||||
%define graphblasver 7.0.3
|
||||
%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.11.0
|
||||
%define configver 5.12.0
|
||||
%define csparsemajor %(echo "%{csparsever}" | cut -d "." -f1)
|
||||
%define amdlib %(echo "libamd%{amdver}" | cut -d "." -f1)
|
||||
%define btflib %(echo "libbtf%{btfver}" | cut -d "." -f1)
|
||||
|
Loading…
Reference in New Issue
Block a user