pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hdf5 Update to 1.6.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0228aa0e1f45
branches:  trunk
changeset: 459673:0228aa0e1f45
user:      jtb <jtb%pkgsrc.org@localhost>
date:      Mon Aug 04 17:26:59 2003 +0000

description:
Update to 1.6.0.

Summary: This release has the following new features that are not
         available in 1.4.* releases

 1. Generic properties to give application more control on I/O pipeline
 2. Time allocation and fill value properties
 3. New  filters: external compression filter szip
                  internal shuffling and checksum filters
 4. Compact storage layout for datasets
 5. Redesigned I/O pipeline for better performance.

 For more information see
 http://hdf.ncsa.uiuc.edu/HDF5/doc_resource/SZIP/index.html
 http://hdf.ncsa.uiuc.edu/HDF5/doc/ADGuide.html
 http://hdf.ncsa.uiuc.edu/HDF5/doc/ADGuide/Changes.html

diffstat:

 devel/hdf5/Makefile         |  10 +++++-----
 devel/hdf5/distinfo         |   8 ++++----
 devel/hdf5/patches/patch-aa |  24 ++++++++++++------------
 3 files changed, 21 insertions(+), 21 deletions(-)

diffs (68 lines):

diff -r 68cd7597c8da -r 0228aa0e1f45 devel/hdf5/Makefile
--- a/devel/hdf5/Makefile       Mon Aug 04 17:11:18 2003 +0000
+++ b/devel/hdf5/Makefile       Mon Aug 04 17:26:59 2003 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.19 2003/07/17 21:31:05 grant Exp $
+# $NetBSD: Makefile,v 1.20 2003/08/04 17:26:59 jtb Exp $
 
-DISTNAME=              hdf5-1.4.5-post2
-PKGNAME=               hdf5-1.4.5.2
+DISTNAME=              hdf5-1.6.0
 CATEGORIES=            devel
-MASTER_SITES=          ftp://hdf.ncsa.uiuc.edu/HDF5/hdf5-1.4.5/src/ \
-                       ftp://sunsite.doc.ic.ac.uk/packages/HDF/HDF5/hdf5-1.4.5/src/ \
+MASTER_SITES=          ftp://hdf.ncsa.uiuc.edu/HDF5/hdf5-1.6.0/src/ \
+                       ftp://sunsite.doc.ic.ac.uk/packages/HDF/HDF5/hdf5-1.6.0/src/ \
                        http://www.go.dlr.de/fresh/unix/src/misc/
 
 MAINTAINER=            tech-pkg%NetBSD.org@localhost
@@ -15,6 +14,7 @@
 USE_BUILDLINK2=                # defined
 USE_LIBTOOL=           # defined
 LIBTOOL_OVERRIDE=      ${WRKSRC}/libtool
+TEST_TARGET=           check
 
 post-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/tools/misc/h5cc ${PREFIX}/bin
diff -r 68cd7597c8da -r 0228aa0e1f45 devel/hdf5/distinfo
--- a/devel/hdf5/distinfo       Mon Aug 04 17:11:18 2003 +0000
+++ b/devel/hdf5/distinfo       Mon Aug 04 17:26:59 2003 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2003/05/09 23:58:51 jtb Exp $
+$NetBSD: distinfo,v 1.8 2003/08/04 17:26:59 jtb Exp $
 
-SHA1 (hdf5-1.4.5-post2.tar.gz) = 6ce6251dc7a4be4bfa1fb6002b6e790a5a23fd5d
-Size (hdf5-1.4.5-post2.tar.gz) = 3046682 bytes
-SHA1 (patch-aa) = 4f9e284a72a2b4f96eab9d38045f7bee9f7787ab
+SHA1 (hdf5-1.6.0.tar.gz) = e310800d8a9b9a1cd571adc7a37b8662aa947db6
+Size (hdf5-1.6.0.tar.gz) = 3788918 bytes
+SHA1 (patch-aa) = 1638df4bf53fb0c326ba7aaa2f2a01f8e03f9d56
diff -r 68cd7597c8da -r 0228aa0e1f45 devel/hdf5/patches/patch-aa
--- a/devel/hdf5/patches/patch-aa       Mon Aug 04 17:11:18 2003 +0000
+++ b/devel/hdf5/patches/patch-aa       Mon Aug 04 17:26:59 2003 +0000
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.5 2002/10/28 16:32:02 drochner Exp $
+$NetBSD: patch-aa,v 1.6 2003/08/04 17:27:01 jtb Exp $
 
---- tools/misc/Makefile.in.orig        Thu Jun 13 16:02:55 2002
-+++ tools/misc/Makefile.in     Mon Oct 28 16:59:36 2002
-@@ -34,7 +34,7 @@
- LIBTOOLS=../lib/libh5tools.la
- LIBHDF5=$(top_builddir)/src/libhdf5.la
- 
--PUB_PROGS=h5cc h5debug h5import h5redeploy h5repart @PDB2HDF@
-+PUB_PROGS=h5debug h5import h5repart @PDB2HDF@
- PROGS=$(PUB_PROGS) $(TEST_PROGS)
- 
- ## Source and object files for the library; do not install
+--- config/commence.in.orig    2003-08-04 17:55:43.000000000 +0100
++++ config/commence.in 2003-08-04 17:56:24.000000000 +0100
+@@ -59,7 +59,7 @@
+ ## defined. The main makefile is free to redefine these to something else.
+ DOCDIR=$(docdir)
+ SUBDOCDIR=
+-EXAMPLEDIR=$(docdir)/hdf5/examples/c
++EXAMPLEDIR=$(prefix)/share/examples/hdf5/c
+ LIB=
+ LIB_SRC=
+ LIB_OBJ=



Home | Main Index | Thread Index | Old Index