summaryrefslogtreecommitdiffstats
path: root/legion/legion.spec
diff options
context:
space:
mode:
Diffstat (limited to 'legion/legion.spec')
-rw-r--r--legion/legion.spec7
1 files changed, 2 insertions, 5 deletions
diff --git a/legion/legion.spec b/legion/legion.spec
index ffc7ed2..577e189 100644
--- a/legion/legion.spec
+++ b/legion/legion.spec
@@ -1,12 +1,10 @@
Name: legion
-Version: 16.10.0
+Version: 17.02.0
Release: 1%{?dist}
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
-# 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++
@@ -92,7 +90,6 @@ This package contains development headers and libraries for the legion library
%prep
%setup -q -n %{name}-%{name}-%{version}
-%patch0 -p1
%build
mkdir serial openmpi mpich
@@ -156,6 +153,6 @@ popd
%{_libdir}/mpich*/lib/lib*.so.1
%changelog
-* Fri Oct 07 2016 Christoph Junghans <junghans@votca.org> - 16.10.0-1
+* Fri Feb 24 2017 Christoph Junghans <junghans@votca.org> - 17.02.0-1
- initial import