Skip to content

Commit

Permalink
Roll back TBB version due to bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Jul 19, 2024
1 parent ea743ad commit d54c886
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,9 @@ RUN curl -L http://www.mpfr.org/mpfr-${MPFR_VERSION}/mpfr-${MPFR_VERSION}.tar.gz

# Installing TBB
WORKDIR /root/install
ARG TBB_VERSION="2021.13.0"
# NOTE: pin to 2021.10.0 for now due to this bug:
# https://github.com/oneapi-src/oneTBB/issues/1417
ARG TBB_VERSION="2021.10.0"
RUN curl -L https://github.com/oneapi-src/oneTBB/archive/refs/tags/v${TBB_VERSION}.tar.gz > tbb.tar.gz \
&& tar xvf tbb.tar.gz > /dev/null 2>&1 \
&& cd oneTBB-${TBB_VERSION} \
Expand Down

0 comments on commit d54c886

Please sign in to comment.