]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/vtk/6811.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / vtk / 6811.patch
1 From 34b9d59acb1688f4a9f38908760d5756a0e05ee4 Mon Sep 17 00:00:00 2001
2 From: Julien Schueller <schueller@phimeca.com>
3 Date: Fri, 24 Apr 2020 08:28:23 -0400
4 Subject: [PATCH] vtk_hdf5: Stick to 1.10.x API
5
6 Closes #17866
7 ---
8 ThirdParty/hdf5/vtk_hdf5.h.in | 2 ++
9 1 file changed, 2 insertions(+)
10
11 diff --git a/ThirdParty/hdf5/vtk_hdf5.h.in b/ThirdParty/hdf5/vtk_hdf5.h.in
12 index 1d802937ba..c4738b2cbf 100644
13 --- a/ThirdParty/hdf5/vtk_hdf5.h.in
14 +++ b/ThirdParty/hdf5/vtk_hdf5.h.in
15 @@ -18,6 +18,8 @@
16 /* Use the hdf5 library configured for VTK. */
17 #cmakedefine01 VTK_MODULE_USE_EXTERNAL_vtkhdf5
18
19 +#define H5_USE_110_API
20 +
21 #if VTK_MODULE_USE_EXTERNAL_vtkhdf5
22 #cmakedefine01 vtkhdf5_is_parallel
23 #if vtkhdf5_is_parallel
24 --
25 GitLab
26