./configure --prefix="/opt/hdf5"--with-pic--with-zlib="/opt/zlib"--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&&\