diff options
author | jtb <jtb@pkgsrc.org> | 2003-08-04 17:26:59 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2003-08-04 17:26:59 +0000 |
commit | 3e8fe031121e343b35c1c6a68a15bd6277ae3943 (patch) | |
tree | 5cdf8a5e7669cd7e406ccfdbe12adfba04a18826 /devel/hdf5/Makefile | |
parent | 422d113c110daef4af76417a95c471c9eb648bb5 (diff) | |
download | pkgsrc-3e8fe031121e343b35c1c6a68a15bd6277ae3943.tar.gz |
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 (limited to 'devel/hdf5/Makefile')
-rw-r--r-- | devel/hdf5/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/hdf5/Makefile b/devel/hdf5/Makefile index cc80ab5ac4d..a7145ef86e9 100644 --- a/devel/hdf5/Makefile +++ b/devel/hdf5/Makefile @@ -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 @@ -15,6 +14,7 @@ GNU_CONFIGURE= # defined USE_BUILDLINK2= # defined USE_LIBTOOL= # defined LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +TEST_TARGET= check post-install: ${INSTALL_SCRIPT} ${WRKSRC}/tools/misc/h5cc ${PREFIX}/bin |