Hello community, here is the log from the commit of package eigen3 for openSUSE:Factory checked in at 2015-09-11 09:01:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eigen3 (Old) and /work/SRC/openSUSE:Factory/.eigen3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eigen3" Changes: -------- --- /work/SRC/openSUSE:Factory/eigen3/eigen3.changes 2015-04-27 12:57:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.eigen3.new/eigen3.changes 2015-09-11 09:01:19.000000000 +0200 @@ -1,0 +2,63 @@ +Sat Sep 5 08:10:52 UTC 2015 - [email protected] + +- Update to 3.2.5 + * Changes with main impact: + + Improve robustness of SimplicialLDLT to semidefinite problems + by correctly handling structural zeros in AMD reordering + + Re-enable supernodes in SparseLU (fix a performance + regression in SparseLU) + + Use zero guess in ConjugateGradients::solve + + Add PermutationMatrix::determinant method + + Fix SparseLU::signDeterminant() method, and add a + SparseLU::determinant() method + + Allows Lower|Upper as a template argument of CG and MINRES: + in this case the full matrix will be considered + + Bug 872: remove usage of std::bind* functions (deprecated in + c++11) + * Numerical robustness improvements: + + Bug 1014: improve numerical robustness of the 3x3 direct + eigenvalue solver + + Bug 1013: fix 2x2 direct eigenvalue solver for identical + eigenvalues + + Bug 824: improve accuracy of Quaternion::angularDistance + + Bug 941: fix an accuracy issue in ColPivHouseholderQR by + continuing the decomposition on a small pivot + + Bug 933: improve numerical robustness in RealSchur + + Fix default threshold value in SPQR + * Other changes: + + Fix usage of EIGEN_NO_AUTOMATIC_RESIZING + + Improved support for custom scalar types in SparseLU + + Improve cygwin compatibility + + Bug 650: fix an issue with sparse-dense product and + rowmajor matrices + + Bug 704: fix MKL support (HouseholderQR) + + Bug 705: fix handling of Lapack potrf return code (LLT) + + Bug 714: fix matrix product with OpenMP support + + Bug 949: add static assertions for incompatible scalar + types in many of the dense decompositions + + Bugs 957, 1000: workaround MSVC/ICC compilation issues when + using sparse blocks + + Bug 969: fix ambiguous calls to Ref + + Bugs 972, 986: add support for coefficient-based product + with 0 depth + + Bug 980: fix taking a row (resp. column) of a column-major + (resp. row-major) sparse matrix + + Bug 983: fix an alignement issue in Quaternion + + Bug 985: fix RealQZ when either matrix had zero rows or + columns + + Bug 987: fix alignement guess in diagonal product + + Bug 993: fix a pitfall with matrix.inverse() + + Bugs 996, 1016: fix scalar conversions + + Bug 1003: fix handling of pointers non aligned on scalar + boundary in slice-vectorization + + Bug 1010: fix member initialization in IncompleteLUT + + Bug 1012: enable alloca on Mac OS or if alloca is defined + as macro + + Doc and build system: 733, 914, 952, 961, 999 +- Use cmake macros +- Use url for source +- Cleanup spec file with spec-cleaner +- Remove conditional buildrequires for releases which did not + build anyway + +------------------------------------------------------------------- Old: ---- eigen-3.2.4.tar.bz2 New: ---- 3.2.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eigen3.spec ++++++ --- /var/tmp/diff_new_pack.A0gmyI/_old 2015-09-11 09:01:20.000000000 +0200 +++ /var/tmp/diff_new_pack.A0gmyI/_new 2015-09-11 09:01:20.000000000 +0200 @@ -17,14 +17,13 @@ Name: eigen3 -Version: 3.2.4 +Version: 3.2.5 Release: 0 Summary: C++ Template Library for Linear Algebra License: MPL-2.0 and LGPL-2.1+ and BSD-3-Clause Group: Development/Libraries/C and C++ Url: http://eigen.tuxfamily.org/ -# http://bitbucket.org/eigen/eigen/get/3.2.4.tar.bz2 -Source0: eigen-%{version}.tar.bz2 +Source0: http://bitbucket.org/eigen/eigen/get/%{version}.tar.bz2 Patch0: 0001-Disable-Altivec-for-ppc64le.patch Patch1: 0001-Do-stack-allignment-on-ppc.patch BuildRequires: adolc-devel @@ -32,39 +31,29 @@ BuildRequires: doxygen BuildRequires: fdupes BuildRequires: fftw3-devel +BuildRequires: freeglut-devel BuildRequires: gcc-c++ BuildRequires: gcc-fortran +BuildRequires: glew-devel BuildRequires: gmp-devel -%if 0%{?suse_version} > 1210 BuildRequires: gnu-free-fonts -%else -BuildRequires: freefont -%endif -BuildRequires: freeglut-devel -BuildRequires: glew-devel BuildRequires: graphviz BuildRequires: graphviz-gd BuildRequires: gsl-devel BuildRequires: libqt4-devel -%if 0%{?suse_version} > 1310 -BuildRequires: metis-devel -%endif BuildRequires: mpfr-devel BuildRequires: pkg-config -BuildRequires: pkgconfig(gl) -%if 0%{?suse_version} > 1220 BuildRequires: sparsehash-devel -%endif -%if 0%{?suse_version} > 1210 BuildRequires: suitesparse-devel -%endif BuildRequires: superlu -%if 0%{?suse_version} > 1220 BuildRequires: texlive-amsfonts -%endif BuildRequires: texlive-latex -BuildArch: noarch +BuildRequires: pkgconfig(gl) BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildArch: noarch +%if 0%{?suse_version} > 1310 +BuildRequires: metis-devel +%endif %description Eigen is a C++ template library for linear algebra: matrices, vectors, @@ -82,7 +71,7 @@ numerical solvers, and related algorithms. %prep -%setup -q -n eigen-eigen-10219c95fe65 +%setup -q -n eigen-eigen-bdd17ee3b1b3 %patch0 -p1 %patch1 -p1 @@ -93,18 +82,12 @@ echo "HTML_TIMESTAMP = NO" >> doc/Doxyfile.in %build -mkdir build -cd build -cmake \ - -DCMAKE_INSTALL_PREFIX=%{_prefix} .. -make %{?_smp_mflags} VERBOSE=1 -%if 0%{?suse_version} > 1140 -make doc %{?_smp_mflags} VERBOSE=1 -%endif -cd .. +%cmake \ + -DCMAKE_BUILD_TYPE=Release +make %{?_smp_mflags} all doc %install -%make_install -C build +%cmake_install # Manually install documentation in order to fix rpmlint error "files-duplicated-waste" and warning "files-duplicate" with fdupes macro mkdir -p %{buildroot}%{_docdir}/%{name}-devel ++++++ 0001-Disable-Altivec-for-ppc64le.patch ++++++ --- /var/tmp/diff_new_pack.A0gmyI/_old 2015-09-11 09:01:20.000000000 +0200 +++ /var/tmp/diff_new_pack.A0gmyI/_new 2015-09-11 09:01:20.000000000 +0200 @@ -7,10 +7,10 @@ Eigen/Core | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/Eigen/Core b/Eigen/Core -index 9131cc3..329a10d 100644 ---- a/Eigen/Core -+++ b/Eigen/Core +Index: eigen-eigen-bdd17ee3b1b3/Eigen/Core +=================================================================== +--- eigen-eigen-bdd17ee3b1b3.orig/Eigen/Core ++++ eigen-eigen-bdd17ee3b1b3/Eigen/Core @@ -114,7 +114,7 @@ #endif #endif @@ -20,6 +20,3 @@ #define EIGEN_VECTORIZE #define EIGEN_VECTORIZE_ALTIVEC #include <altivec.h> --- -1.8.5.2 - ++++++ 0001-Do-stack-allignment-on-ppc.patch ++++++ --- /var/tmp/diff_new_pack.A0gmyI/_old 2015-09-11 09:01:20.000000000 +0200 +++ /var/tmp/diff_new_pack.A0gmyI/_new 2015-09-11 09:01:20.000000000 +0200 @@ -7,10 +7,10 @@ Eigen/src/Core/util/Macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/Eigen/src/Core/util/Macros.h b/Eigen/src/Core/util/Macros.h -index 0088621..f0b5de1 100644 ---- a/Eigen/src/Core/util/Macros.h -+++ b/Eigen/src/Core/util/Macros.h +Index: eigen-eigen-bdd17ee3b1b3/Eigen/src/Core/util/Macros.h +=================================================================== +--- eigen-eigen-bdd17ee3b1b3.orig/Eigen/src/Core/util/Macros.h ++++ eigen-eigen-bdd17ee3b1b3/Eigen/src/Core/util/Macros.h @@ -50,7 +50,7 @@ // Only static alignment is really problematic (relies on nonstandard compiler extensions that don't // work everywhere, for example don't work on GCC/ARM), try to keep heap alignment even @@ -20,6 +20,3 @@ #define EIGEN_GCC_AND_ARCH_DOESNT_WANT_STACK_ALIGNMENT 1 #else #define EIGEN_GCC_AND_ARCH_DOESNT_WANT_STACK_ALIGNMENT 0 --- -1.7.12.4 - ++++++ eigen-3.2.4.tar.bz2 -> 3.2.5.tar.bz2 ++++++ ++++ 3609 lines of diff (skipped)
