]> git.pld-linux.org Git - packages/pcl.git/commitdiff
- try make -j1 auto/th/pcl-1.6.0-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 3 Jan 2013 19:01:34 +0000 (20:01 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 3 Jan 2013 19:01:34 +0000 (20:01 +0100)
pcl.spec

index 14a0a802b9b85af4be09d051d1a2f6f85276e71f..25ee9c0c9c0b9050c5420a3cf1c2e9936fc438c8 100644 (file)
--- 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}
This page took 0.140751 seconds and 4 git commands to generate.