diff --git a/.gitignore b/.gitignore index d56afa6..adbbcd6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ clog /armadillo-4.650.2.tar.gz +/armadillo-5.200.2.tar.gz diff --git a/armadillo.spec b/armadillo.spec index 041658d..a8132bd 100644 --- a/armadillo.spec +++ b/armadillo.spec @@ -1,6 +1,6 @@ Name: armadillo -Version: 4.650.2 -Release: 3%{?dist} +Version: 5.200.2 +Release: 1%{?dist} Summary: Fast C++ matrix library with interfaces to LAPACK and ATLAS Group: Development/Libraries @@ -9,6 +9,7 @@ URL: http://arma.sourceforge.net/ Source: http://sourceforge.net/projects/arma/files/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cmake, blas-devel, lapack-devel, atlas-devel, arpack-devel, hdf5-devel +BuildRequires: SuperLU-devel %description Armadillo is a C++ linear algebra library (matrix maths) @@ -90,6 +91,10 @@ rm -rf $RPM_BUILD_ROOT %doc mex_interface %changelog +* Thu Jul 2 2015 José Matos - 5.200.2-1 +- update to 5.200.2 +- add BR SuperLU-devel, required on version 5+ + * Wed Jun 17 2015 Fedora Release Engineering - 4.650.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 19fa10c..1c560e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c8e5c94e5d3753fa5cdb2080598ccdfb armadillo-4.650.2.tar.gz +ef57ba4c473a3b67c672441a7face09e armadillo-5.200.2.tar.gz