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

[debian] remove another instance of tbb-from source compile

parent a6232413
No related branches found
No related tags found
1 merge request!126Fix stable vs. unstable
Pipeline #162837 passed
......@@ -21,13 +21,7 @@ RUN APT_UPDATE APT_REDIRECT && \
apt-get clean && \
wget https://codecov.io/bash -O /usr/local/bin/codecov && \
chmod +x /usr/local/bin/codecov && \
rm -rf /var/lib/apt/lists/* && \
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 && \
rm -rf /tmp/*
rm -rf /var/lib/apt/lists/*
ADD openmpi-mca-params.conf /etc/openmpi/
include(clang-tools)
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