aboutsummaryrefslogtreecommitdiff
path: root/ports/vtk/6811.patch
diff options
context:
space:
mode:
authorAlexander Neumann <30894796+Neumann-A@users.noreply.github.com>2021-08-30 19:03:01 +0200
committerGitHub <noreply@github.com>2021-08-30 10:03:01 -0700
commit8c7e8df01549e59ac28469193976fbbe08e00f21 (patch)
tree75aa5c6942ddd9c58b28a814a4cf4f41c56eceb6 /ports/vtk/6811.patch
parent047e8ef16e2cdb431b9857b79fdfa237b0f038e2 (diff)
downloadvcpkg-8c7e8df01549e59ac28469193976fbbe08e00f21.tar.gz
vcpkg-8c7e8df01549e59ac28469193976fbbe08e00f21.zip
[CGNS|VTK-M|VTK|ParaView] Update ports (#18248)
* [cgns] update to 4.2.0 * [vtk-m] update to 1.6.0 * [vtk] Update to 9.0.1-pv5.9.1 - VTK update to match release version of ParaView * [ParaView] Update to 5.9.1 * version stuff * fix automatic svg linkage in static builds * update qt5-svg * revisit vtk - fix build with vtk-m 1.6 - remove unused patches - remove comments * bump version * remove two commented lines * version stuff * remove old PR version Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'ports/vtk/6811.patch')
-rw-r--r--ports/vtk/6811.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/ports/vtk/6811.patch b/ports/vtk/6811.patch
deleted file mode 100644
index 86dca7ea0..000000000
--- a/ports/vtk/6811.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 34b9d59acb1688f4a9f38908760d5756a0e05ee4 Mon Sep 17 00:00:00 2001
-From: Julien Schueller <schueller@phimeca.com>
-Date: Fri, 24 Apr 2020 08:28:23 -0400
-Subject: [PATCH] vtk_hdf5: Stick to 1.10.x API
-
-Closes #17866
----
- ThirdParty/hdf5/vtk_hdf5.h.in | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/ThirdParty/hdf5/vtk_hdf5.h.in b/ThirdParty/hdf5/vtk_hdf5.h.in
-index 1d802937ba..c4738b2cbf 100644
---- a/ThirdParty/hdf5/vtk_hdf5.h.in
-+++ b/ThirdParty/hdf5/vtk_hdf5.h.in
-@@ -18,6 +18,8 @@
- /* Use the hdf5 library configured for VTK. */
- #cmakedefine01 VTK_MODULE_USE_EXTERNAL_vtkhdf5
-
-+#define H5_USE_110_API
-+
- #if VTK_MODULE_USE_EXTERNAL_vtkhdf5
- #cmakedefine01 vtkhdf5_is_parallel
- #if vtkhdf5_is_parallel
---
-GitLab
-