File: hdf5_transition.patch

package info (click to toggle)
hdf-eos5 5.1.16.dfsg.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 43,632 kB
  • sloc: ansic: 94,678; fortran: 33,374; sh: 22,901; csh: 928; makefile: 663
file content (17 lines) | stat: -rw-r--r-- 507 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix needed to build with hdf5-1.8.8
Author: Alastair McKinstry <mckinstry@debian.org>
Last-Upated: 2012-01-19
Forwarded: no

Index: hdf-eos5-5.1.16.dfsg.1/include/HE5_HdfEosDef.h
===================================================================
--- hdf-eos5-5.1.16.dfsg.1.orig/include/HE5_HdfEosDef.h
+++ hdf-eos5-5.1.16.dfsg.1/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