Skip to content

Commit

Permalink
Merge pull request #204 from votca/gromacs_cmake_on_ubuntu
Browse files Browse the repository at this point in the history
ubuntu: fix gromacs cmake dir
  • Loading branch information
junghans authored Dec 8, 2023
2 parents 5f6295e + 328b555 commit b267534
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 b267534

Please sign in to comment.