Skip to content
Snippets Groups Projects
Commit 2011f944 authored by Nick Bearson's avatar Nick Bearson
Browse files

forgot to extract the nco tgz

parent 0f0b07c6
Branches
No related tags found
No related merge requests found
...@@ -106,6 +106,7 @@ RUN mkdir -p ${BUILD} ${OPT}/netcdf4 && cd ${BUILD} && \ ...@@ -106,6 +106,7 @@ RUN mkdir -p ${BUILD} ${OPT}/netcdf4 && cd ${BUILD} && \
# add the nco utilities for basic netcdf manipulation # add the nco utilities for basic netcdf manipulation
RUN mkdir -p ${BUILD} ${OPT}/nco && cd ${BUILD} && \ RUN mkdir -p ${BUILD} ${OPT}/nco && cd ${BUILD} && \
curl -OL https://github.com/nco/nco/archive/${NCO_VERSION}.tar.gz && \ curl -OL https://github.com/nco/nco/archive/${NCO_VERSION}.tar.gz && \
tar xzf ${NCO_VERSION}.tar.gz && \
cd nco-${NCO_VERSION} && \ cd nco-${NCO_VERSION} && \
NETCDF_ROOT=${OPT}/netcdf4 ./configure --prefix=${OPT}/nco && \ NETCDF_ROOT=${OPT}/netcdf4 ./configure --prefix=${OPT}/nco && \
make && make install && \ make && make install && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment