Subject: CVS commit: pkgsrc/devel/hdf
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 02/24/2005 16:25:38
Module Name: pkgsrc
Committed By: adam
Date: Thu Feb 24 16:25:38 UTC 2005
Modified Files:
pkgsrc/devel/hdf: Makefile PLIST distinfo
pkgsrc/devel/hdf/patches: patch-aj patch-ao patch-ba
Log Message:
Changes 4.2r1:
Configuration
* By default HDF4 libraries and utilities are installed under
<source_dir>/NewHDF
* Windows configuration, build and testing procedures have been changed.
Please see INSTALL_WINDOWS.txt file for more information
Library
* New API SDidtype was added to the library (bug #766)
* HCgetcompress renamed to HCPgetcompress
* New API HCget_config_info added
* The default chunk cache size was changed for 2D and higher
chunks
* Pablo instumentation was removed
Utilities
* hdiff and hrepack are supported on Windows.
* Substantial performance improvements in hdiff and hrepack
Support for new platforms and compilers
* Fortran IBM xlf v 8.1 and Absoft f95 version 8.2 compilers
are supported on Mac OSX.
* Absoft Fortran compiler f95 version 9.0 is supported on Linux 2.4
* PGI C and Fortran compilers are supported on Linux 2.4
* Intel C and Fortran compilers are supported on Linux 2.4
* Cray TS IEEE is supported.
Bugs fixed since HDF4.2r0
* VERY IMPORTANT:
Data compressed with SZIP may be corrupted; fixed. For more
information see "HDF4.2r1 SZIP Release Notes" available at
http://hdf.ncsa.uiuc.edu/doc_resource/SZIP/SZIP_HDF4_2r1.pdf
* Fortran couldn't read names with spaces when NetCDF interfaces
were used; fixed
* Library failed to compile in presence of the NetCDF library; fixed
* h4fc couldn't create object files; fixed
* When rank of SDS is 0, some SD APIs give segmentation fault (bug 1045);
fixed
* Some GR images with special elements are read in as duplicate
(bug 814); fixed
* Many bugs fixed in hdiff and hrepack utilities
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 pkgsrc/devel/hdf/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/devel/hdf/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/hdf/distinfo
cvs rdiff -r1.6 -r1.7 pkgsrc/devel/hdf/patches/patch-aj \
pkgsrc/devel/hdf/patches/patch-ao
cvs rdiff -r1.1 -r1.2 pkgsrc/devel/hdf/patches/patch-ba
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.