diff options
author | adam <adam@pkgsrc.org> | 2013-04-09 14:25:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2013-04-09 14:25:40 +0000 |
commit | 7f08fc4090dad4b85dac86d5e14b835600a4b53d (patch) | |
tree | 297734eb962b489afea17a316a59b2ca49c634b0 /devel/hdf5 | |
parent | 388c61c36b00b2393431831be6fc1f79817fa45c (diff) | |
download | pkgsrc-7f08fc4090dad4b85dac86d5e14b835600a4b53d.tar.gz |
Changes 1.8.10-patch1:
Library
-------
- The library now behaves correctly when performing large I/O operations on
Mac OS-X. Previously, single I/O operations > 2 GB would fail since the
Darwin read/write calls cannot handle the number of bytes that their
parameter types imply.
Fixes HDFFV-7975 and HDFFV-8240 (DER - 07 JAN 2013)
- Fixed a bug in the core VFD that cause failures when opening files > 2 GB.
Fixes HDFFV-8124 and HDFFV-8158 (DER - 07 JAN 2013)
Tools
-----
- The following h5stat test case failed in BG/P machines (and potentially
other machines that display extra output if an MPI task returns with a
non-zero code.)
Testing h5stat notexist.h5
The test script was fixed to ignore the extra output.
HDFFV-8233 (AKC - 2012/12/17)
- h5diff: Fixed slowness when comparing HDF5 files with many attributes.
Much slower performance was identified with later release version
(from 1.8.7 to 1.8.10) compared to 1.8.6. The issue was introduced
from fixing an attribute related bug for 1.8.7 release in the past.
HDFFV-8145 (JKM 2012/12/13)
Diffstat (limited to 'devel/hdf5')
-rw-r--r-- | devel/hdf5/Makefile.common | 6 | ||||
-rw-r--r-- | devel/hdf5/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/hdf5/Makefile.common b/devel/hdf5/Makefile.common index 29a74187c37..ea147366a17 100644 --- a/devel/hdf5/Makefile.common +++ b/devel/hdf5/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.5 2012/12/09 00:07:38 adam Exp $ +# $NetBSD: Makefile.common,v 1.6 2013/04/09 14:25:40 adam Exp $ # used by devel/hdf5/Makefile # used by devel/hdf5-c++/Makefile -HDF5_VER= 1.8.10 -DISTNAME= hdf5-${HDF5_VER} +HDF5_VER= 1.8.10.1 +DISTNAME= hdf5-1.8.10-patch1 CATEGORIES= devel MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/current/src/ EXTRACT_SUFX= .tar.bz2 diff --git a/devel/hdf5/distinfo b/devel/hdf5/distinfo index 609e004be0a..3e2d69c478a 100644 --- a/devel/hdf5/distinfo +++ b/devel/hdf5/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.29 2012/12/09 00:07:38 adam Exp $ +$NetBSD: distinfo,v 1.30 2013/04/09 14:25:40 adam Exp $ -SHA1 (hdf5-1.8.10.tar.bz2) = 867a91b75ee0bbd1f1b13aecd52e883be1507a2c -RMD160 (hdf5-1.8.10.tar.bz2) = 78fe33ae4205068f7bddeb98f0e7a2c77310b651 -Size (hdf5-1.8.10.tar.bz2) = 6024645 bytes +SHA1 (hdf5-1.8.10-patch1.tar.bz2) = 458cb91496e313debd55d52a7f89459a5469cceb +RMD160 (hdf5-1.8.10-patch1.tar.bz2) = d28b78ddc812994d473a6872814bc4904a4dff91 +Size (hdf5-1.8.10-patch1.tar.bz2) = 6010792 bytes SHA1 (patch-c++_examples_Makefile.in) = 9ae14ae81abc9c858abb0d03b92e498b2113591c SHA1 (patch-c++_examples_run-c++-ex.sh.in) = 58c38b2ba5557cdae2c4fe1e72c6fa55e5606f1e SHA1 (patch-configure) = b8d6e6e53ecb5e5861fba88be1a203cedf6747b3 |