del buildrequire atlas

This commit is contained in:
chen-jan 2021-08-04 07:30:48 +00:00
parent 74dfc5f838
commit 0c3454770d

View File

@ -1,12 +1,12 @@
Name: arpack Name: arpack
Version: 3.8.0 Version: 3.8.0
Release: 1 Release: 2
Summary: Fortran 77 subroutines for solving large scale eigenvalue problems Summary: Fortran 77 subroutines for solving large scale eigenvalue problems
License: BSD License: BSD
URL: https://github.com/opencollab/arpack-ng URL: https://github.com/opencollab/arpack-ng
Source0: https://github.com/opencollab/arpack-ng/archive/%{version}/arpack-ng-%{version}.tar.gz Source0: https://github.com/opencollab/arpack-ng/archive/%{version}/arpack-ng-%{version}.tar.gz
BuildRequires: gcc-gfortran atlas-devel openblas-devel libtool >= 2.4.2 BuildRequires: gcc-gfortran openblas-devel libtool >= 2.4.2
Provides: arpack-ng = %{version}-%{release} Provides: arpack-ng = %{version}-%{release}
%description %description
@ -46,7 +46,6 @@ popd
cp -pr src src64 cp -pr src src64
%build %build
%global blaslib -L%{_libdir}/atlas -ltatlas
%global blaslib -lopenblasp %global blaslib -lopenblasp
pushd src pushd src
%configure --enable-shared --enable-static \ %configure --enable-shared --enable-static \
@ -111,6 +110,9 @@ popd
%{_libdir}/libarpack64_.a %{_libdir}/libarpack64_.a
%changelog %changelog
* Wed Aug 04 2021 chenchen <chen_aka_jan@163.com> -3.8.0-2
- del buildrequire atlas
* Tue Aug 03 2021 sunguoshuai <sunguoshuai@@huawei.com> -3.8.0-1 * Tue Aug 03 2021 sunguoshuai <sunguoshuai@@huawei.com> -3.8.0-1
- Upgrade to 3.8.0 - Upgrade to 3.8.0