Hello community, here is the log from the commit of package suitesparse for openSUSE:Factory checked in at 2014-10-29 21:08:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suitesparse (Old) and /work/SRC/openSUSE:Factory/.suitesparse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suitesparse" Changes: -------- --- /work/SRC/openSUSE:Factory/suitesparse/suitesparse.changes 2014-06-25 15:24:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.suitesparse.new/suitesparse.changes 2014-10-29 21:08:57.000000000 +0100 @@ -1,0 +2,9 @@ +Wed Oct 22 14:19:33 UTC 2014 - [email protected] + +- Update to version 4.4.0 + + (added GPU acceleration to CHOLMOD and SPQR. Up to 10x faster + than a multicore CPU.) Not yet working in the package + + changed to a consistent method for all of SuiteSparse, for + malloc/calloc/realloc, and printf, using SuiteSparse_config. + +------------------------------------------------------------------- Old: ---- SuiteSparse-4.2.1.tar.gz New: ---- SuiteSparse-4.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suitesparse.spec ++++++ --- /var/tmp/diff_new_pack.ra5wjv/_old 2014-10-29 21:08:58.000000000 +0100 +++ /var/tmp/diff_new_pack.ra5wjv/_new 2014-10-29 21:08:58.000000000 +0100 @@ -20,7 +20,7 @@ Summary: A collection of sparse matrix libraries License: GPL-2.0+ and LGPL-2.1+ Group: Development/Libraries -Version: 4.2.1 +Version: 4.4.0 Release: 0 Url: http://www.cise.ufl.edu/research/sparse/SuiteSparse Source: SuiteSparse-%{version}.tar.gz @@ -32,36 +32,36 @@ BuildRequires: gcc-c++ BuildRequires: gcc-fortran BuildRequires: lapack-devel -%define amdver 2.3.1 -%define amdso 2_3_1 -%define btfver 1.2.0 -%define btfso 1_2_0 -%define camdver 2.3.1 -%define camdso 2_3_1 -%define ccolamdver 2.8.0 -%define ccolamdso 2_8_0 -%define colamdver 2.8.0 -%define colamdso 2_8_0 -%define cholmodver 2.1.2 -%define cholmodso 2_1_2 -%define csparsever 3.1.2 -%define csparseso 3_1_2 -%define cxsparsever 3.1.2 -%define cxsparseso 3_1_2 -%define kluver 1.2.1 -%define kluso 1_2_1 -%define ldlver 2.1.0 -%define ldlso 2_1_0 -%define rbiover 2.1.1 -%define rbioso 2_1_1 -%define spqrver 1.3.1 -%define spqrso 1_3_1 -%define umfpackver 5.6.2 -%define umfpackso 5_6_2 +%define amdver 2.4.1 +%define amdso 2_4_1 +%define btfver 1.2.1 +%define btfso 1_2_1 +%define camdver 2.4.1 +%define camdso 2_4_1 +%define ccolamdver 2.9.1 +%define ccolamdso 2_9_1 +%define colamdver 2.9.1 +%define colamdso 2_9_1 +%define cholmodver 3.0.2 +%define cholmodso 3_0_2 +%define csparsever 3.1.4 +%define csparseso 3_1_4 +%define cxsparsever 3.1.4 +%define cxsparseso 3_1_4 +%define kluver 1.3.1 +%define kluso 1_3_1 +%define ldlver 2.2.1 +%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 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.2.1 -%define configso 4_2_1 +%define configver 4.4.0 +%define configso 4_4_0 %define amdlib libamd-%{amdso} %define btflib libbtf-%{btfso} %define camdlib libcamd-%{camdso} ++++++ SuiteSparse-4.2.1.tar.gz -> SuiteSparse-4.4.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/suitesparse/SuiteSparse-4.2.1.tar.gz /work/SRC/openSUSE:Factory/.suitesparse.new/SuiteSparse-4.4.0.tar.gz differ: char 5, line 1 ++++++ bnc775418-enable-SuiteSparse_time-symbol.patch ++++++ --- /var/tmp/diff_new_pack.ra5wjv/_old 2014-10-29 21:08:58.000000000 +0100 +++ /var/tmp/diff_new_pack.ra5wjv/_new 2014-10-29 21:08:58.000000000 +0100 @@ -1,7 +1,7 @@ diff -urN SuiteSparse.orig/SuiteSparse_config/SuiteSparse_config.h SuiteSparse/SuiteSparse_config/SuiteSparse_config.h ---- SuiteSparse.orig/SuiteSparse_config/SuiteSparse_config.h 2012-08-15 10:44:18.240183158 +0800 -+++ SuiteSparse/SuiteSparse_config/SuiteSparse_config.h 2012-08-15 10:48:37.033947737 +0800 -@@ -121,13 +121,13 @@ +--- SuiteSparse.orig/SuiteSparse_config/SuiteSparse_config.h 2014-10-10 00:19:51.000000000 +0200 ++++ SuiteSparse/SuiteSparse_config/SuiteSparse_config.h 2014-10-22 09:40:49.041061515 +0200 +@@ -153,13 +153,13 @@ ) ; /* determine which timer to use, if any */ @@ -15,5 +15,5 @@ -#endif +/*#endif*/ - /* ========================================================================== */ - /* === SuiteSparse version ================================================== */ + /* SuiteSparse printf macro */ + #define SUITESPARSE_PRINTF(params) \ -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
