[compiz] disable parallel build (failed on the cluster)

Adam Williamson adamwill at fedoraproject.org
Tue Jan 18 14:24:53 UTC 2011


commit 9ee9c49663376a2ac44798e98f610a59631b0dc2
Author: Adam Williamson <awilliam at redhat.com>
Date:   Tue Jan 18 14:23:55 2011 +0000

    disable parallel build (failed on the cluster)

 compiz.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/compiz.spec b/compiz.spec
index fcb4aff..b674f46 100644
--- a/compiz.spec
+++ b/compiz.spec
@@ -183,7 +183,9 @@ rm -rf $RPM_BUILD_ROOT
 mkdir build
 pushd build
 %cmake -DCOMPIZ_DEFAULT_PLUGINS="%{default_plugins}" -DCOMPIZ_PACKAGING_ENABLED=ON -DBUILD_GNOME_KEYBINDINGS=OFF -DCOMPIZ_BUILD_WITH_RPATH=OFF -DCOMPIZ_DISABLE_SCHEMAS_INSTALL=ON -DCOMPIZ_INSTALL_GCONF_SCHEMA_DIR=%{_sysconfdir}/gconf/schemas ..
-make VERBOSE=1 %{?_smp_mflags}
+# Parallel build with -j16 on the cluster failed, though with -j4 on
+# dual-core, dual-thread it worked
+make VERBOSE=1 
 popd
 
 %install


More information about the scm-commits mailing list