Accepting request 787137 from science
OBS-URL: https://build.opensuse.org/request/show/787137 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=31
This commit is contained in:
commit
bea0beb0a3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:76d34d9f6dafc592b69af14f58c1dc59e24853dcd7c2e8f4c98ffa223f6a1adb
|
||||
size 55447037
|
3
SuiteSparse-5.7.1.tar.gz
Normal file
3
SuiteSparse-5.7.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5ba5add1663d51a1b6fb128b50fe869b497f3096765ff7f8212f0ede044b9557
|
||||
size 56927356
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 19 22:49:23 UTC 2020 - Christoph G <foss@grueninger.de>
|
||||
|
||||
- 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 <aguerrero@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user