[atlas] Provides: bundled(lapack)

Frantisek Kluknavsky fkluknav at fedoraproject.org
Wed Oct 16 12:09:19 UTC 2013


commit 6c8df60df69eb815a3eb38b00b7e36cc647bc122
Author: Frantisek Kluknavsky <fkluknav at redhat.com>
Date:   Wed Oct 16 14:09:14 2013 +0200

    Provides: bundled(lapack)

 atlas.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
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 <fkluknav at redhat.com> - 3.10.1-7
+- Provides: bundled(lapack)
+
 * Thu Oct 10 2013 Frantisek Kluknavsky <fkluknav at redhat.com> - 3.10.1-6
 - make check on arm enabled - seems to work
 


More information about the scm-commits mailing list