Update to version 3.2.4

This commit is contained in:
José Matos 2012-07-25 18:01:40 +01:00
parent 0e74fddeba
commit e56099bf13
3 changed files with 11 additions and 8 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ armadillo-0.9.52.tar.gz
/armadillo-1.0.0.tar.gz /armadillo-1.0.0.tar.gz
/armadillo-1.2.0.tar.gz /armadillo-1.2.0.tar.gz
/armadillo-2.2.3.tar.gz /armadillo-2.2.3.tar.gz
/armadillo-3.2.4.tar.gz

View File

@ -1,6 +1,6 @@
Name: armadillo Name: armadillo
Version: 2.2.3 Version: 3.2.4
Release: 3%{?dist} Release: 1%{?dist}
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
Group: Development/Libraries Group: Development/Libraries
@ -18,7 +18,7 @@ as well as a subset of trigonometric and statistics functions.
Various matrix decompositions are provided through optional Various matrix decompositions are provided through optional
integration with LAPACK and ATLAS libraries. integration with LAPACK and ATLAS libraries.
A delayed evaluation approach is employed (during compile time) A delayed evaluation approach is employed (during compile time)
to combine several operations into one and reduce (or eliminate) to combine several operations into one and reduce (or eliminate)
the need for temporaries. This is accomplished through recursive the need for temporaries. This is accomplished through recursive
templates and template meta-programming. templates and template meta-programming.
This library is useful if C++ has been decided as the language This library is useful if C++ has been decided as the language
@ -35,8 +35,8 @@ Requires: boost-devel, blas-devel, lapack-devel, atlas-devel, libstdc++-de
# The header files of Armadillo include some Boost and ATLAS header files, # The header files of Armadillo include some Boost and ATLAS header files,
# delivered within the boost-devel and atlas-devel sub-packages, respectively. # delivered within the boost-devel and atlas-devel sub-packages, respectively.
# However, since there is no explicit dependency on Boost or ATLAS libraries # However, since there is no explicit dependency on Boost or ATLAS libraries
# (most of Boost is delivered as header files only), the RPM building process # (most of Boost is delivered as header files only), the RPM building process
# does not detect these dependencies. These dependencies must therefore be # does not detect these dependencies. These dependencies must therefore be
# added manually. # added manually.
%description devel %description devel
@ -93,7 +93,6 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*.so %{_libdir}/*.so
%{_includedir}/armadillo %{_includedir}/armadillo
%{_includedir}/armadillo_bits/ %{_includedir}/armadillo_bits/
%{_includedir}/armadillo_itpp
%doc %{_docdir}/%{name}-%{version}/README.txt %doc %{_docdir}/%{name}-%{version}/README.txt
%doc %{_docdir}/%{name}-%{version}/index.html %doc %{_docdir}/%{name}-%{version}/index.html
%doc %{_docdir}/%{name}-%{version}/examples/ %doc %{_docdir}/%{name}-%{version}/examples/
@ -101,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/Armadillo/ %{_datadir}/Armadillo/
%changelog %changelog
* Wed Jul 25 2012 José Matos <jamatos@fedoraproject.org> - 3.2.4-1
- Update to version 3.2.4
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.3-3 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
@ -229,7 +231,7 @@ rm -rf $RPM_BUILD_ROOT
- Modified to generate separate doc package - Modified to generate separate doc package
* Thu Jan 28 2009 Conrad Sanderson * Thu Jan 28 2009 Conrad Sanderson
- Added argument to cmake: -DCMAKE_INSTALL_PREFIX=/usr - Added argument to cmake: -DCMAKE_INSTALL_PREFIX=/usr
* Thu Jan 22 2009 Conrad Sanderson * Thu Jan 22 2009 Conrad Sanderson
- Initial spec file prepared - Initial spec file prepared

View File

@ -1 +1 @@
5966ec93a5840c36765430b61c8d50b2 armadillo-2.2.3.tar.gz 2f96ab364b63cded23dfa076038392bd armadillo-3.2.4.tar.gz