From e381725c32a56d58bd66e26a53b6d2450b84d44c Mon Sep 17 00:00:00 2001 From: Frantisek Kluknavsky Date: Tue, 5 Nov 2013 13:59:24 +0100 Subject: [PATCH] patch for aarch64 from https://bugzilla.redhat.com/attachment.cgi?id=755555 --- atlas.spec | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/atlas.spec b/atlas.spec index 27c2970..341b28a 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: 7%{?dist} +Release: 8%{?dist} Summary: Automatically Tuned Linear Algebra Software Group: System Environment/Libraries @@ -41,6 +41,8 @@ Patch5: atlas-shared_libraries.patch Patch6: atlas-affinity.patch +Patch7: atlas-fedora-aarch64.patch + BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gcc-gfortran @@ -284,7 +286,7 @@ ix86 architecture. %endif %endif -%ifarch %{arm} +%ifarch %{arm} aarch64 #beware - arch constant can change between releases %define arch_option -A 46 %define threads_option -t 2 @@ -317,7 +319,10 @@ ix86 architecture. %if "%{?enable_native_atlas}" == "0" %patch6 -p1 -b .affinity %endif -#%patch6 -p1 -b .m32 +%ifarch %{aarch64} +%patch7 -p0 -b .aarch64 +%endif + cp %{SOURCE1} CONFIG/ARCHS/ #cp %{SOURCE2} CONFIG/ARCHS/ cp %{SOURCE3} doc @@ -795,6 +800,9 @@ fi %endif %changelog +* Tue Nov 05 2013 Frantisek Kluknavsky - 3.10.1-8 +- patch for aarch64 from https://bugzilla.redhat.com/attachment.cgi?id=755555 + * Wed Oct 16 2013 Frantisek Kluknavsky - 3.10.1-7 - Provides: bundled(lapack)