Skip to content

Commit

Permalink
ubuntu: fix gromacs cmake dir
Browse files Browse the repository at this point in the history
  • Loading branch information
junghans authored Dec 8, 2023
1 parent 5f6295e commit 328b555
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ RUN apt-get update && \
RUN . /etc/os-release && if [ -z "${GMX_BRANCH}" ]; then \
apt-get update && \
if [ "${VERSION_ID}" = "22.04" ]; then \
apt-get install -y libgromacs-dev gromacs-mpi; \
apt-get install -y libgromacs-dev gromacs-mpi && \
ln -s ../gromacs/cmake/gromacs /usr/share/cmake/gromacs; \
else \
apt-get install -y libgromacs-dev gromacs; \
fi && \
Expand Down

0 comments on commit 328b555

Please sign in to comment.