From 0c3454770d5eefaba0332498f84b0200ecf6c4cc Mon Sep 17 00:00:00 2001 From: chen-jan Date: Wed, 4 Aug 2021 07:30:48 +0000 Subject: [PATCH] del buildrequire atlas --- arpack.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/arpack.spec b/arpack.spec index e47910f..459f1c5 100644 --- a/arpack.spec +++ b/arpack.spec @@ -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 -3.8.0-2 +- del buildrequire atlas + * Tue Aug 03 2021 sunguoshuai -3.8.0-1 - Upgrade to 3.8.0