Hierarchical Data Format library (from NCSA) Maintained by:koziol@hdfgroup.org Port Added: 24 Nov 2008 05:26:03 Also Listed In:archiversgraphics License: not specified in port
HDF5 is a completely new Hierarchical Data Format product consisting of a
data format specification and a supporting library implementation. HDF5 is
designed to address some of the limitations of the older HDF product and to
address current and anticipated requirements of modern systems and
applications.
HDF5 includes the following improvements.
- A new file format designed to address some of the deficiencies of HDF4.x,
particularly the need to store larger files and more objects per file.
- A simpler, more comprehensive data model that includes only two basic
structures: a multidimensional array of record structures, and a grouping
structure.
- A simpler, better-engineered library and API, with improved support for
parallel I/O, threads, and other requirements imposed by modern systems
and applications.
WWW: http://www.hdfgroup.org/HDF5/
To install the port:cd /usr/ports/science/hdf5-18/ && make install clean To add the package:pkg_add -r hdf5
Configuration Options
===> The following configuration options are available for hdf5-1.8.9:
DEBUG=off: Install debug symbols
EXAMPLES=on: Build and/or install examples
FORTRAN=off: Fortran support
SZIP=off: SZIP support
===> Use 'make config' to modify these settings