Skip to content

Commit

Permalink
Revert "fedora: add v2019.6 container"
Browse files Browse the repository at this point in the history
  • Loading branch information
junghans authored Feb 16, 2024
1 parent 9eb94b6 commit efaf979
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
- {dockerfile: 'opensuse', tag: 'latest', continue-on-error: 'true'}
- {dockerfile: 'fedora', tag: 'latest', build_args: 'GMX_BRANCH=release-2019,GMX_DOUBLE=ON'}
- {dockerfile: 'fedora', tag: 'gmx2019', build_args: 'GMX_BRANCH=release-2019'}
- {dockerfile: 'fedora', tag: 'gmx2019.6_d', build_args: 'GMX_BRANCH=v2019.6,GMX_DOUBLE=ON'}
- {dockerfile: 'fedora', tag: 'gmx2019.6', build_args: 'GMX_BRANCH=v2019.6'}
- {dockerfile: 'fedora', tag: 'gmx2024_d', build_args: 'GMX_BRANCH=release-2024,GMX_DOUBLE=ON'}
- {dockerfile: 'fedora', tag: 'gmx2024', build_args: 'GMX_BRANCH=release-2024'}
- {dockerfile: 'fedora', tag: 'gmx9999_d', build_args: 'GMX_BRANCH=main,GMX_DOUBLE=ON', continue-on-error: 'true'}
Expand Down
2 changes: 1 addition & 1 deletion fedora
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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}" != *2019* ]]; then \
if [ "${GMX_BRANCH}" != release-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 efaf979

Please sign in to comment.