pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hdf5 Changes 1.8.10-patch1:
details: https://anonhg.NetBSD.org/pkgsrc/rev/02af81265641
branches: trunk
changeset: 617029:02af81265641
user: adam <adam%pkgsrc.org@localhost>
date: Tue Apr 09 14:25:40 2013 +0000
description:
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:
devel/hdf5/Makefile.common | 6 +++---
devel/hdf5/distinfo | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (32 lines):
diff -r 54cb750fb40c -r 02af81265641 devel/hdf5/Makefile.common
--- a/devel/hdf5/Makefile.common Tue Apr 09 12:32:04 2013 +0000
+++ b/devel/hdf5/Makefile.common Tue Apr 09 14:25:40 2013 +0000
@@ -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 -r 54cb750fb40c -r 02af81265641 devel/hdf5/distinfo
--- a/devel/hdf5/distinfo Tue Apr 09 12:32:04 2013 +0000
+++ b/devel/hdf5/distinfo Tue Apr 09 14:25:40 2013 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index