!3 删除编译依赖atlas-devel,已经由openblas-devel提供

From: @caodongxia
Reviewed-by: @overweight
Signed-off-by: @overweight
This commit is contained in:
openeuler-ci-bot 2021-11-19 02:45:14 +00:00 committed by Gitee
commit 5c9e309e59

View File

@ -1,11 +1,11 @@
Name: SuperLU
Version: 5.2.1
Release: 6
Release: 7
Summary: Library for the direct solution of large, sparse, nonsymmetric systems of linear equations
License: BSD and GPLv2+
URL: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/
Source0: http://crd-legacy.lbl.gov/~xiaoye/SuperLU/superlu_%{version}.tar.gz
BuildRequires: openblas-devel openblas-srpm-macros atlas-devel cmake3 gcc-gfortran csh
BuildRequires: openblas-devel openblas-srpm-macros cmake3 gcc-gfortran csh
# Fixed include path for building
Patch0000: superlu-cmake-includedir.patch
# Remove MC64 functionality
@ -71,5 +71,8 @@ cd -
%doc DOC EXAMPLE FORTRAN
%changelog
* Fri Nov 19 2021 caodongxia <caodongxia@huawei.com> - 5.2.1-7
- Remove useless buildRequire:atlas-devel
* Thu Mar 5 2020 Ling Yang <lingyang2@huawei.com> - 5.2.1-6
- Package Init