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