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
hdf5-software [2015/06/08 09:49] aorthhdf5-software [2017/09/28 10:35] (current) – [Installation] aorth
Line 3: Line 3:
  
 ===== Information ===== ===== Information =====
-  * Version: 1.8.15-patch1+  * Version: 1.8.19
   * Added: December, 2014   * Added: December, 2014
-  * Updated: June2015+  * Updated: September2017
   * Link: http://www.hdfgroup.org/HDF5/   * Link: http://www.hdfgroup.org/HDF5/
  
 ===== Usage ===== ===== Usage =====
-See versions of htseq which are available:+See versions of hdf5 which are available:
  
 <code>$ module avail hdf5</code> <code>$ module avail hdf5</code>
Line 15: Line 15:
 Load a particular version: Load a particular version:
  
-<code>$ module load hdf5/1.8.15-patch1</code>+<code>$ module load hdf5/1.8.19</code>
  
 List contents of an archive: List contents of an archive:
Line 29: Line 29:
  
 <code>$ cd /tmp <code>$ cd /tmp
-$ wget http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.15-patch1.tar.gz +$ wget https://support.hdfgroup.org/ftp/HDF5/current18/src/hdf5-1.8.19.tar.gz 
-$ tar xf hdf5-1.8.15-patch1.tar.gz +$ tar xf hdf5-1.8.19.tar.gz 
-$ scl enable devtoolset-bash +$ cd hdf5-1.8.19 
-$ ./configure --prefix=/export/apps/hdf5/1.8.15-patch1 +$ scl enable devtoolset-bash 
-$ sudo mkdir -p /export/apps/hdf5/1.8.15-patch1 +$ ./configure --prefix=/export/apps/hdf5/1.8.19 --enable-production --enable-cxx 
-$ sudo chown aorth /export/apps/hdf5/1.8.15-patch1+$ make 
 +$ make check 
 +$ sudo mkdir -p /export/apps/hdf5/1.8.19 
 +$ sudo chown aorth /export/apps/hdf5/1.8.19
 $ make install $ make install
-$ sudo chown -R root /export/apps/hdf5/1.8.15-patch1</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 to compile against.
hdf5-software.1433756970.txt.gz · Last modified: 2015/06/08 09:49 by aorth