Skip to content
Snippets Groups Projects
Commit 28b91894 authored by Bas Couwenberg's avatar Bas Couwenberg
Browse files

New patch for HDF5 1.10 support. (closes: #841963)

parent 3b090583
No related branches found
No related tags found
No related merge requests found
libpdl-io-hdf5-perl (1:0.73-3) UNRELEASED; urgency=medium
* Team upload.
[ Bas Couwenberg ]
* Add patch to fix spelling errors.
[ Gilles Filippini ]
* New patch for HDF5 1.10 support.
(closes: #841963)
-- Bas Couwenberg <sebastic@debian.org> Sun, 09 Oct 2016 18:10:46 +0200
libpdl-io-hdf5-perl (1:0.73-2) unstable; urgency=medium
......
Description: Add support for for HDF5 1.10.
Author: Gilles Filippini <pini@debian.org>
--- a/hdf5.pd
+++ b/hdf5.pd
@@ -1624,7 +1624,7 @@ char *s;
return -1;
}
-double
+hid_t
constant(name, arg)
char *name;
int arg;
@@ -2507,7 +2507,7 @@ EOXS
pp_addxs('',<<'EOXS');
-double
+hid_t
constant(name,arg)
char * name
int arg
@@ -2739,7 +2739,7 @@ OUTPUT:
# Sub to add the H5T_VARIABLE constant
# This is added manually here, rather than regenerate the constant function above
-size_t
+hid_t
H5T_VARIABLE()
CODE:
RETVAL = H5T_VARIABLE;
......@@ -3,3 +3,4 @@ clean_newFile_hd5.patch
support-hdf5-1.8.13.patch
reproducible_build.patch
spelling-errors.patch
hdf5-1.10.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment