Update to 3.3.5
This commit is contained in:
parent
01780e3705
commit
fef290278a
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,3 +21,4 @@
|
||||
/3.3.2.tar.bz2
|
||||
/3.3.3.tar.bz2
|
||||
/3.3.4.tar.bz2
|
||||
/3.3.5.tar.bz2
|
||||
|
15
eigen3.spec
15
eigen3.spec
@ -4,11 +4,11 @@
|
||||
# debuginfo package for the empty main package.
|
||||
%global debug_package %{nil}
|
||||
|
||||
%global commit 5a0156e40feb
|
||||
%global commit b3f3d4950030
|
||||
|
||||
Name: eigen3
|
||||
Version: 3.3.4
|
||||
Release: 7%{?dist}
|
||||
Version: 3.3.5
|
||||
Release: 1%{?dist}
|
||||
Summary: A lightweight C++ template library for vector and matrix math
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -25,10 +25,6 @@ Patch1: eigen_pkgconfig.patch
|
||||
# Fix the include paths in the new Eigen3Config.cmake file
|
||||
Patch2: eigen3-3.3.1-fixcmake.patch
|
||||
|
||||
# Bug 1436: fix compilation of Jacobi rotations with ARM NEON,
|
||||
# some specializations of internal::conj_helper were missing.
|
||||
Patch3: https://bitbucket.org/eigen/eigen/commits/d781c1de98342c5ca29c2fe719d8d3c96a35dcd4/raw#/eigen3-3.3.4-fix_compilation_of_Jacobi_rotations.patch
|
||||
|
||||
BuildRequires: atlas-devel
|
||||
BuildRequires: fftw-devel
|
||||
BuildRequires: glew-devel
|
||||
@ -76,7 +72,7 @@ Developer documentation for Eigen.
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p0 -b .fixcmake
|
||||
%patch3 -p1 -b .bug1436
|
||||
|
||||
%build
|
||||
mkdir %{_target_platform}
|
||||
pushd %{_target_platform}
|
||||
@ -118,6 +114,9 @@ rm -f %{_target_platform}/doc/html/unsupported/installdox
|
||||
%doc %{_target_platform}/doc/html
|
||||
|
||||
%changelog
|
||||
* Thu Jul 26 2018 Sandro Mani <manisandro@gmail.com> - 3.3.5-1
|
||||
- Update to 3.3.5
|
||||
|
||||
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.3.4-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (3.3.4.tar.bz2) = d67a3fd8f7ce811af65fc1d43ec347dadf9c643a49135f7e455fc303773bad09e80a125282c7dfca7a1993b79e1f66576ac92418119fbb0fa50c1a581b957c0d
|
||||
SHA512 (3.3.5.tar.bz2) = 740ed41862c1e422a751b205513754e9c7bd04cc8ad4e3b08e2ccd1c1d30dea43a90896bc8eecd0cb4253b4adf803a814ddd48d6166fb5a53f507cf3e6940a38
|
||||
|
Loading…
Reference in New Issue
Block a user