File: hdf5_transition.patch

package info (click to toggle)
hdf-eos5 2%3A2.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,692 kB
  • sloc: ansic: 92,051; fortran: 31,463; sh: 11,395; makefile: 492
file content (15 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Fix needed to build with hdf5-1.8.8
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Upated: 2012-01-19
Forwarded: no

--- a/include/HE5_HdfEosDef.h
+++ b/include/HE5_HdfEosDef.h
@@ -24,6 +24,7 @@
 #ifndef HE5_HDFEOSDEF_H_
 #define HE5_HDFEOSDEF_H_
 
+#define H5_USE_16_API 1
 #include <hdf5.h>
 
 #ifdef H5_USE_16_API