!10 del buildrequire atlas-devel

From: @chen-jan
Reviewed-by: @SuperSix173
Signed-off-by: @SuperSix173
This commit is contained in:
openeuler-ci-bot 2021-11-19 06:17:51 +00:00 committed by Gitee
commit a3c99410bd

View File

@ -1,12 +1,12 @@
Name: arpack Name: arpack
Version: 3.5.0 Version: 3.5.0
Release: 7 Release: 8
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 \
@ -108,5 +107,8 @@ popd
%{_libdir}/libarpack64_.a %{_libdir}/libarpack64_.a
%changelog %changelog
* Fri Nov 19 2021 chenchen <chen_aka_jan@163.com> - 3.5.0-8
- del buildrequire atlas-devel
* Sat Mar 07 2020 wangye <wangye54@huawei.com> - 3.5.0-7 * Sat Mar 07 2020 wangye <wangye54@huawei.com> - 3.5.0-7
- Package init - Package init