From 93d25c15526822c8ce9a2bbf26b17f451279b8d2 Mon Sep 17 00:00:00 2001 From: caodongxia <315816521@qq.com> Date: Fri, 19 Nov 2021 09:58:35 +0800 Subject: [PATCH] Remove useless buildRequire:atlas-devel (cherry picked from commit d67059161a385979e6e21b525c73fbdb95bbca30) --- SuperLU.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SuperLU.spec b/SuperLU.spec index aa9e61e..ae7acdc 100644 --- a/SuperLU.spec +++ b/SuperLU.spec @@ -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 - 5.2.1-7 +- Remove useless buildRequire:atlas-devel + * Thu Mar 5 2020 Ling Yang - 5.2.1-6 - Package Init -- Gitee