Difference between revisions of "H5utils"

From CBLFS
Jump to navigationJump to search
(Created page.)
 
Line 5: Line 5:
 
|}
 
|}
  
== Introduction to h5utils ==
+
----
  
h5utils is a set of utilities for visualization and conversion of scientific data in the HDF5 format.  Included are programs to convert HDF5 datasets into the formats required by other free visualization software (e.g. plain text, Vis5d, and [[VTK]]).
+
{{Package-Introduction|h5utils is a set of utilities for visualization and conversion of scientific data in the HDF5 format.  Included are programs to convert HDF5 datasets into the formats required by other free visualization software (e.g. plain text, Vis5d, and [[VTK]]).|http://ab-initio.mit.edu/h5utils}}
 
 
<b>Package Homepage:</b> http://ab-initio.mit.edu/h5utils
 
  
 
== Dependencies ==
 
== Dependencies ==

Revision as of 13:54, 16 April 2007

Download Source: http://ab-initio.mit.edu/h5utils/h5utils-1.10.tar.gz

Introduction to H5utils

h5utils is a set of utilities for visualization and conversion of scientific data in the HDF5 format. Included are programs to convert HDF5 datasets into the formats required by other free visualization software (e.g. plain text, Vis5d, and VTK).

Project Homepage: http://ab-initio.mit.edu/h5utils

Dependencies

Required

Recommended

Optional

Configuration Information

--with-hdf4: build hdf4 utils even if h4toh5 and h5toh4 are present.
--without-octave: don't compile h5read Octave plugin.
--with-v5d=<dir> use Vis5d in <dir> for h5tov5d.

Non-Multilib

Compile the package:

sed -i 's@hdf.h@hdf5.h@g' configure &&
./configure --prefix=/usr &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

sed -i 's@hdf.h@hdf5.h@g' configure &&
CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" ./configure --prefix=/usr &&
make

Install the package:

make install

N32

Compile the package:

sed -i 's@hdf.h@hdf5.h@g' configure &&
CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" ./configure \
--prefix=/usr --libdir=/usr/lib32 &&
make

Install the package:

make install

64Bit

Compile the package:

sed -i 's@hdf.h@hdf5.h@g' configure &&
CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" ./configure \
--prefix=/usr --libdir=/usr/lib64 &&
make

Install the package:

make install

Contents

Installed Directories:
Installed Programs:
Installed Libraries:

Short Descriptions