summaryrefslogtreecommitdiffstats
path: root/legion/legion.spec
diff options
context:
space:
mode:
authorChristoph Junghans <junghans@votca.org>2016-11-01 14:52:13 -0600
committerChristoph Junghans <junghans@votca.org>2016-11-01 14:52:13 -0600
commit9281be027d0630853c6943fd84813f782d6a144e (patch)
tree915aa8bf45d8f0e64bb683da27998d36cf405887 /legion/legion.spec
parentb27702aa286578f02a6de383be7b9959b547445f (diff)
downloadfedora-review-9281be027d0630853c6943fd84813f782d6a144e.tar.gz
fedora-review-9281be027d0630853c6943fd84813f782d6a144e.tar.xz
fedora-review-9281be027d0630853c6943fd84813f782d6a144e.zip
legion: fix build on arm
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}