Skip to content
Snippets Groups Projects
Commit ea8aaa7c authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

build in parallel

parent 272c673e
Branches
Tags
No related merge requests found
......@@ -12,7 +12,7 @@ cmake \
-DCPACK_PACKAGE_NAME="asapo-devel" \
-DCPACK_GENERATOR="RPM" \
..
make
make -j 4
make package
cmake -DNUMPY_VERSION=0 -DBUILD_PYTHON=ON -DBUILD_PYTHON_PACKAGES="source;rpm" ..
......
......@@ -15,7 +15,7 @@ cmake \
-DCPACK_GENERATOR="DEB" \
..
cmake .. #second time for to correctly build deb packages
make
make -j 4
make package
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment