[pure] Disable ppc64 build on RHEL 6

Michel Alexandre Salim salimma at fedoraproject.org
Sun Nov 13 10:29:35 UTC 2011


commit 69aa361b58058e351b0d79e443206fcb8924e89a
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sun Nov 13 11:28:17 2011 +0100

    Disable ppc64 build on RHEL 6

 pure.spec |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/pure.spec b/pure.spec
index 84438f0..7c961aa 100644
--- a/pure.spec
+++ b/pure.spec
@@ -25,6 +25,11 @@ BuildRequires:  emacs emacs-el
 # For integrated help in the interpreter
 Requires:       w3m
 
+%if 0%{?el6}
+# LLVM is not supported on ppc64
+ExcludeArch:    ppc64
+%endif
+
 %description
 Pure is a modern-style functional programming language based on term
 rewriting. It offers equational definitions with pattern matching,


More information about the scm-commits mailing list