summaryrefslogtreecommitdiffstats
path: root/legion/legion.spec
diff options
context:
space:
mode:
Diffstat (limited to 'legion/legion.spec')
-rw-r--r--legion/legion.spec6
1 files changed, 3 insertions, 3 deletions
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}