[pcl] Disable parallel build to avoid out of memory issues on koji builders

rmattes rmattes at fedoraproject.org
Thu Aug 16 22:28:57 UTC 2012


commit cd05c3691ec1906f43947839646616213c5be830
Author: Rich Mattes <richmattes at gmail.com>
Date:   Thu Aug 16 18:28:41 2012 -0400

    Disable parallel build to avoid out of memory issues on koji builders

 pcl.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/pcl.spec b/pcl.spec
index a98c474..848071d 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -92,7 +92,9 @@ pushd build
   -DCMAKE_SKIP_RPATH=ON \
   ..
 
-make %{?_smp_mflags}
+# Don't use mflags, we're hitting out of memory errors on the koji builders
+make 
+#%{?_smp_mflags}
 make doc
 popd
 


More information about the scm-commits mailing list