From 6c8df60df69eb815a3eb38b00b7e36cc647bc122 Mon Sep 17 00:00:00 2001 From: Frantisek Kluknavsky Date: Wed, 16 Oct 2013 14:09:14 +0200 Subject: [PATCH] Provides: bundled(lapack) --- atlas.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/atlas.spec b/atlas.spec index 510b97e..27c2970 100644 --- a/atlas.spec +++ b/atlas.spec @@ -5,7 +5,7 @@ Version: 3.10.1 %if "%{?enable_native_atlas}" != "0" %define dist .native %endif -Release: 6%{?dist} +Release: 7%{?dist} Summary: Automatically Tuned Linear Algebra Software Group: System Environment/Libraries @@ -45,6 +45,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-gfortran +Provides: bundled(lapack) + %ifarch x86_64 Obsoletes: atlas-sse3 < 3.10 %endif @@ -793,6 +795,9 @@ fi %endif %changelog +* Wed Oct 16 2013 Frantisek Kluknavsky - 3.10.1-7 +- Provides: bundled(lapack) + * Thu Oct 10 2013 Frantisek Kluknavsky - 3.10.1-6 - make check on arm enabled - seems to work