Skip to content

Commit

Permalink
🔧 fix clang-16 can't find corresponding libomp
Browse files Browse the repository at this point in the history
  • Loading branch information
madmaxieee authored and JoshuaLau0220 committed Mar 16, 2024
1 parent 531d773 commit 38fbdf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/env.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN apt install -y \
libopenblas-dev \
liblapack-dev \
libreadline-dev \
libomp-dev
libomp-16-dev

RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100
RUN update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-11 100
Expand Down

0 comments on commit 38fbdf5

Please sign in to comment.