Skip to content

Commit

Permalink
Updates build in Dockerfile intel
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-robinson committed May 26, 2021
1 parent 35f2a96 commit 5f15b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/Dockerfile.intel_sources
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ ENV LIBRARY_PATH=${LD_LIBRARY_PATH}
RUN mkdir -p /opt/ESM4
RUN git clone --recursive https://github.com/NOAA-GFDL/ESM4.git -b 2021.02 \
&& cd ESM4/exec \
&& make HDF_INCLUDE=-I/opt/hdf5/include \
&& make HDF_INCLUDE=-I/opt/hdf5/include HDF_LIBS="-L/opt/hdf5/lib -lhdf5 -lhdf5_fortran -lhdf5_hl -lhdf5hl_fortran" SH=sh \
&& cp esm4.1.x /opt/ESM4 \
&& make clean_all

Expand Down

0 comments on commit 5f15b73

Please sign in to comment.