HDF5: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
{{Programs}} | |||
Revision as of 16:13, 28 May 2011
Installing
Configuring
I am using the HDF5 libraries for various software tools available through the CRSim Software repository http://software.crsim.utah.edu/ - specifically, C++ programs using the C++ interface to HDF5 - necessitating the --enable-cxx configure argument:
./configure \
--prefix=/path/to/hdf5 \
--enable-cxx
Professor James Sutherland [1] also recommends adding the configure arguments --enable-static-exe --enable-static, though in my experience these aren't necessary to build (and link to) HDF5.