Update to 3.3.1 (rhbz#1408538)

This commit is contained in:
Rich Mattes 2016-12-28 11:45:57 -05:00
parent 8188fb8c0f
commit 915994e7c0
2 changed files with 18 additions and 3 deletions

View File

@ -0,0 +1,12 @@
diff -up ./CMakeLists.txt.fixcmake ./CMakeLists.txt
--- ./CMakeLists.txt.fixcmake 2016-12-28 11:39:51.690853423 -0500
+++ ./CMakeLists.txt 2016-12-28 11:41:06.409811065 -0500
@@ -511,7 +511,7 @@ set ( EIGEN_VERSION_MAJOR ${EIGEN_WORLD
set ( EIGEN_VERSION_MINOR ${EIGEN_MAJOR_VERSION} )
set ( EIGEN_VERSION_PATCH ${EIGEN_MINOR_VERSION} )
set ( EIGEN_DEFINITIONS "")
-set ( EIGEN_INCLUDE_DIR "${CMAKE_INSTALL_PREFIX}/${INCLUDE_INSTALL_DIR}" )
+set ( EIGEN_INCLUDE_DIR ${INCLUDE_INSTALL_DIR} )
set ( EIGEN_ROOT_DIR ${CMAKE_INSTALL_PREFIX} )
# Interface libraries require at least CMake 3.0

View File

@ -4,10 +4,10 @@
# debuginfo package for the empty main package.
%global debug_package %{nil}
%global commit 26667be4f70b
%global commit f562a193118d
Name: eigen3
Version: 3.3.0
Version: 3.3.1
Release: 1%{?dist}
Summary: A lightweight C++ template library for vector and matrix math
@ -23,7 +23,7 @@ Patch0: 01_install_FindEigen3.patch
# Fix pkg-config file
Patch1: eigen_pkgconfig.patch
# Fix the include paths in the new Eigen3Config.cmake file
Patch2: eigen3-3.3.0-fixcmake.patch
Patch2: eigen3-3.3.1-fixcmake.patch
BuildRequires: atlas-devel
BuildRequires: fftw-devel
@ -111,6 +111,9 @@ rm -f %{_target_platform}/doc/html/unsupported/installdox
%doc %{_target_platform}/doc/html
%changelog
* Wed Dec 28 2016 Rich Mattes <richmattes@gmail.com> - 3.3.1-1
- Update to 3.3.1 (rhbz#1408538)
* Wed Nov 23 2016 Rich Mattes <richmattes@gmail.com> - 3.3.0-1
- Update to 3.3.0
- Stop renaming tarball - just use upstream tarball