Skip to content

Commit 179d8ca

Browse files
committed
updates to make multicore ability for ubuntu occ and oce build
1 parent 22ae925 commit 179d8ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Ubuntu_14_04_OCE_PythonOCC_Setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ mkdir $POCCMAKEPATH && cd $POCCMAKEPATH
3131

3232
#Build the geom extension
3333
cmake -DOCE_INCLUDE_PATH=/usr/local/include/oce -DOCE_LIB_PATH=/usr/local/lib ..
34-
make && make install
34+
make '-j'$(nproc) && make install

0 commit comments

Comments
 (0)