Update to 3.2.1
This commit is contained in:
parent
0a874803f4
commit
b9aa9d8f40
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@
|
|||||||
/eigen-3.1.2.tar.bz2
|
/eigen-3.1.2.tar.bz2
|
||||||
/eigen-3.1.3.tar.bz2
|
/eigen-3.1.3.tar.bz2
|
||||||
/eigen-3.2.tar.bz2
|
/eigen-3.2.tar.bz2
|
||||||
|
/eigen-3.2.1.tar.bz2
|
||||||
|
@ -5,8 +5,8 @@
|
|||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
|
|
||||||
Name: eigen3
|
Name: eigen3
|
||||||
Version: 3.2
|
Version: 3.2.1
|
||||||
Release: 3%{?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
|
||||||
@ -129,6 +129,9 @@ make -C %{_target_platform} %{?_smp_mflags} test ARGS="-V -E '$excluded_tests'"
|
|||||||
%{_datadir}/pkgconfig/*
|
%{_datadir}/pkgconfig/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 26 2014 Sandro Mani <manisandro@gmail.com> - 3.2.1-1
|
||||||
|
- Udpate to release 3.2.1
|
||||||
|
|
||||||
* Sun Aug 11 2013 Sandro Mani <manisandro@gmail.com> - 3.2-3
|
* Sun Aug 11 2013 Sandro Mani <manisandro@gmail.com> - 3.2-3
|
||||||
- Build and run tests
|
- Build and run tests
|
||||||
- Drop -DBLAS_LIBRARIES_DIR, not used
|
- Drop -DBLAS_LIBRARIES_DIR, not used
|
||||||
|
Loading…
Reference in New Issue
Block a user