Skip to content

Commit

Permalink
Update Dockerfile.build
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiaswagner authored Sep 19, 2023
1 parent 8040053 commit c98e14f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/docker/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ RUN wget -q https://www.mpich.org/static/downloads/${MPICH_VERSION}/mpich-${MPIC
make install -j$(nproc) && \
rm -rf /root/mpich-${MPICH_VERSION}.tar.gz /root/mpich-${MPICH_VERSION}

RUN echo "${MPICH_PATH}/lib" >> /etc/ld.so.conf.d/cscs.conf && ldconfig

COPY . /quda/src

RUN cmake -S /quda/src \
Expand Down

0 comments on commit c98e14f

Please sign in to comment.