[packages/pcl] - try make -j1
qboosh
qboosh at pld-linux.org
Thu Jan 3 20:01:37 CET 2013
commit e0ef7a16a858466ccdc7fd021a6cceb348804840
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Thu Jan 3 20:01:34 2013 +0100
- try make -j1
pcl.spec | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/pcl.spec b/pcl.spec
index 14a0a80..25ee9c0 100644
--- a/pcl.spec
+++ b/pcl.spec
@@ -8,7 +8,7 @@ Summary: Point Cloud Library - library for point cloud processing
Summary(pl.UTF-8): Point Cloud Library - biblioteka do operacji na chmurze punktów
Name: pcl
Version: 1.6.0
-Release: 1
+Release: 2
License: BSD
Group: Libraries
#Source0Download: http://pointclouds.org/downloads/
@@ -101,7 +101,9 @@ cd build
# LIB_INSTALL_DIR specified by PLD cmake macro is incompatible with what PCL expects
%cmake .. \
-DLIB_INSTALL_DIR=%{_lib}
-%{__make}
+
+# NOTE: -j1 because of OOM on th-x86_64
+%{__make} -j1
# why it's not called on build?
%if %{with apidocs}
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/pcl.git/commitdiff/e0ef7a16a858466ccdc7fd021a6cceb348804840
More information about the pld-cvs-commit
mailing list