pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/hdf5



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Dec  9 00:07:39 UTC 2012

Modified Files:
        pkgsrc/devel/hdf5: Makefile Makefile.common distinfo
        pkgsrc/devel/hdf5/patches: patch-c++_examples_Makefile.in
            patch-examples_Makefile.in patch-hl_c++_examples_Makefile.in
            patch-tools_h5jam_testh5jam.sh.in
Added Files:
        pkgsrc/devel/hdf5/patches: patch-configure
Removed Files:
        pkgsrc/devel/hdf5/patches: patch-configure.in
            patch-tools_h5copy_testh5copy.sh patch-tools_h5diff_testh5diff.sh
            patch-tools_h5dump_testh5dump.sh.in
            patch-tools_h5import_h5importtestutil.sh
            patch-tools_h5ls_testh5ls.sh.in patch-tools_h5repack_h5repack.sh.in
            patch-tools_h5stat_testh5stat.sh.in

Log Message:
Changes 1.8.10:
* The following new C function has been added:
        H5Pget_mpio_no_collective_cause
* The following new Fortran subroutine has been added:
        h5pget_mpio_actual_io_mode_f
* The syntax of the following high-level C function has changed:
        H5TBAget_fill
This function’s return type has been changed to h5tri_t. A return value of 1 
indicates that a fill value is present, 0 indicates that no fill value is 
present, and a negative value indicates an error. (The former return type was 
herr_t.)
Note that H5TBAget_fill and a companion function H5TBAget_title, both in the 
HDF5 Table (H5TB) high-level API, are undocumented. These functions will be 
added to the HDF5 Reference Manual shortly after HDF5 Release 1.8.10.

Changed Command-line Tool
* h5import has been updated to accept an input file created by h5dump.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/hdf5/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hdf5/Makefile.common
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/hdf5/distinfo
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/devel/hdf5/patches/patch-c++_examples_Makefile.in \
    pkgsrc/devel/hdf5/patches/patch-examples_Makefile.in \
    pkgsrc/devel/hdf5/patches/patch-hl_c++_examples_Makefile.in \
    pkgsrc/devel/hdf5/patches/patch-tools_h5jam_testh5jam.sh.in
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hdf5/patches/patch-configure
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/hdf5/patches/patch-configure.in \
    pkgsrc/devel/hdf5/patches/patch-tools_h5copy_testh5copy.sh \
    pkgsrc/devel/hdf5/patches/patch-tools_h5diff_testh5diff.sh \
    pkgsrc/devel/hdf5/patches/patch-tools_h5dump_testh5dump.sh.in \
    pkgsrc/devel/hdf5/patches/patch-tools_h5import_h5importtestutil.sh \
    pkgsrc/devel/hdf5/patches/patch-tools_h5ls_testh5ls.sh.in \
    pkgsrc/devel/hdf5/patches/patch-tools_h5repack_h5repack.sh.in \
    pkgsrc/devel/hdf5/patches/patch-tools_h5stat_testh5stat.sh.in

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index