update to 7.800.1
clean spec file
This commit is contained in:
parent
bc320df4aa
commit
cba2ff5408
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@ clog
|
||||
armadillo-7.500.0.tar.xz
|
||||
/armadillo-7.600.1.tar.xz
|
||||
/armadillo-7.600.2.tar.xz
|
||||
/armadillo-7.800.1.tar.xz
|
||||
|
@ -1,13 +1,12 @@
|
||||
Name: armadillo
|
||||
Version: 7.600.2
|
||||
Release: 2%{?dist}
|
||||
Version: 7.800.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Fast C++ matrix library with syntax similar to MATLAB and Octave
|
||||
|
||||
Group: Development/Libraries
|
||||
License: MPLv2.0
|
||||
URL: http://arma.sourceforge.net/
|
||||
Source: http://sourceforge.net/projects/arma/files/%{name}-%{version}.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildRequires: cmake, lapack-devel, arpack-devel, hdf5-devel
|
||||
%ifarch x86_64 %{ix86} armv7hl ppc64le aarch64
|
||||
BuildRequires: openblas-devel
|
||||
@ -74,10 +73,6 @@ rm -f examples/example1_win64.README.txt
|
||||
rm -rf examples/lib_win64
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -99,6 +94,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc mex_interface
|
||||
|
||||
%changelog
|
||||
* Fri Mar 3 2017 José Matos <jamatos@fedoraproject.org> - 7.800.1-1
|
||||
- update to 7.800.1
|
||||
- clean spec file
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 7.600.2-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (armadillo-7.600.2.tar.xz) = 9ee18882b8e9ab6275c8ff2b9930ad62fd4612cd49469c344a85264114c0c0d1fec5d53b15d784a2e33d7a5df6ef4cbf0854cbefbec67f3f8269f47438b65452
|
||||
SHA512 (armadillo-7.800.1.tar.xz) = e80aee6d9994f1907584be85c1621e9ce8c0f4d799a397b930198c24351b8c92bb317eb30cacc25d049f94f999c537799e75ccc0a5ae17bd1c7e9d2c2842744b
|
||||
|
Loading…
Reference in New Issue
Block a user