Showing posts with label hdf5 compiling. Show all posts
Showing posts with label hdf5 compiling. Show all posts

Thursday, November 3, 2011

Compiling HDF5 1.8.6

Installed HDF5 on yinzer today.  Just some notes about the config.  This is what I used,

sudo /home/galtay/Downloads/linux-programs/hdf5/hdf5-1.8.6/configure FC=gfortran-4.5 --enable-fortran --prefix=/opt/hdf5-1.8.6-gfortran-4.5
sudo make
sudo make install