Package: r-bioc-rhdf5 / 2.34.0+dfsg-1

hack_to_use_H5private.h.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 25 Apr 2019 06:58:57 +0200
Description: r-bioc-rhdf5 is using H5private.h
 While this is totally broken to use this private header file
 it is provided here as a copy of the source code of
   libhdf5-dev 1.10.4+repack-10
 which is provided as a code copy

--- a/src/h5testLock.h
+++ b/src/h5testLock.h
@@ -1,6 +1,6 @@
 #include <fcntl.h>
 #include "myhdf5.h"
-#include <H5private.h>
+#include "H5private.h"
 
 
 #ifndef HDopen