Update to 3.1.3.

epel9
Susi Lehtola 11 years ago
parent 4ac5914d98
commit d047e0c1b3

1
.gitignore vendored

@ -1,3 +1,4 @@
arpack96.tar.gz arpack96.tar.gz
patch.tar.gz patch.tar.gz
/arpack_3.0.1.tar.gz /arpack_3.0.1.tar.gz
/arpack-ng-3.1.3.tar.gz

@ -1,22 +1,15 @@
Summary: Fortran 77 subroutines for solving large scale eigenvalue problems
Name: arpack Name: arpack
Version: 3.0.1 Version: 3.1.3
Release: 5%{?dist} Release: 1%{?dist}
Summary: Fortran 77 subroutines for solving large scale eigenvalue problems
License: BSD License: BSD
Group: Development/Libraries Group: Development/Libraries
URL: http://forge.scilab.org/index.php/p/arpack-ng/ URL: http://forge.scilab.org/index.php/p/arpack-ng/
Source0: http://forge.scilab.org/upload/arpack-ng/files/arpack_%{version}.tar.gz Source0: http://forge.scilab.org/index.php/p/arpack-ng/downloads/get/arpack-ng-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
%if 0%{?rhel} == 4
# The correct dependency would be the following, but it doesn't exist on RHEL4/3
#BuildRequires: lapack-devel
BuildRequires: gcc-g77
BuildRequires: lapack
%else
BuildRequires: gcc-gfortran BuildRequires: gcc-gfortran
BuildRequires: atlas-devel BuildRequires: atlas-devel
%endif
Provides: arpack-ng = %{version}-%{release} Provides: arpack-ng = %{version}-%{release}
%description %description
@ -67,26 +60,24 @@ library and so links used for building arpack based applications.
%setup -q -n arpack-ng-%{version} %setup -q -n arpack-ng-%{version}
%build %build
%{configure} --enable-shared --enable-static \ export F77=gfortran
%if 0%{?rhel} == 4 %configure --enable-shared --enable-static \
--with-blas="-lblas" --with-lapack="-llapack" --with-blas="-L%{_libdir}/atlas -lf77blas -latlas" \
%else --with-lapack="-L%{_libdir}/atlas -llapack -latlas"
--with-blas="-L%{_libdir}/atlas -lf77blas -latlas" --with-lapack="-L%{_libdir}/atlas -llapack -latlas"
%endif
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
rm -rf %{buildroot} rm -rf %{buildroot}
make install DESTDIR=%{buildroot} make install DESTDIR=%{buildroot}
# Get rid of .la files # Get rid of .la files
rm -rf %{buildroot}%{_libdir}/*.la rm -rf %{buildroot}%{_libdir}/*.la
# and of the example binary
rm %{buildroot}%{_bindir}/dnsimp
%clean %clean
rm -rf %{buildroot} rm -rf %{buildroot}
%post -p /sbin/ldconfig %post -p /sbin/ldconfig
%postun -p /sbin/ldconfig %postun -p /sbin/ldconfig
%files %files
@ -97,6 +88,7 @@ rm -rf %{buildroot}
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc DOCUMENTS EXAMPLES %doc DOCUMENTS EXAMPLES
%{_libdir}/pkgconfig/arpack.pc
%{_libdir}/libarpack.so %{_libdir}/libarpack.so
%files doc %files doc
@ -108,6 +100,9 @@ rm -rf %{buildroot}
%{_libdir}/libarpack.a %{_libdir}/libarpack.a
%changelog %changelog
* Thu Sep 05 2013 Susi Lehtola <jussilehtola@fedoraproject.org> - 3.1.3-1
- Update to 3.1.3.
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-5 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild

@ -1 +1 @@
de04b99fa44be6835e8b7c572b94e55a arpack_3.0.1.tar.gz 90ba42eae70b517ebdb72921cb4186df arpack-ng-3.1.3.tar.gz

Loading…
Cancel
Save