diff --git a/SuperLU.spec b/SuperLU.spec index aa9e61e269c120f7fd36be1993de00bad15ec8c8..ae7acdc1651cf16d3aa0475b8b04f54f08a48b14 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