[pure] comment out clang build dependency for now; try again with clang 3.0

Michel Alexandre Salim salimma at fedoraproject.org
Sat Aug 6 10:32:53 UTC 2011


commit df4bfdc373f3022c140215beb6b06486a9e2ce6e
Author: Michel Alexandre Salim <salimma at fedoraproject.org>
Date:   Sat Aug 6 12:32:03 2011 +0200

    comment out clang build dependency for now; try again with clang 3.0

 pure.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/pure.spec b/pure.spec
index ebe741d..88cb0df 100644
--- a/pure.spec
+++ b/pure.spec
@@ -14,7 +14,8 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  gmp-devel libedit-devel
 BuildRequires:  llvm-devel >= 2.4 flex bison
-BuildRequires:  clang
+# clang build is not ready yet
+# BuildRequires:  clang
 # For compiling emacs mode
 BuildRequires:  emacs emacs-el
 # For integrated help in the interpreter


More information about the scm-commits mailing list