mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
095fbe3e1a
- Add LICENSE - Convert to new LIB_DEPENDS format - Convert to new options helper - Use NOT_FOR_ARCHS - Strip shared library - Remove deprecated PTHREAD_* - Use MAKE_CMD - Bump PORTREVISION for science/hdf5 shlib change [1] Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Approved by: portmgr (bapt) [1]
17 lines
863 B
Plaintext
17 lines
863 B
Plaintext
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/
|