File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed
Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ RUN apt-get update && \
77 ccache \
88 curl \
99 cython3 \
10+ diffutils \
1011 gcc-14 g++-14 \
1112 gdb \
1213 git \
@@ -18,6 +19,7 @@ RUN apt-get update && \
1819 libfftw3-dev \
1920 libfftw3-mpi-dev \
2021 libhdf5-openmpi-dev \
22+ libopenmpi-dev \
2123 libpython3-dev \
2224 ninja-build \
2325 openmpi-bin \
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ RUN dnf -y install \
55 boost-mpich-devel \
66 ccache \
77 cmake \
8+ diffutils \
89 environment-modules \
910 fftw-devel \
1011 fftw-mpich-devel \
Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ RUN apt-get update && \
77 build-essential \
88 ca-certificates \
99 ccache \
10- clang-19 clang-tidy-19 clang-format-19 llvm-19 libclang-rt-19-dev libomp-19-dev \
10+ clang-19 clang-tidy-19 clang-format-19 llvm-19 libc++-19-dev libclang-rt-19-dev libomp-19-dev \
1111 cmake \
1212 cmake-format \
1313 curl \
1414 cython3 \
15+ diffutils \
1516 doxygen \
1617 ffmpeg \
1718 gcc-12 g++-12 \
You can’t perform that action at this time.
0 commit comments