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

checked for updates, added comment denoting the date

parent 51c4d75f
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -6,6 +6,7 @@ FROM gcc:latest
ENV BUILD /build
ENV OPT /opt
# last checked for updates Nov 14 2016
ENV ZLIB_VERSION 1.2.8
ENV JPEG_VERSION 6b
ENV SZIP_VERSION 2.1
......@@ -148,4 +149,3 @@ ENV NETCDF ${OPT}/netcdf4
ENV LD_LIBRARY_PATH ${HDF4}/lib:${HDF5}/lib:${NETCDF}/lib:${LD_LIBRARY_PATH}
ENV PATH ${HDF4}/bin/:${HDF5}/bin:${NETCDF}/bin:${PATH}
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