Update to 3.2.6
This commit is contained in:
parent
4826eba128
commit
882c9ccb5d
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/eigen-3.2.3.tar.bz2
|
/eigen-3.2.3.tar.bz2
|
||||||
/eigen-3.2.4.tar.bz2
|
/eigen-3.2.4.tar.bz2
|
||||||
/eigen-3.2.5.tar.bz2
|
/eigen-3.2.5.tar.bz2
|
||||||
|
/eigen-3.2.6.tar.bz2
|
||||||
|
@ -4,11 +4,11 @@
|
|||||||
# debuginfo package for the empty main package.
|
# debuginfo package for the empty main package.
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
%global commit bdd17ee3b1b3
|
%global commit c58038c56923
|
||||||
|
|
||||||
Name: eigen3
|
Name: eigen3
|
||||||
Version: 3.2.5
|
Version: 3.2.6
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A lightweight C++ template library for vector and matrix math
|
Summary: A lightweight C++ template library for vector and matrix math
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -102,6 +102,9 @@ make -C %{_target_platform} %{?_smp_mflags} test ARGS="-V" || exit 0
|
|||||||
%doc %{_target_platform}/doc/html
|
%doc %{_target_platform}/doc/html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 02 2015 Sandro Mani <manisandro@gmail.com> - 3.2.6-1
|
||||||
|
- Update to release 3.2.6
|
||||||
|
|
||||||
* Fri Aug 21 2015 Rich Mattes <richmattes@gmail.com> - 3.2.5-2
|
* Fri Aug 21 2015 Rich Mattes <richmattes@gmail.com> - 3.2.5-2
|
||||||
- Apply patch to install FindEigen3.cmake
|
- Apply patch to install FindEigen3.cmake
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user