[h5py] 210/455: Make example work properly with HDF5 1.8

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:19:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 1.3.0
in repository h5py.

commit 80c7497ce1c2c1ed3fda2c395458216e83fc9221
Author: andrewcollette <andrew.collette at gmail.com>
Date:   Thu Jan 29 06:00:39 2009 +0000

    Make example work properly with HDF5 1.8
---
 lzf/example.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lzf/example.c b/lzf/example.c
index fe05c51..17088f3 100644
--- a/lzf/example.c
+++ b/lzf/example.c
@@ -19,7 +19,7 @@
 
     To compile:
 
-    h5cc lzf/*.c lzf_filter.c example.c -o example
+    h5cc -DH5_USE_16_API lzf/*.c lzf_filter.c example.c -o example
 
     To run:
 
@@ -37,8 +37,6 @@
         Type:      native float
 */
 
-#define H5_USE_16_API
-
 #include "hdf5.h"
 #include "lzf_filter.h"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list