From: Sage Weil Date: Thu, 29 Sep 2016 16:27:51 +0000 (-0400) Subject: do_cmake.sh: set BOOST_J to $(nproc) X-Git-Tag: v11.1.0~375^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=feefd35853c84a7986bc77f5077a139e11f13e10;p=ceph.git do_cmake.sh: set BOOST_J to $(nproc) This lets us build boost with all processors. Signed-off-by: Sage Weil Signed-off-by: Matt Benjamin --- diff --git a/do_cmake.sh b/do_cmake.sh index b5ac28513e8..2e9de99e972 100755 --- a/do_cmake.sh +++ b/do_cmake.sh @@ -6,7 +6,7 @@ if test -e build; then fi mkdir build cd build -cmake "$@" .. +cmake -DBOOST_J=$(nproc) "$@" .. # minimal config to find plugins cat < ceph.conf