Accepting request 293984 from devel:libraries:c_c++

1

OBS-URL: https://build.opensuse.org/request/show/293984
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2015-04-07 07:28:21 +00:00 committed by Git OBS Bridge
parent e4d8ad1d6b
commit 613c17be27
4 changed files with 18 additions and 8 deletions

View File

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

3
SuiteSparse-4.4.4.tar.gz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Apr 1 11:57:58 UTC 2015 - foss@grueninger.de
- Update to version 4.4.4
+ CHOLMOD version number corrected. In 4.4.3, the CHOLMOD_SUBSUB_VERSION
string was left at '4' (it should have been '5', for CHOLMOD 3.0.5).
This version of SuiteSparse corrects this glitch.
+ Minor changes to comments in SuiteSparse_config.
+ SPQR version 2.0.1 released (minor update to documentation)
-------------------------------------------------------------------
Tue Jan 27 11:18:35 UTC 2015 - dmitry_r@opensuse.org

View File

@ -20,7 +20,7 @@ Name: suitesparse
Summary: A collection of sparse matrix libraries
License: GPL-2.0+ and LGPL-2.1+
Group: Development/Libraries
Version: 4.4.3
Version: 4.4.4
Release: 0
Url: http://www.cise.ufl.edu/research/sparse/SuiteSparse
Source: SuiteSparse-%{version}.tar.gz
@ -55,14 +55,14 @@ BuildRequires: lapack-devel
%define ldlso 2_2_1
%define rbiover 2.2.1
%define rbioso 2_2_1
%define spqrver 2.0.0
%define spqrso 2_0_0
%define spqrver 2.0.1
%define spqrso 2_0_1
%define umfpackver 5.7.1
%define umfpackso 5_7_1
# 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 4.4.3
%define configso 4_4_3
%define configver 4.4.4
%define configso 4_4_4
%define amdlib libamd-%{amdso}
%define btflib libbtf-%{btfso}
%define camdlib libcamd-%{camdso}