Skip to content

Commit

Permalink
fedora: patch gmx 2019.6 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
junghans authored Feb 15, 2024
1 parent ecdfddb commit cbabfad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ENV OMPI_MCA_mtl=^ofi
# build certain gromacs version as user
RUN if [ -n "${GMX_BRANCH}" ] && [ "${GMX_BRANCH}" != "none" ]; then \
git clone --depth 1 -b "${GMX_BRANCH}" https://gitlab.com/gromacs/gromacs.git && \
if [ "${GMX_BRANCH}" != release-2019 ]; then \
if [[ "${GMX_BRANCH}" != *2019* ]]; then \
gmx_cmake_opts="-DGMX_INSTALL_LEGACY_API=ON"; \
else \
curl https://gitlab.com/gromacs/gromacs/-/merge_requests/1524.patch | patch -d gromacs -p 1; \
Expand Down

0 comments on commit cbabfad

Please sign in to comment.