These instructions are out of date. Please see the HDF Group website for current instructions:
http://www.hdfgroup.org/ftp/HDF5/current/src/unpacked/release_docs/INSTALL
./configure --prefix=your hdf5 installation full path, e.g.--prefix=/usr/local/hdf5For the serial implementation configure with
./configureFor the parallel implementation configure with
./configure --enable-parallelTo enable shared objects configure with
./configure --enable-shared
setenv HDF5 "your hdf5 installation full path"
setenv PATH ${PATH}:${HDF5}/bin
setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${HDF5}/lib
if you are using bash, add to your .bashrc
export HDF5="your hdf5 installation full path"
export PATH=$PATH:${HDF5}/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${HDF5}/lib
Open a new terminal or do a
source .tcshr (.cshrc, .bashrc) in the one that you are using.
You can continue downloading and installing H5Part.