Accepting request 333120 from devel:libraries:c_c++

1

OBS-URL: https://build.opensuse.org/request/show/333120
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/suitesparse?expand=0&rev=18
This commit is contained in:
2015-10-01 10:21:52 +00:00
committed by Git OBS Bridge
parent 613c17be27
commit a46d569de7
4 changed files with 22 additions and 10 deletions

View File

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

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

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Sep 23 08:26:49 UTC 2015 - foss@grueninger.de
- Update to version 4.4.5
+ CHOLMOD 3.0.6:
* minor fix to CHOLMOD (-DNGPL did not work as expected)
* added MATLAB interface for row add/delete (lurowmod)
+ KLU 1.3.3: Fix for klu_dump.c (debugging case only)
+ UFcollection: added additional stats for matrix collection
+ AMD: changed the license. Was LGPL only, now either LGPL or BSD,
at the user's option. See AMD/Doc/License.txt for details.
-------------------------------------------------------------------
Wed Apr 1 11:57:58 UTC 2015 - foss@grueninger.de

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.4
Version: 4.4.5
Release: 0
Url: http://www.cise.ufl.edu/research/sparse/SuiteSparse
Source: SuiteSparse-%{version}.tar.gz
@@ -43,14 +43,14 @@ BuildRequires: lapack-devel
%define ccolamdso 2_9_1
%define colamdver 2.9.1
%define colamdso 2_9_1
%define cholmodver 3.0.5
%define cholmodso 3_0_5
%define cholmodver 3.0.6
%define cholmodso 3_0_6
%define csparsever 3.1.4
%define csparseso 3_1_4
%define cxsparsever 3.1.4
%define cxsparseso 3_1_4
%define kluver 1.3.2
%define kluso 1_3_2
%define kluver 1.3.3
%define kluso 1_3_3
%define ldlver 2.2.1
%define ldlso 2_2_1
%define rbiover 2.2.1
@@ -61,8 +61,8 @@ BuildRequires: lapack-devel
%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.4
%define configso 4_4_4
%define configver 4.4.5
%define configso 4_4_5
%define amdlib libamd-%{amdso}
%define btflib libbtf-%{btfso}
%define camdlib libcamd-%{camdso}