Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from Deltares #7

Merged
merged 5 commits into from
Nov 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ RUN apt clean && apt autoclean && apt update --fix-missing && apt upgrade -y &&
WORKDIR /usr/src/sfincs
ARG SFINCS_VERSION=feature/48-extend-bmi-functionality
RUN git clone -b ${SFINCS_VERSION} https://github.com/Deltares/SFINCS . \
&& git config --global user.email "[email protected]" && git config --global user.name "Your Name" \
&& git config --global user.email "[email protected]" && git config --global user.name "Your Name"
#\
# TODO remove this line when that commit is in $SFINCS_VERSION branch
&& git cherry-pick 2651b47b797c9acd05ccd8e6d737db19b0670217
# && git cherry-pick 2651b47b797c9acd05ccd8e6d737db19b0670217
WORKDIR /usr/src/sfincs/source
RUN chmod -R 777 autogen.sh
# -fallow-argument-mismatch needed for https://github.com/Unidata/netcdf-fortran/issues/212
Expand Down
Loading