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

removing a junk comment

parent bbb97d48
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -60,8 +60,6 @@ RUN cd /build && tar xzf hdf-${HDF4_VERSION}.tar.gz && \
cd hdf-${HDF4_VERSION} && \
./configure --prefix="/usr" --disable-netcdf --enable-fortran --disable-shared --with-zlib="/usr" --with-jpeg="/usr" && make -j4 && make install
# FIXME: CFLAGS & CXXFLAGS - do we need to unset?
# add hdf5
RUN cd /build && tar xzf hdf5-${HDF5_VERSION}.tar.gz && \
cd hdf5-${HDF5_VERSION} && \
......
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