Hello community, here is the log from the commit of package adolc for openSUSE:Factory checked in at 2016-01-13 22:42:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/adolc (Old) and /work/SRC/openSUSE:Factory/.adolc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "adolc" Changes: -------- --- /work/SRC/openSUSE:Factory/adolc/adolc.changes 2015-04-25 16:46:52.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.adolc.new/adolc.changes 2016-01-13 22:42:37.000000000 +0100 @@ -1,0 +2,19 @@ +Mon Jan 11 16:13:30 UTC 2016 - [email protected] + +- update to version 2.6.0 + * Drivers for Lie-Derivatives (by Mirko Franke). + * New extended interface for external functions, which may be used to + interface to source transformation tools. Previous interface remains + intact too. + * Driver to compute the abs-normal form of piecewise smooth functions. + * Mechanism to compute sparsity pattern of abs-normal form. + * Interface to define passive parameters that can be changed before each + trace interpretation. Major use case is Lagrange Multipliers. + * Interface to AdjoinableMPI improved and debugged. + * ADOL-C now uses boost (>= 1.54) for increased execution speed if + detected during build. + * ADOL-C and all applications must be compiled using a C++11 compiler. + * Many, many odd and sundry bugfixes. + - added BuildRequires: boost-devel + +------------------------------------------------------------------- Old: ---- ADOL-C-2.5.2.tgz New: ---- ADOL-C-2.6.0.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ adolc.spec ++++++ --- /var/tmp/diff_new_pack.eCuhTt/_old 2016-01-13 22:42:38.000000000 +0100 +++ /var/tmp/diff_new_pack.eCuhTt/_new 2016-01-13 22:42:38.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package adolc # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define lname libadolc2 Name: adolc -Version: 2.5.2 +Version: 2.6.0 Release: 0 Summary: Algorithmic Differentiation Library for C/C++ License: GPL-2.0+ or EPL-1.0 @@ -27,6 +27,7 @@ Source0: http://www.coin-or.org/download/source/ADOL-C/ADOL-C-%{version}.tgz Source1: baselibs.conf BuildRequires: ColPack-devel +BuildRequires: boost-devel BuildRequires: gcc-c++ BuildRequires: libstdc++-devel BuildRequires: pkg-config @@ -129,10 +130,14 @@ %defattr(-,root,root) %dir %{_includedir}/adolc %dir %{_includedir}/adolc/drivers +%dir %{_includedir}/adolc/internal +%dir %{_includedir}/adolc/lie %dir %{_includedir}/adolc/sparse %dir %{_includedir}/adolc/tapedoc %{_includedir}/adolc/*.h %{_includedir}/adolc/drivers/*.h +%{_includedir}/adolc/internal/*.h +%{_includedir}/adolc/lie/drivers.h %{_includedir}/adolc/sparse/*.h %{_includedir}/adolc/tapedoc/*.h %{_libdir}/libadolc.so ++++++ ADOL-C-2.5.2.tgz -> ADOL-C-2.6.0.tgz ++++++ ++++ 50161 lines of diff (skipped)
