From 9281be027d0630853c6943fd84813f782d6a144e Mon Sep 17 00:00:00 2001 From: Christoph Junghans Date: Tue, 1 Nov 2016 14:52:13 -0600 Subject: legion: fix build on arm --- legion/legion.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'legion/legion.spec') diff --git a/legion/legion.spec b/legion/legion.spec index 13db532..0d9bbcc 100644 --- a/legion/legion.spec +++ b/legion/legion.spec @@ -5,9 +5,8 @@ Summary: A data-centric parallel programming system License: ASL 2.0 Url: http://legion.stanford.edu/ Source0: https://github.com/StanfordLegion/legion/archive/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz - -#https://github.com/StanfordLegion/legion/issues/202 -ExcludeArch: aarch64 armv7hl +# PATCH-FIX-UPSTREAM - 204.patch - fix build on arm +Patch0: https://patch-diff.githubusercontent.com/raw/StanfordLegion/legion/pull/204.patch BuildRequires: gcc BuildRequires: gcc-c++ @@ -49,6 +48,7 @@ This package contains development headers and libraries for the legion library %prep %setup -q -n %{name}-%{name}-%{version} +%patch0 -p1 %build mkdir %{_target_platform} -- cgit