[rootplot/epel7] exclude ppc64 since does not exist for root

stevetraylen stevetraylen at fedoraproject.org
Fri Sep 12 13:42:19 UTC 2014


commit 4d17f31eca675462f30de0fd795dc54f35233027
Author: Steve Traylen <steve.traylen at cern.ch>
Date:   Fri Sep 12 13:42:11 2014 +0000

    exclude ppc64 since does not exist for root

 rootplot.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/rootplot.spec b/rootplot.spec
index 95b4597..e63b6c1 100644
--- a/rootplot.spec
+++ b/rootplot.spec
@@ -29,6 +29,12 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 #               BuildArch:      noarch
 ExcludeArch:	%{arm}
 
+#               root is not available for ppc64
+#		The build segfaults on ppc64 during an invocation of cint:
+#		https://savannah.cern.ch/bugs/index.php?70542
+ExcludeArch:	ppc64
+
+
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 BuildRequires:  root-python


More information about the scm-commits mailing list