Update to 3.3.6
This commit is contained in:
parent
a7aeab5606
commit
90bc55365b
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,3 +22,4 @@
|
||||
/3.3.3.tar.bz2
|
||||
/3.3.4.tar.bz2
|
||||
/3.3.5.tar.bz2
|
||||
/3.3.6.tar.bz2
|
||||
|
14
eigen3.spec
14
eigen3.spec
@ -4,11 +4,11 @@
|
||||
# debuginfo package for the empty main package.
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global commit b3f3d4950030
|
||||
%global commit b70bf4fad467
|
||||
|
||||
Name: eigen3
|
||||
Version: 3.3.5
|
||||
Release: 2%{?dist}
|
||||
Version: 3.3.6
|
||||
Release: 1%{?dist}
|
||||
Summary: A lightweight C++ template library for vector and matrix math
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -25,9 +25,6 @@ Patch1: eigen_pkgconfig.patch
|
||||
# Fix the include paths in the new Eigen3Config.cmake file
|
||||
Patch2: eigen3-3.3.1-fixcmake.patch
|
||||
|
||||
## upstream patches from 3.3 branch
|
||||
Patch104: 0004-fix-warnings-for-doc-eigen-prerequisites.patch
|
||||
|
||||
BuildRequires: atlas-devel
|
||||
BuildRequires: fftw-devel
|
||||
BuildRequires: glew-devel
|
||||
@ -76,8 +73,6 @@ Developer documentation for Eigen.
|
||||
%patch1 -p1
|
||||
%patch2 -p0 -b .fixcmake
|
||||
|
||||
%patch104 -p1 -b .0004
|
||||
|
||||
%build
|
||||
mkdir %{_target_platform}
|
||||
pushd %{_target_platform}
|
||||
@ -120,6 +115,9 @@ rm -f %{_target_platform}/doc/html/unsupported/installdox
|
||||
#doc %{_target_platform}/doc/html
|
||||
|
||||
%changelog
|
||||
* Mon Dec 10 2018 Sandro Mani <manisandro@gmail.com> - 3.3.6-1
|
||||
- Update to 3.3.6
|
||||
|
||||
* Thu Sep 06 2018 Rex Dieter <rdieter@fedoraproject.org> - 3.3.5-2
|
||||
- backport upstream fix for step FTBFS (#1619860)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (3.3.5.tar.bz2) = 740ed41862c1e422a751b205513754e9c7bd04cc8ad4e3b08e2ccd1c1d30dea43a90896bc8eecd0cb4253b4adf803a814ddd48d6166fb5a53f507cf3e6940a38
|
||||
SHA512 (3.3.6.tar.bz2) = 5fbd2ae1b9f0b4ee5ae691f011c80adffee9b6e360ac6fc41f54e630a613270d63ea51db121d3cc537f0b136b1cd985b04cb5063e8a4fbb8bf9bbe7d358f1f6b
|
||||
|
Loading…
Reference in New Issue
Block a user