3e8fe03112
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
30 lines
1.1 KiB
Makefile
30 lines
1.1 KiB
Makefile
# $NetBSD: Makefile,v 1.20 2003/08/04 17:26:59 jtb Exp $
|
|
|
|
DISTNAME= hdf5-1.6.0
|
|
CATEGORIES= devel
|
|
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
|
|
HOMEPAGE= http://hdf.ncsa.uiuc.edu/HDF5/
|
|
COMMENT= Hierarchical Data Format (new generation)
|
|
|
|
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
|
|
${INSTALL_SCRIPT} ${WRKSRC}/tools/misc/h5redeploy.in ${PREFIX}/bin/h5redeploy
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/hdf5
|
|
cd ${WRKSRC} && ${INSTALL_DATA} COPYING release_docs/HISTORY.txt \
|
|
release_docs/RELEASE.txt ${PREFIX}/share/doc/hdf5
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/hdf5
|
|
cd ${WRKSRC}/doc/html && ${PAX} -rw . ${PREFIX}/share/doc/html/hdf5
|
|
${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/doc/html/hdf5
|
|
|
|
.include "../../devel/zlib/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|