Skip to content
Snippets Groups Projects
Unverified Commit 8c731e68 authored by René Fritze's avatar René Fritze
Browse files

switch tbb to parallel (ninja) build

parent 6ce42d2a
No related branches found
No related tags found
1 merge request!131Fix unstable
RUN git clone --depth=1 https://github.com/wjakob/tbb /tmp/tbb && \
mkdir /tmp/tbb_build && cd /tmp/tbb_build && \
cmake /tmp/tbb -DTBB_BUILD_PYTHON=ON -DTBB_NO_DATE=ON -DCMAKE_INSTALL_PREFIX=/usr/local && \
make && \
make install && \
cmake -GNinja /tmp/tbb -DTBB_BUILD_PYTHON=ON -DTBB_NO_DATE=ON -DCMAKE_INSTALL_PREFIX=/usr/local && \
ninja -j $(nproc --ignore=1) -l $(nproc --ignore=2) && \
ninja install && \
rm -rf /tmp/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment