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

adding fortran2003 support to hdf5

parent feaf2c48
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ RUN cd /build && tar xzf hdf-${HDF4_VERSION}.tar.gz && \ ...@@ -57,7 +57,7 @@ RUN cd /build && tar xzf hdf-${HDF4_VERSION}.tar.gz && \
# add hdf5 # add hdf5
RUN cd /build && tar xzf hdf5-${HDF5_VERSION}.tar.gz && \ RUN cd /build && tar xzf hdf5-${HDF5_VERSION}.tar.gz && \
cd hdf5-${HDF5_VERSION} && \ cd hdf5-${HDF5_VERSION} && \
./configure --prefix="/usr" --disable-shared --with-pic --with-zlib="/usr" --enable-cxx --enable-fortran --with-pthread --with-szlib="/usr" && make -j4 && make install ./configure --prefix="/usr" --disable-shared --with-pic --with-zlib="/usr" --enable-cxx --enable-fortran --enable-fortran2003 --with-pthread && make -j4 && make install
# add netcdf # add netcdf
# FIXME: failing with... # FIXME: failing with...
......
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