User Tools

Site Tools


hdf5-software

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
hdf5-software [2017/09/28 09:52] aorthhdf5-software [2017/09/28 10:34] – [Installation] aorth
Line 33: Line 33:
 $ cd hdf5-1.8.19 $ cd hdf5-1.8.19
 $ scl enable devtoolset-4 bash $ scl enable devtoolset-4 bash
-$ ./configure --prefix=/export/apps/hdf5/1.8.19+$ ./configure --prefix=/export/apps/hdf5/1.8.19 --enable-production --enable-cxx
 $ make $ make
 +$ make check
 $ sudo mkdir -p /export/apps/hdf5/1.8.19 $ sudo mkdir -p /export/apps/hdf5/1.8.19
 $ sudo chown aorth /export/apps/hdf5/1.8.19 $ sudo chown aorth /export/apps/hdf5/1.8.19
 $ make install $ make install
-$ sudo chown -R aorth /export/apps/hdf5/1.8.19</code>+$ sudo chown -R root /export/apps/hdf5/1.8.19</code> 
 + 
 +Note that the ''--enable-cxx'' option to configure is important as it enables the installation of the C++ header files that other programs can use.
hdf5-software.txt · Last modified: 2017/09/28 10:35 by aorth