!8 arpack-ng去除atlas编译依赖
From: @chen-jan Reviewed-by: @small_leek Signed-off-by: @wangbin224
This commit is contained in:
commit
c08fb0c385
@ -1,12 +1,12 @@
|
||||
Name: arpack
|
||||
Version: 3.8.0
|
||||
Release: 1
|
||||
Release: 2
|
||||
Summary: Fortran 77 subroutines for solving large scale eigenvalue problems
|
||||
License: BSD
|
||||
URL: https://github.com/opencollab/arpack-ng
|
||||
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}
|
||||
|
||||
%description
|
||||
@ -46,7 +46,6 @@ popd
|
||||
cp -pr src src64
|
||||
|
||||
%build
|
||||
%global blaslib -L%{_libdir}/atlas -ltatlas
|
||||
%global blaslib -lopenblasp
|
||||
pushd src
|
||||
%configure --enable-shared --enable-static \
|
||||
@ -111,6 +110,9 @@ popd
|
||||
%{_libdir}/libarpack64_.a
|
||||
|
||||
%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
|
||||
- Upgrade to 3.8.0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user