Rebuilt for GCC-7

epel9
Björn Esser 8 years ago
parent 8007716e1d
commit 4ce3982432

@ -3,7 +3,7 @@
Name: arpack Name: arpack
Version: 3.4.0 Version: 3.4.0
Release: 1%{dist} Release: 2%{dist}
Summary: Fortran 77 subroutines for solving large scale eigenvalue problems Summary: Fortran 77 subroutines for solving large scale eigenvalue problems
License: BSD License: BSD
Group: Development/Libraries Group: Development/Libraries
@ -17,8 +17,8 @@ BuildRequires: libtool
Provides: arpack-ng = %{version}-%{release} Provides: arpack-ng = %{version}-%{release}
%description %description
ARPACK is a collection of Fortran 77 subroutines designed to solve large ARPACK is a collection of Fortran 77 subroutines designed to solve large
scale eigenvalue problems. scale eigenvalue problems.
The package is designed to compute a few eigenvalues and corresponding The package is designed to compute a few eigenvalues and corresponding
eigenvectors of a general n by n matrix A. It is most appropriate for eigenvectors of a general n by n matrix A. It is most appropriate for
@ -61,7 +61,7 @@ large scale eigenvalue problems. This package contains the static
library and so links used for building arpack based applications. library and so links used for building arpack based applications.
%prep %prep
%setup -q -n arpack-ng-%{version} %setup -q -n arpack-ng-%{version}
autoreconf -vif autoreconf -vif
%build %build
@ -107,6 +107,9 @@ rm -rf %{buildroot}
%{_libdir}/libarpack.a %{_libdir}/libarpack.a
%changelog %changelog
* Sat Jan 28 2017 Björn Esser <besser82@fedoraproject.org> - 3.4.0-2
- Rebuilt for GCC-7
* Thu Sep 29 2016 Orion Poplawski <orion@cora.nwra.com> - 3.4.0-1 * Thu Sep 29 2016 Orion Poplawski <orion@cora.nwra.com> - 3.4.0-1
- Update to 3.4.0 - Update to 3.4.0

Loading…
Cancel
Save