pkgsrc/devel/hdf5-c++/PLIST
adam 302f01d1a6 Changes 1.8.11:
Configuration
- Libtool version number is changed to 8.0.0 because there are API
  changes. See below for details.
- Mac OS X 10.7 (Lion) and 10.8 (Mountain Lion) uses clang/clang++ as the
  default C and C++ compilers.
- CMake minimum is now 2.8.10.
- A new tool, cmakehdf5, which is a build command script similar to
  buildhdf5 is added and is available in the bin directory.

Library
- The library can load filter libraries dynamically during runtime.  Users
  can set the search path through environment variable HDF5_PLUGIN_PATH
  and call H5Pset_filter to enable a dynamic filter.
- Added new API functions H5Dscatter and H5Dgather to scatter data to and
  and gather data from a selection within a memory buffer.
- The library now supports the data conversion from enumeration to numeric
  (integer and floating-point number) datatypes. See Issue HDFFV-8221.

Tools
- h5dump: added new option -O or -ddl to output the ddl text to a file. This
  is a complement to the -o or --output option, which redirects the data to
  a file.
2013-09-01 09:56:41 +00:00

45 lines
1.1 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2013/09/01 09:56:41 adam Exp $
bin/h5c++
include/H5AbstractDs.h
include/H5ArrayType.h
include/H5AtomType.h
include/H5Attribute.h
include/H5Classes.h
include/H5CommonFG.h
include/H5CompType.h
include/H5Cpp.h
include/H5CppDoc.h
include/H5DataSet.h
include/H5DataSpace.h
include/H5DataType.h
include/H5DcreatProp.h
include/H5DxferProp.h
include/H5EnumType.h
include/H5Exception.h
include/H5FaccProp.h
include/H5FcreatProp.h
include/H5File.h
include/H5FloatType.h
include/H5Group.h
include/H5IdComponent.h
include/H5Include.h
include/H5IntType.h
include/H5Library.h
include/H5Object.h
include/H5PacketTable.h
include/H5PredType.h
include/H5PropList.h
include/H5StrType.h
include/H5VarLenType.h
lib/libhdf5_cpp.la
lib/libhdf5_hl_cpp.la
share/examples/hdf5/c++/chunks.cpp
share/examples/hdf5/c++/compound.cpp
share/examples/hdf5/c++/create.cpp
share/examples/hdf5/c++/extend_ds.cpp
share/examples/hdf5/c++/h5group.cpp
share/examples/hdf5/c++/readdata.cpp
share/examples/hdf5/c++/run-c++-ex.sh
share/examples/hdf5/c++/writedata.cpp
share/examples/hdf5/hl/c++/ptExampleFL.cpp
share/examples/hdf5/hl/c++/run-hlc++-ex.sh