RUN cd /build &&tar xzf hdf5-${HDF5_VERSION}.tar.gz &&\
RUN cd /build &&mkdir-p /opt/hdf5 &&tar xzf hdf5-${HDF5_VERSION}.tar.gz &&\
cd hdf5-${HDF5_VERSION}&&\
./configure --prefix="/usr"--disable-shared--with-pic--with-zlib="/usr"--enable-cxx--enable-fortran--enable-fortran2003--with-pthread&& make -j4&& make install&&\
./configure --prefix="/opt/hdf5"--with-pic--with-zlib="/opt/zlib"--enable-cxx--enable-fortran--enable-fortran2003--with-pthread&& make -j4&& make install&&\