update to 7.100.3

This commit is contained in:
José Matos 2016-05-30 17:27:11 +01:00
parent 90a3a5e249
commit 8229dbe12b
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
clog
/armadillo-6.700.4.tar.gz
/armadillo-6.700.6.tar.gz
/armadillo-7.100.3.tar.xz

View File

@ -1,12 +1,12 @@
Name: armadillo
Version: 6.700.6
Version: 7.100.3
Release: 1%{?dist}
Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS
Group: Development/Libraries
License: MPLv2.0
URL: http://arma.sourceforge.net/
Source: http://sourceforge.net/projects/arma/files/%{name}-%{version}.tar.gz
Source: http://sourceforge.net/projects/arma/files/%{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: cmake, blas-devel, lapack-devel, atlas-devel, arpack-devel, hdf5-devel
%if 0%{?fedora} > 23
@ -36,6 +36,12 @@ Summary: Development headers and documentation for the Armadillo C++ libr
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
Requires: blas-devel, lapack-devel, atlas-devel, arpack-devel, hdf5-devel, libstdc++-devel
%if 0%{?fedora} > 23
Requires: SuperLU43-devel
%else
Requires: SuperLU-devel
%endif
%if 0%{?fedora} > 23
BuildRequires: SuperLU43-devel
%else
@ -105,6 +111,9 @@ rm -rf $RPM_BUILD_ROOT
%doc mex_interface
%changelog
* Mon May 30 2016 José Matos <jamatos@fedoraproject.org> - 7.100.3-1
- update to 7.100.3
* Sat May 7 2016 José Matos <jamatos@fedoraproject.org> - 6.700.6-1
- update to 6.700.6

View File

@ -1 +1 @@
b7c3ffd435a7d6740ed2a6289ca84c1d armadillo-6.700.6.tar.gz
d047c1c24f4031e0e9374a7104e33ec0 armadillo-7.100.3.tar.xz