Hello community, here is the log from the commit of package legion for openSUSE:Factory checked in at 2017-06-15 11:24:19 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/legion (Old) and /work/SRC/openSUSE:Factory/.legion.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "legion" Thu Jun 15 11:24:19 2017 rev:4 rq:503427 version:17.05.0 Changes: -------- --- /work/SRC/openSUSE:Factory/legion/legion.changes 2017-05-31 12:22:36.688097721 +0200 +++ /work/SRC/openSUSE:Factory/.legion.new/legion.changes 2017-06-15 11:24:22.599070277 +0200 @@ -1,0 +2,6 @@ +Tue Jun 13 12:16:17 UTC 2017 - [email protected] + +- Disable build on ppc64 and s390x. + See upstream bug https://github.com/StanfordLegion/legion/issues/265 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ legion.spec ++++++ --- /var/tmp/diff_new_pack.5gGsXt/_old 2017-06-15 11:24:23.326967525 +0200 +++ /var/tmp/diff_new_pack.5gGsXt/_new 2017-06-15 11:24:23.326967525 +0200 @@ -1,6 +1,7 @@ # # spec file for package legion # +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016-2017 Christoph Junghans # # All modifications and additions to the file contributed by third parties @@ -15,6 +16,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: legion Version: 17.05.0 Release: 0 @@ -26,12 +28,14 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: cmake +BuildRequires: gasnet-devel BuildRequires: gcc-c++ BuildRequires: hwloc-devel -BuildRequires: gasnet-devel -BuildRequires: cmake BuildRequires: openmpi BuildRequires: openmpi-devel +# Bug opened upstream https://github.com/StanfordLegion/legion/issues/265 +ExcludeArch: ppc64 s390x %description Legion is a data-centric parallel programming system for writing portable
