Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2026 22:32:41 +0000
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 51f037d17997 - main - science/paraview: upgrade to 6.0.1
Message-ID:  <6977eb89.386f6.11b793e1@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=51f037d17997ef9d44b0b753d2aadebd042c15fd

commit 51f037d17997ef9d44b0b753d2aadebd042c15fd
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2026-01-26 09:43:26 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2026-01-26 22:32:36 +0000

    science/paraview: upgrade to 6.0.1
    
    Releases notes at https://www.kitware.com/paraview-6-0-0-release-notes/
    and https://www.kitware.com/paraview-6-0-1-release-notes/
    
    Also switch from MPICH to OpenMPI, to be consistent with VTK.
---
 science/paraview/Makefile                          |  33 +-
 science/paraview/Makefile.version                  |   2 +-
 science/paraview/distinfo                          |   6 +-
 .../files/patch-CMake_ParaViewClient.cmake         |  19 +-
 .../files/patch-CMake_ParaViewCompilerChecks.cmake |  18 -
 ...patch-Qt_Core_pqFlatTreeViewEventTranslator.cxx |  13 +
 .../patch-Qt_Core_pqQVTKWidgetEventTranslator.cxx  |  33 ++
 .../files/patch-Qt_Core_pqServerConfiguration.cxx  |   4 +-
 ...qttesting_pqAbstractItemViewEventTranslator.cxx |  13 +
 ...g_vtkqttesting_pqBasicWidgetEventTranslator.cxx |  13 +
 .../patch-VTKExtensions_Core_vtkCLIOptions.cxx     |  20 -
 .../files/patch-VTK_CMake_vtkCompilerChecks.cmake  |  11 -
 ...hirdParty_..._include_viskoresdiy_mpi__cast.hpp |  11 +
 .../files/patch-VTK_ThirdParty_diy2_CMakeLists.txt |  14 -
 .../files/patch-VTK_ThirdParty_diy2_vtk.module     |  11 -
 ...ThirdParty_diy2_vtkdiy2_include_vtkdiy2_log.hpp |  14 -
 ...ch-VTK_ThirdParty_eigen_vtkeigen_CMakeLists.txt |   8 +-
 ...dParty_exodusII_vtkexodusII_src_ex__put__prop.c |  11 -
 ...exodusII_vtkexodusII_src_ex__put__prop__names.c |  11 -
 ...patch-VTK_ThirdParty_fast__float_CMakeLists.txt |   4 +-
 ...dParty_vtkm_thirdparty_diy_vtkmdiy_mpi_cast.hpp |  11 -
 ...vtkm_vtk-m_vtkm_internal_VariantImplDetail.h.in |  11 -
 science/paraview/files/patch-ffmpeg8-fix           |  36 --
 science/paraview/files/patch-qt-6.10.1-fix         |  77 ---
 science/paraview/pkg-plist                         | 611 ++++++++++++++-------
 25 files changed, 536 insertions(+), 479 deletions(-)

diff --git a/science/paraview/Makefile b/science/paraview/Makefile
index 1825a721a15a..4dc85421efbe 100644
--- a/science/paraview/Makefile
+++ b/science/paraview/Makefile
@@ -1,6 +1,5 @@
 PORTNAME=	paraview
-DISTVERSION=	${PARAVIEW_VER}.3
-PORTREVISION=	11
+DISTVERSION=	${PARAVIEW_VER}.1
 CATEGORIES=	science graphics
 MASTER_SITES=	http://www.paraview.org/files/v${PARAVIEW_VER}/
 DISTNAME=	ParaView-v${PORTVERSION}
@@ -63,7 +62,7 @@ RUN_DEPENDS=	${PYNUMPY}	\
 		${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:math/py-matplotlib@${PY_FLAVOR}
 
 USES=		cmake compiler:c++17-lang desktop-file-utils eigen:3 fortran gl gnome	\
-		jpeg localbase llvm:min=19 pkgconfig python qt:6 shebangfix sqlite tar:xz xorg
+		jpeg localbase pkgconfig python qt:6 shebangfix sqlite tar:xz xorg
 USE_GL=		glew opengl
 USE_GNOME=	libxml2
 USE_QT=		5compat base svg tools webengine
@@ -85,7 +84,6 @@ CMAKE_ARGS+=	-DPARAVIEW_BUILD_SHARED_LIBS=ON \
 		-DPARAVIEW_ENABLE_GDAL:BOOL=ON \
 		-DPARAVIEW_ENABLE_PDAL:BOOL=ON \
 		-DPARAVIEW_ENABLE_OPENTURNS:BOOL=ON \
-		-DPARAVIEW_ENABLE_OPENTURNS:BOOL=ON \
 		-DPARAVIEW_ENABLE_MOTIONFX:BOOL=ON \
 		-DPARAVIEW_ENABLE_XDMF2:BOOL=ON \
 		-DPARAVIEW_ENABLE_XDMF3:BOOL=ON \
@@ -100,8 +98,11 @@ CMAKE_ARGS+=	-DPARAVIEW_BUILD_SHARED_LIBS=ON \
 		-DVTK_MODULE_USE_EXTERNAL_VTK_token:BOOL=OFF \
 		-DExternalData_OBJECT_STORES="${WRKDIR}/VTK/ExternalData/MD5" \
 		-DFREETYPE_INCLUDE_DIRS="${LOCALBASE}/include/freetype2"
-# VTKm is BROKEN ATM: https://gitlab.kitware.com/paraview/paraview/-/issues/22876
-CMAKE_ARGS+=	-DPARAVIEW_USE_VTKM:BOOL=OFF
+# TODO: port Viskores - https://viskores.org/
+CMAKE_ARGS+=	-DPARAVIEW_USE_VISKORES:BOOL=OFF
+# To enable external VTK, it should be configured with several modules
+#	-DVTK_MODULE_ENABLE_VTK_xxx=WANT
+CMAKE_ARGS+=	-DPARAVIEW_USE_EXTERNAL_VTK:BOOL=OFF
 .if !defined(MAINTAINER_MODE)
 CMAKE_ARGS+=	-DVTK_FORBID_DOWNLOADS:BOOL=ON
 .endif
@@ -113,16 +114,17 @@ SHEBANG_FILES=	VTK/Examples/SearchScript.sh	\
 		VTK/Utilities/Maintenance/*.sh	\
 		Clients/CommandLineExecutables/paraview-config.in
 
-OPTIONS_DEFINE=	DOCS EXAMPLES MPICH OSMESA
+OPTIONS_DEFINE=	DOCS EXAMPLES OMPI OSMESA TEST
 OPTIONS_SUB=	yes
+OMPI_DESC=	OpenMPI (Message Passing Interface) support
 OSMESA_DESC=	Use Mesa for off-screen rendering
 
 # mpi4py and other programs must be compiled against the same MPI provider
-MPICH_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mpi4py-mpich>=0:net/py-mpi4py-mpich@${PY_FLAVOR}
-MPICH_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mpi4py-mpich>=0:net/py-mpi4py-mpich@${PY_FLAVOR}
-MPICH_USES=		mpi # mpich is set by default, use mpi:openmpi if needed
-MPICH_CMAKE_ON=		-DPARAVIEW_USE_MPI:BOOL=ON
-MPICH_CMAKE_OFF=		-DPARAVIEW_USE_MPI:BOOL=OFF
+OMPI_BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mpi4py>=0:net/py-mpi4py@${PY_FLAVOR}
+OMPI_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mpi4py>=0:net/py-mpi4py@${PY_FLAVOR}
+OMPI_USES=		mpi:openmpi
+OMPI_CMAKE_ON=		-DPARAVIEW_USE_MPI:BOOL=ON
+OMPI_CMAKE_OFF=		-DPARAVIEW_USE_MPI:BOOL=OFF
 
 OSMESA_LIB_DEPENDS=	libOSMesa.so:graphics/libosmesa
 OSMESA_USES_OFF=	desktop-file-utils
@@ -135,10 +137,11 @@ OSMESA_CMAKE_OFF=	-DVTK_USE_X:BOOL="ON"
 EXAMPLES_CMAKE_BOOL=	PARAVIEW_ENABLE_EXAMPLES
 PORTEXAMPLES=		*
 
-#TEST_CMAKE_ON=		-DPARAVIEW_BUILD_TESTING=WANT	\
-			-DPARAVIEW_BUILD_VTK_TESTING=WANT
+TEST_CMAKE_ON=		-DPARAVIEW_BUILD_TESTING=WANT
+# PARAVIEW_BUILD_VTK_TESTING requires SCN https://pypi.org/project/scn/
+#			-DPARAVIEW_BUILD_VTK_TESTING=WANT
 
-# Error with ADIOS2
+# ADIOS2 requires MPICH, not OpenMPI
 #LIB_DEPENDS+=	libadios2_c.so:misc/adios2
 #CMAKE_ARGS+=	-DPARAVIEW_ENABLE_ADIOS2:BOOL=ON
 # Missing GenericIO for CosmoTools
diff --git a/science/paraview/Makefile.version b/science/paraview/Makefile.version
index ed9ee7edcba8..a81f3e5f04ea 100644
--- a/science/paraview/Makefile.version
+++ b/science/paraview/Makefile.version
@@ -1,3 +1,3 @@
 # this file is provided for Paraview users
 
-PARAVIEW_VER=5.13
+PARAVIEW_VER=6.0
diff --git a/science/paraview/distinfo b/science/paraview/distinfo
index 283b5f65b297..01850b2ea1e0 100644
--- a/science/paraview/distinfo
+++ b/science/paraview/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1746108014
-SHA256 (ParaView-v5.13.3.tar.xz) = 3bd31bb56e07aa2af2a379895745bbc430c565518a363d935f2efc35b076df09
-SIZE (ParaView-v5.13.3.tar.xz) = 85255156
+TIMESTAMP = 1769338659
+SHA256 (ParaView-v6.0.1.tar.xz) = 5e56ac7af5e925b3cfd3fab82470933cbabc7e8fda87e14af64f995d6064eb06
+SIZE (ParaView-v6.0.1.tar.xz) = 89088960
diff --git a/science/paraview/files/patch-CMake_ParaViewClient.cmake b/science/paraview/files/patch-CMake_ParaViewClient.cmake
index 232c70c93c2c..6e224677924c 100644
--- a/science/paraview/files/patch-CMake_ParaViewClient.cmake
+++ b/science/paraview/files/patch-CMake_ParaViewClient.cmake
@@ -1,10 +1,11 @@
---- CMake/ParaViewClient.cmake.orig	2024-12-29 23:38:49 UTC
+--- CMake/ParaViewClient.cmake.orig	2025-09-25 09:24:50 UTC
 +++ CMake/ParaViewClient.cmake
-@@ -569,6 +569,7 @@ function (paraview_client_documentation)
-   find_program(qt_xmlpatterns_executable
-     NAMES xmlpatterns-qt5 xmlpatterns
-     HINTS "${Qt5_DIR}/../../../bin"
-+          "${Qt5_DIR}/../../qt5/bin"
-           "${Qt5_DIR}/../../../libexec/qt5/bin"
-     DOC   "Path to xmlpatterns")
-   mark_as_advanced(qt_xmlpatterns_executable)
+@@ -593,7 +593,7 @@ function (paraview_client_documentation)
+     include("${_ParaViewClient_cmake_dir}/paraview-find-package-helpers.cmake" OPTIONAL)
+     find_program(qt_xmlpatterns_executable
+       NAMES xmlpatterns-qt5 xmlpatterns
+-      HINTS "${Qt5_DIR}/../../../bin"
++      HINTS "${Qt5_DIR}/../../qt5/bin"
+             "${Qt5_DIR}/../../../libexec/qt5/bin"
+       DOC   "Path to xmlpatterns")
+     mark_as_advanced(qt_xmlpatterns_executable)
diff --git a/science/paraview/files/patch-CMake_ParaViewCompilerChecks.cmake b/science/paraview/files/patch-CMake_ParaViewCompilerChecks.cmake
deleted file mode 100644
index ebd3c7d0317c..000000000000
--- a/science/paraview/files/patch-CMake_ParaViewCompilerChecks.cmake
+++ /dev/null
@@ -1,18 +0,0 @@
---- CMake/ParaViewCompilerChecks.cmake.orig	2025-03-31 14:04:52 UTC
-+++ CMake/ParaViewCompilerChecks.cmake
-@@ -28,12 +28,12 @@ endif ()
-   message(FATAL_ERROR "Intel C++ (ICC) 14.0 or later is required.")
- endif ()
- 
--# Make sure we have C++11 enabled.
-+# Make sure we have C++17 enabled.
- if(NOT PARAVIEW_IGNORE_CMAKE_CXX11_CHECKS)
-   # Needed to make sure libraries and executables not built by the
--  # vtkModuleMacros still have the C++11 compiler flags enabled
-+  # vtkModuleMacros still have the C++17 compiler flags enabled
-   # Wrap this in an escape hatch for unknown compilers
--  set(CMAKE_CXX_STANDARD 11)
-+  set(CMAKE_CXX_STANDARD 17)
-   set(CMAKE_CXX_STANDARD_REQUIRED True)
-   set(CMAKE_CXX_EXTENSIONS False)
- endif()
diff --git a/science/paraview/files/patch-Qt_Core_pqFlatTreeViewEventTranslator.cxx b/science/paraview/files/patch-Qt_Core_pqFlatTreeViewEventTranslator.cxx
new file mode 100644
index 000000000000..ae7e209a9dae
--- /dev/null
+++ b/science/paraview/files/patch-Qt_Core_pqFlatTreeViewEventTranslator.cxx
@@ -0,0 +1,13 @@
+--- Qt/Core/pqFlatTreeViewEventTranslator.cxx.orig	2025-09-25 09:24:50 UTC
++++ Qt/Core/pqFlatTreeViewEventTranslator.cxx
+@@ -73,8 +73,8 @@ bool pqFlatTreeViewEventTranslator::translateEvent(QOb
+ 
+       QString info = QString("%1,%2,%3,%4,%5,%6")
+                        .arg(mouseEvent->button())
+-                       .arg(mouseEvent->buttons())
+-                       .arg(mouseEvent->modifiers())
++                       .arg(static_cast<int>(mouseEvent->buttons()))
++                       .arg(static_cast<int>(mouseEvent->modifiers()))
+                        .arg(relPt.x())
+                        .arg(relPt.y())
+                        .arg(idxStr);
diff --git a/science/paraview/files/patch-Qt_Core_pqQVTKWidgetEventTranslator.cxx b/science/paraview/files/patch-Qt_Core_pqQVTKWidgetEventTranslator.cxx
new file mode 100644
index 000000000000..1ec13ae312f9
--- /dev/null
+++ b/science/paraview/files/patch-Qt_Core_pqQVTKWidgetEventTranslator.cxx
@@ -0,0 +1,33 @@
+--- Qt/Core/pqQVTKWidgetEventTranslator.cxx.orig	2025-09-25 09:24:50 UTC
++++ Qt/Core/pqQVTKWidgetEventTranslator.cxx
+@@ -90,8 +90,8 @@ bool pqQVTKWidgetEventTranslator::translateEvent(
+               .arg(normalized_x)
+               .arg(normalized_y)
+               .arg(mouseEvent->button())
+-              .arg(mouseEvent->buttons())
+-              .arg(mouseEvent->modifiers()));
++              .arg(static_cast<int>(mouseEvent->buttons()))
++              .arg(static_cast<int>(mouseEvent->modifiers())));
+         }
+         return true;
+         break;
+@@ -118,15 +118,15 @@ bool pqQVTKWidgetEventTranslator::translateEvent(
+               .arg(normalized_x)
+               .arg(normalized_y)
+               .arg(mouseEvent->button())
+-              .arg(mouseEvent->buttons())
+-              .arg(mouseEvent->modifiers()));
++              .arg(static_cast<int>(mouseEvent->buttons()))
++              .arg(static_cast<int>(mouseEvent->modifiers())));
+           Q_EMIT recordEvent(widget, "mouseRelease",
+             QString("(%1,%2,%3,%4,%5)")
+               .arg(normalized_x)
+               .arg(normalized_y)
+               .arg(mouseEvent->button())
+-              .arg(mouseEvent->buttons())
+-              .arg(mouseEvent->modifiers()));
++              .arg(static_cast<int>(mouseEvent->buttons()))
++              .arg(static_cast<int>(mouseEvent->modifiers())));
+         }
+         return true;
+         break;
diff --git a/science/paraview/files/patch-Qt_Core_pqServerConfiguration.cxx b/science/paraview/files/patch-Qt_Core_pqServerConfiguration.cxx
index e5dcbe51f916..c442846adb98 100644
--- a/science/paraview/files/patch-Qt_Core_pqServerConfiguration.cxx
+++ b/science/paraview/files/patch-Qt_Core_pqServerConfiguration.cxx
@@ -1,6 +1,6 @@
---- Qt/Core/pqServerConfiguration.cxx.orig	2024-02-28 20:42:21 UTC
+--- Qt/Core/pqServerConfiguration.cxx.orig	2025-09-25 09:24:50 UTC
 +++ Qt/Core/pqServerConfiguration.cxx
-@@ -202,7 +202,7 @@ QString pqServerConfiguration::termCommand()
+@@ -214,7 +214,7 @@ QString pqServerConfiguration::termCommand()
  //-----------------------------------------------------------------------------
  QString pqServerConfiguration::termCommand()
  {
diff --git a/science/paraview/files/patch-ThirdParty_QtTesting_vtkqttesting_pqAbstractItemViewEventTranslator.cxx b/science/paraview/files/patch-ThirdParty_QtTesting_vtkqttesting_pqAbstractItemViewEventTranslator.cxx
new file mode 100644
index 000000000000..0458195ca14f
--- /dev/null
+++ b/science/paraview/files/patch-ThirdParty_QtTesting_vtkqttesting_pqAbstractItemViewEventTranslator.cxx
@@ -0,0 +1,13 @@
+--- ThirdParty/QtTesting/vtkqttesting/pqAbstractItemViewEventTranslator.cxx.orig	2025-09-25 09:24:50 UTC
++++ ThirdParty/QtTesting/vtkqttesting/pqAbstractItemViewEventTranslator.cxx
+@@ -90,8 +90,8 @@ bool pqAbstractItemViewEventTranslator::translateEvent
+ 
+       QString info = QString("%1,%2,%3,%4,%5,%6")
+                        .arg(mouseEvent->button())
+-                       .arg(mouseEvent->buttons())
+-                       .arg(mouseEvent->modifiers())
++                       .arg(static_cast<int>(mouseEvent->buttons()))
++                       .arg(static_cast<int>(mouseEvent->modifiers()))
+                        .arg(relPt.x())
+                        .arg(relPt.y())
+                        .arg(idxStr);
diff --git a/science/paraview/files/patch-ThirdParty_QtTesting_vtkqttesting_pqBasicWidgetEventTranslator.cxx b/science/paraview/files/patch-ThirdParty_QtTesting_vtkqttesting_pqBasicWidgetEventTranslator.cxx
new file mode 100644
index 000000000000..d5e954b7827c
--- /dev/null
+++ b/science/paraview/files/patch-ThirdParty_QtTesting_vtkqttesting_pqBasicWidgetEventTranslator.cxx
@@ -0,0 +1,13 @@
+--- ThirdParty/QtTesting/vtkqttesting/pqBasicWidgetEventTranslator.cxx.orig	2025-09-25 09:24:50 UTC
++++ ThirdParty/QtTesting/vtkqttesting/pqBasicWidgetEventTranslator.cxx
+@@ -53,8 +53,8 @@ bool pqBasicWidgetEventTranslator::translateEvent(
+ #endif
+         QString info = QString("%1,%2,%3,%4,%5")
+                          .arg(mouseEvent->button())
+-                         .arg(mouseEvent->buttons())
+-                         .arg(mouseEvent->modifiers())
++                         .arg(static_cast<int>(mouseEvent->buttons()))
++                         .arg(static_cast<int>(mouseEvent->modifiers()))
+                          .arg(pos.x())
+                          .arg(pos.y());
+ 
diff --git a/science/paraview/files/patch-VTKExtensions_Core_vtkCLIOptions.cxx b/science/paraview/files/patch-VTKExtensions_Core_vtkCLIOptions.cxx
deleted file mode 100644
index f5d7d6e2c90f..000000000000
--- a/science/paraview/files/patch-VTKExtensions_Core_vtkCLIOptions.cxx
+++ /dev/null
@@ -1,20 +0,0 @@
---- VTKExtensions/Core/vtkCLIOptions.cxx.orig	2024-12-29 23:38:49 UTC
-+++ VTKExtensions/Core/vtkCLIOptions.cxx
-@@ -52,10 +52,17 @@ class PVFormatter : public CLI::Formatter (public)
- 
- public:
-   // overridden to add a new line before each group.
-+#if (CLI11_VERSION_MAJOR > 2 || (CLI11_VERSION_MAJOR == 2 && CLI11_VERSION_MINOR >= 5))
-+  std::string make_expanded(const CLI::App* sub, CLI::AppFormatMode mode) const override
-+  {
-+    return "\n" + Superclass::make_expanded(sub, mode);
-+  }
-+#else
-   std::string make_expanded(const CLI::App* sub) const override
-   {
-     return "\n" + Superclass::make_expanded(sub);
-   }
-+#endif
- 
-   // overridden to ensure good word wrapping for description text.
-   std::string make_option_desc(const CLI::Option* option) const override
diff --git a/science/paraview/files/patch-VTK_CMake_vtkCompilerChecks.cmake b/science/paraview/files/patch-VTK_CMake_vtkCompilerChecks.cmake
deleted file mode 100644
index d453be0c5bee..000000000000
--- a/science/paraview/files/patch-VTK_CMake_vtkCompilerChecks.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- VTK/CMake/vtkCompilerChecks.cmake.orig	2024-02-28 20:42:21 UTC
-+++ VTK/CMake/vtkCompilerChecks.cmake
-@@ -33,7 +33,7 @@ if(NOT VTK_IGNORE_CMAKE_CXX11_CHECKS)
-   # Needed to make sure libraries and executables not built by the
-   # vtkModuleMacros still have the C++11 compiler flags enabled
-   # Wrap this in an escape hatch for unknown compilers
--  set(CMAKE_CXX_STANDARD 11)
-+  set(CMAKE_CXX_STANDARD 17)
-   set(CMAKE_CXX_STANDARD_REQUIRED True)
-   set(CMAKE_CXX_EXTENSIONS False)
- endif()
diff --git a/science/paraview/files/patch-VTK_ThirdParty_..._include_viskoresdiy_mpi__cast.hpp b/science/paraview/files/patch-VTK_ThirdParty_..._include_viskoresdiy_mpi__cast.hpp
new file mode 100644
index 000000000000..31141994817a
--- /dev/null
+++ b/science/paraview/files/patch-VTK_ThirdParty_..._include_viskoresdiy_mpi__cast.hpp
@@ -0,0 +1,11 @@
+--- VTK/ThirdParty/viskores/vtkviskores/viskores/viskores/thirdparty/diy/viskoresdiy/include/viskoresdiy/mpi/mpi_cast.hpp.orig	2025-09-25 09:24:50 UTC
++++ VTK/ThirdParty/viskores/vtkviskores/viskores/viskores/thirdparty/diy/viskoresdiy/include/viskoresdiy/mpi/mpi_cast.hpp
+@@ -5,7 +5,7 @@
+ /// to thier correct types.
+ 
+ #ifndef VISKORESDIY_HAS_MPI
+-#  include <mpi.h>
++#  include <vtk_mpi.h>
+ #endif
+ 
+ namespace diy
diff --git a/science/paraview/files/patch-VTK_ThirdParty_diy2_CMakeLists.txt b/science/paraview/files/patch-VTK_ThirdParty_diy2_CMakeLists.txt
deleted file mode 100644
index 7d0c3bcea1cb..000000000000
--- a/science/paraview/files/patch-VTK_ThirdParty_diy2_CMakeLists.txt
+++ /dev/null
@@ -1,14 +0,0 @@
---- VTK/ThirdParty/diy2/CMakeLists.txt.orig	2024-12-29 23:38:49 UTC
-+++ VTK/ThirdParty/diy2/CMakeLists.txt
-@@ -23,6 +23,11 @@ endif ()
-   set(DIY_NO_MPI TRUE)
- endif ()
- 
-+# Link to the fmt library used by VTK
-+vtk_module_link(VTK::diy2
-+  INTERFACE
-+    VTK::fmt)
-+
- configure_file(
-   "${CMAKE_CURRENT_SOURCE_DIR}/vtk_diy2.h.in"
-   "${CMAKE_CURRENT_BINARY_DIR}/vtk_diy2.h")
diff --git a/science/paraview/files/patch-VTK_ThirdParty_diy2_vtk.module b/science/paraview/files/patch-VTK_ThirdParty_diy2_vtk.module
deleted file mode 100644
index e3b3d8ade28b..000000000000
--- a/science/paraview/files/patch-VTK_ThirdParty_diy2_vtk.module
+++ /dev/null
@@ -1,11 +0,0 @@
---- VTK/ThirdParty/diy2/vtk.module.orig	2024-12-29 23:38:49 UTC
-+++ VTK/ThirdParty/diy2/vtk.module
-@@ -2,6 +2,8 @@ LIBRARY_NAME
-   VTK::diy2
- LIBRARY_NAME
-   vtkdiy2
-+DEPENDS
-+  VTK::fmt
- OPTIONAL_DEPENDS
-   VTK::mpi
- TEST_DEPENDS
diff --git a/science/paraview/files/patch-VTK_ThirdParty_diy2_vtkdiy2_include_vtkdiy2_log.hpp b/science/paraview/files/patch-VTK_ThirdParty_diy2_vtkdiy2_include_vtkdiy2_log.hpp
deleted file mode 100644
index c070f74f53e6..000000000000
--- a/science/paraview/files/patch-VTK_ThirdParty_diy2_vtkdiy2_include_vtkdiy2_log.hpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- VTK/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/log.hpp.orig	2024-12-29 23:38:49 UTC
-+++ VTK/ThirdParty/diy2/vtkdiy2/include/vtkdiy2/log.hpp
-@@ -4,8 +4,9 @@
- #ifndef DIY_USE_SPDLOG
- 
- #include <memory>
--#include "fmt/format.h"
--#include "fmt/ostream.h"
-+#include "vtk_fmt.h"
-+#include VTK_FMT(fmt/format.h)
-+#include VTK_FMT(fmt/ostream.h)
- 
- namespace diy
- {
diff --git a/science/paraview/files/patch-VTK_ThirdParty_eigen_vtkeigen_CMakeLists.txt b/science/paraview/files/patch-VTK_ThirdParty_eigen_vtkeigen_CMakeLists.txt
index 1afe43e81ae1..f8661afdf2c2 100644
--- a/science/paraview/files/patch-VTK_ThirdParty_eigen_vtkeigen_CMakeLists.txt
+++ b/science/paraview/files/patch-VTK_ThirdParty_eigen_vtkeigen_CMakeLists.txt
@@ -1,6 +1,6 @@
---- VTK/ThirdParty/eigen/vtkeigen/CMakeLists.txt.orig	2025-03-31 14:04:52 UTC
+--- VTK/ThirdParty/eigen/vtkeigen/CMakeLists.txt.orig	2025-09-25 09:24:50 UTC
 +++ VTK/ThirdParty/eigen/vtkeigen/CMakeLists.txt
-@@ -77,7 +77,7 @@ else ()
+@@ -71,7 +71,7 @@ else ()
  if (FALSE) # XXX(kitware): hardcoding settings.
  option(EIGEN_TEST_CXX11 "Enable testing with C++11 and C++11 features (e.g. Tensor module)." OFF)
  else ()
@@ -9,9 +9,9 @@
  endif ()
  
  
-@@ -90,13 +90,14 @@ endmacro(ei_add_cxx_compiler_flag)
+@@ -84,13 +84,14 @@ endmacro()
    endif()
- endmacro(ei_add_cxx_compiler_flag)
+ endmacro()
  
 -check_cxx_compiler_flag("-std=c++11" EIGEN_COMPILER_SUPPORT_CPP11)
 +# s/c++11/c++17/ to avoid conflict with abseil include/absl/base/config.h
diff --git a/science/paraview/files/patch-VTK_ThirdParty_exodusII_vtkexodusII_src_ex__put__prop.c b/science/paraview/files/patch-VTK_ThirdParty_exodusII_vtkexodusII_src_ex__put__prop.c
deleted file mode 100644
index 6d8b03762646..000000000000
--- a/science/paraview/files/patch-VTK_ThirdParty_exodusII_vtkexodusII_src_ex__put__prop.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- VTK/ThirdParty/exodusII/vtkexodusII/src/ex_put_prop.c.orig	2024-12-29 23:38:49 UTC
-+++ VTK/ThirdParty/exodusII/vtkexodusII/src/ex_put_prop.c
-@@ -243,7 +243,7 @@ int ex_put_prop(int exoid, ex_entity_type obj_type, ex
-     vals[0] = 0; /* fill value */
-     /*   create attribute to cause variable to fill with zeros per routine spec
-      */
--    if ((status = nc_put_att_longlong(exoid, propid, _FillValue, int_type, 1, vals)) != NC_NOERR) {
-+    if ((status = nc_put_att_longlong(exoid, propid, NC_FillValue, int_type, 1, vals)) != NC_NOERR) {
-       snprintf(errmsg, MAX_ERR_LENGTH,
-                "ERROR: failed to create property name fill attribute in file id %d", exoid);
-       ex_err_fn(exoid, __func__, errmsg, status);
diff --git a/science/paraview/files/patch-VTK_ThirdParty_exodusII_vtkexodusII_src_ex__put__prop__names.c b/science/paraview/files/patch-VTK_ThirdParty_exodusII_vtkexodusII_src_ex__put__prop__names.c
deleted file mode 100644
index 890e8dcf89fd..000000000000
--- a/science/paraview/files/patch-VTK_ThirdParty_exodusII_vtkexodusII_src_ex__put__prop__names.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- VTK/ThirdParty/exodusII/vtkexodusII/src/ex_put_prop_names.c.orig	2024-12-29 23:38:49 UTC
-+++ VTK/ThirdParty/exodusII/vtkexodusII/src/ex_put_prop_names.c
-@@ -172,7 +172,7 @@ int ex_put_prop_names(int exoid, ex_entity_type obj_ty
- 
-     /*   create attribute to cause variable to fill with zeros per routine spec
-      */
--    if ((status = nc_put_att_longlong(exoid, propid, _FillValue, int_type, 1, vals)) != NC_NOERR) {
-+    if ((status = nc_put_att_longlong(exoid, propid, NC_FillValue, int_type, 1, vals)) != NC_NOERR) {
-       snprintf(errmsg, MAX_ERR_LENGTH,
-                "ERROR: failed to create property name fill attribute in file id %d", exoid);
-       ex_err_fn(exoid, __func__, errmsg, status);
diff --git a/science/paraview/files/patch-VTK_ThirdParty_fast__float_CMakeLists.txt b/science/paraview/files/patch-VTK_ThirdParty_fast__float_CMakeLists.txt
index b17d31ad1df1..6f3644c5b57f 100644
--- a/science/paraview/files/patch-VTK_ThirdParty_fast__float_CMakeLists.txt
+++ b/science/paraview/files/patch-VTK_ThirdParty_fast__float_CMakeLists.txt
@@ -1,10 +1,10 @@
---- VTK/ThirdParty/fast_float/CMakeLists.txt.orig	2024-02-28 20:42:21 UTC
+--- VTK/ThirdParty/fast_float/CMakeLists.txt.orig	2025-09-25 09:24:50 UTC
 +++ VTK/ThirdParty/fast_float/CMakeLists.txt
 @@ -13,7 +13,6 @@ vtk_module_third_party(
      STANDARD_INCLUDE_DIRS
      HEADER_ONLY
    EXTERNAL
--    VERSION "3.9.0"
+-    VERSION "7.0.0"
      PACKAGE FastFloat
      TARGETS FastFloat::fast_float
      STANDARD_INCLUDE_DIRS
diff --git a/science/paraview/files/patch-VTK_ThirdParty_vtkm_thirdparty_diy_vtkmdiy_mpi_cast.hpp b/science/paraview/files/patch-VTK_ThirdParty_vtkm_thirdparty_diy_vtkmdiy_mpi_cast.hpp
deleted file mode 100644
index d9d431df181d..000000000000
--- a/science/paraview/files/patch-VTK_ThirdParty_vtkm_thirdparty_diy_vtkmdiy_mpi_cast.hpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- VTK/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/mpi/mpi_cast.hpp.orig	2024-12-29 23:38:49 UTC
-+++ VTK/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/thirdparty/diy/vtkmdiy/include/vtkmdiy/mpi/mpi_cast.hpp
-@@ -5,7 +5,7 @@
- /// to thier correct types.
- 
- #ifndef VTKMDIY_HAS_MPI
--#  include <mpi.h>
-+#  include <vtk_mpi.h>
- #endif
- 
- namespace diy
diff --git a/science/paraview/files/patch-VTK_ThirdParty_vtkm_vtkvtkm_vtk-m_vtkm_internal_VariantImplDetail.h.in b/science/paraview/files/patch-VTK_ThirdParty_vtkm_vtkvtkm_vtk-m_vtkm_internal_VariantImplDetail.h.in
deleted file mode 100644
index 9ff19401bd3a..000000000000
--- a/science/paraview/files/patch-VTK_ThirdParty_vtkm_vtkvtkm_vtk-m_vtkm_internal_VariantImplDetail.h.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- VTK/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/internal/VariantImplDetail.h.in.orig	2024-12-29 23:38:49 UTC
-+++ VTK/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/internal/VariantImplDetail.h.in
-@@ -400,7 +400,7 @@ $endfor\
-         return f(storage.V$(param_index), std::forward<Args>(args)...);
- $endfor\
-       default:
--        return VariantCases<NumCases - $(max_expanded)>::template CastAndCall(
-+        return VariantCases<NumCases - $(max_expanded)>::template CastAndCall<>(
-           index - $(max_expanded), std::forward<Functor>(f), storage.Remaining, std::forward<Args>(args)...);
-     }
-   }
diff --git a/science/paraview/files/patch-ffmpeg8-fix b/science/paraview/files/patch-ffmpeg8-fix
deleted file mode 100644
index 3ca69e2e746d..000000000000
--- a/science/paraview/files/patch-ffmpeg8-fix
+++ /dev/null
@@ -1,36 +0,0 @@
-Backport of upstream commits to fix build with FFmpeg 8.
-
-https://gitlab.kitware.com/vtk/vtk/-/commit/b8da15a0ec5157bd8405cbd9b5a95ecd29eb4bb7
-https://gitlab.kitware.com/vtk/vtk/-/commit/492a5cd59de5c045d1008d1c40ae1fa2301a5e6d
-
---- VTK/IO/FFMPEG/vtkFFMPEGVideoSource.cxx.orig	2025-03-31 14:04:52 UTC
-+++ VTK/IO/FFMPEG/vtkFFMPEGVideoSource.cxx
-@@ -72,12 +72,16 @@ class vtkFFMPEGVideoSourceInternal (public)
-     }
-     if (this->VideoDecodeContext)
-     {
-+#if defined(LIBAVCODEC_VERSION_MAJOR) && LIBAVCODEC_VERSION_MAJOR < 60
-       avcodec_close(this->VideoDecodeContext);
-+#endif
-       this->VideoDecodeContext = nullptr;
-     }
-     if (this->AudioDecodeContext)
-     {
-+#if defined(LIBAVCODEC_VERSION_MAJOR) && LIBAVCODEC_VERSION_MAJOR < 60
-       avcodec_close(this->AudioDecodeContext);
-+#endif
-       this->AudioDecodeContext = nullptr;
-     }
-     if (this->FormatContext)
---- VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx.orig	2025-03-31 14:04:52 UTC
-+++ VTK/IO/FFMPEG/vtkFFMPEGWriter.cxx
-@@ -363,7 +363,9 @@ void vtkFFMPEGWriterInternal::End()
- 
-   if (this->avCodecContext)
-   {
-+#if defined(LIBAVCODEC_VERSION_MAJOR) && LIBAVCODEC_VERSION_MAJOR < 60
-     avcodec_close(this->avCodecContext);
-+#endif
-     avcodec_free_context(&this->avCodecContext);
-     this->avCodecContext = nullptr;
-   }
diff --git a/science/paraview/files/patch-qt-6.10.1-fix b/science/paraview/files/patch-qt-6.10.1-fix
deleted file mode 100644
index 5d3d326bca0f..000000000000
--- a/science/paraview/files/patch-qt-6.10.1-fix
+++ /dev/null
@@ -1,77 +0,0 @@
-Backport of upstream patches to fix build with Qt 6.10.1.
-
-https://gitlab.kitware.com/paraview/paraview/-/commit/cd7e633df299c29e8e76c34df83d8c67dfb386a1
-https://gitlab.kitware.com/paraview/qttesting/-/commit/9ba0a2104840ac5ddf0b73a36d72b282bf6b03d9
-
---- Qt/Core/pqFlatTreeViewEventTranslator.cxx.orig	2025-03-31 14:04:52 UTC
-+++ Qt/Core/pqFlatTreeViewEventTranslator.cxx
-@@ -73,8 +73,8 @@ bool pqFlatTreeViewEventTranslator::translateEvent(QOb
- 
-       QString info = QString("%1,%2,%3,%4,%5,%6")
-                        .arg(mouseEvent->button())
--                       .arg(mouseEvent->buttons())
--                       .arg(mouseEvent->modifiers())
-+                       .arg(static_cast<int>(mouseEvent->buttons()))
-+                       .arg(static_cast<int>(mouseEvent->modifiers()))
-                        .arg(relPt.x())
-                        .arg(relPt.y())
-                        .arg(idxStr);
---- Qt/Core/pqQVTKWidgetEventTranslator.cxx.orig	2025-03-31 14:04:52 UTC
-+++ Qt/Core/pqQVTKWidgetEventTranslator.cxx
-@@ -85,8 +85,8 @@ bool pqQVTKWidgetEventTranslator::translateEvent(
-               .arg(normalized_x)
-               .arg(normalized_y)
-               .arg(mouseEvent->button())
--              .arg(mouseEvent->buttons())
--              .arg(mouseEvent->modifiers()));
-+              .arg(static_cast<int>(mouseEvent->buttons()))
-+              .arg(static_cast<int>(mouseEvent->modifiers())));
-         }
-         return true;
-         break;
-@@ -108,15 +108,15 @@ bool pqQVTKWidgetEventTranslator::translateEvent(
-               .arg(normalized_x)
-               .arg(normalized_y)
-               .arg(mouseEvent->button())
--              .arg(mouseEvent->buttons())
--              .arg(mouseEvent->modifiers()));
-+              .arg(static_cast<int>(mouseEvent->buttons()))
-+              .arg(static_cast<int>(mouseEvent->modifiers())));
-           Q_EMIT recordEvent(widget, "mouseRelease",
-             QString("(%1,%2,%3,%4,%5)")
-               .arg(normalized_x)
-               .arg(normalized_y)
-               .arg(mouseEvent->button())
--              .arg(mouseEvent->buttons())
--              .arg(mouseEvent->modifiers()));
-+              .arg(static_cast<int>(mouseEvent->buttons()))
-+              .arg(static_cast<int>(mouseEvent->modifiers())));
-         }
-         return true;
-         break;
---- ThirdParty/QtTesting/vtkqttesting/pqAbstractItemViewEventTranslator.cxx.orig	2025-03-31 14:04:52 UTC
-+++ ThirdParty/QtTesting/vtkqttesting/pqAbstractItemViewEventTranslator.cxx
-@@ -118,8 +118,8 @@ bool pqAbstractItemViewEventTranslator::translateEvent
- 
-       QString info = QString("%1,%2,%3,%4,%5,%6")
-                        .arg(mouseEvent->button())
--                       .arg(mouseEvent->buttons())
--                       .arg(mouseEvent->modifiers())
-+                       .arg(static_cast<int>(mouseEvent->buttons()))
-+                       .arg(static_cast<int>(mouseEvent->modifiers()))
-                        .arg(relPt.x())
-                        .arg(relPt.y())
-                        .arg(idxStr);
---- ThirdParty/QtTesting/vtkqttesting/pqBasicWidgetEventTranslator.cxx.orig	2025-12-05 14:13:11 UTC
-+++ ThirdParty/QtTesting/vtkqttesting/pqBasicWidgetEventTranslator.cxx
-@@ -78,8 +78,8 @@ bool pqBasicWidgetEventTranslator::translateEvent(
-         QMouseEvent* mouseEvent = static_cast<QMouseEvent*>(event);
-         QString info = QString("%1,%2,%3,%4,%5")
-                          .arg(mouseEvent->button())
--                         .arg(mouseEvent->buttons())
--                         .arg(mouseEvent->modifiers())
-+                         .arg(static_cast<int>(mouseEvent->buttons()))
-+                         .arg(static_cast<int>(mouseEvent->modifiers()))
-                          .arg(mouseEvent->x())
-                          .arg(mouseEvent->y());
- 
diff --git a/science/paraview/pkg-plist b/science/paraview/pkg-plist
index f6c55a7a70c0..f50820633e3b 100644
--- a/science/paraview/pkg-plist
+++ b/science/paraview/pkg-plist
@@ -18,7 +18,7 @@ bin/vtkWrapPythonInit-pv%%VERMAJORMINOR%%
 bin/vtkWrapSerDes-pv%%VERMAJORMINOR%%
 include/paraview-%%VERMAJORMINOR%%/CAdaptorAPI.h
 include/paraview-%%VERMAJORMINOR%%/CPythonAdaptorAPI.h
-%%MPICH%%include/paraview-%%VERMAJORMINOR%%/CTHAdaptor.h
+%%OMPI%%include/paraview-%%VERMAJORMINOR%%/CTHAdaptor.h
 include/paraview-%%VERMAJORMINOR%%/DICOMAppHelper.h
 include/paraview-%%VERMAJORMINOR%%/DICOMCMakeConfig.h
 include/paraview-%%VERMAJORMINOR%%/DICOMCallback.h
@@ -39,10 +39,10 @@ include/paraview-%%VERMAJORMINOR%%/Incubator/vtkPVIncubator.h
 include/paraview-%%VERMAJORMINOR%%/Incubator/vtkPVIncubatorCoreModule.h
 include/paraview-%%VERMAJORMINOR%%/LSDynaFamily.h
 include/paraview-%%VERMAJORMINOR%%/LSDynaMetaData.h
-%%MPICH%%include/paraview-%%VERMAJORMINOR%%/NPICAdaptor.h
+%%OMPI%%include/paraview-%%VERMAJORMINOR%%/NPICAdaptor.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/LegacyGhostCellsGeneratorFiltersModule.h
-%%MPICH%%include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/LegacyGhostCellsGeneratorParallelModule.h
+%%OMPI%%include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/LegacyGhostCellsGeneratorParallelModule.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/StereoCursorViewsModule.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkAbstractAccumulator.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkAbstractArrayMeasurement.h
@@ -68,6 +68,8 @@ include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkBumpMapMapper.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkBumpMapRepresentation.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkCFSReader.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkCFSReaderModule.h
+include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkContext2DTexturedScalarBarActor.h
+include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkContext2DTexturedScalarBarRepresentation.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkContourLabelPluginModule.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkContourLabelRepresentation.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkDSPDataModelModule.h
@@ -95,14 +97,12 @@ include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkFiltersHyperTree
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkFunctor.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkGMVReader.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkGMVReaderModule.h
-%%MPICH%%include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkGenIOReader.h
-%%MPICH%%include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkGenericIOReaderModule.h
+%%OMPI%%include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkGenIOReader.h
+%%OMPI%%include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkGenericIOReaderModule.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkGeodesicMeasurementFiltersModule.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkGeodesicsBetweenPoints.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkGeometricMeanArrayMeasurement.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkHarmonicMeanArrayMeasurement.h
-include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkLANLX3DReader.h
-include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkLANLX3DReaderModule.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkLagrangianHelperBase.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkLagrangianParticleTrackerModule.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkLagrangianSeedHelper.h
@@ -128,7 +128,7 @@ include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkOpenGLExtrusionM
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkPMaterialClusterAnalysisFilter.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkPMaterialClusterExplodeFilter.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkPTemporalRanges.h
-%%MPICH%%include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkPUnstructuredGridGhostCellsGenerator.h
+%%OMPI%%include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkPUnstructuredGridGhostCellsGenerator.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkPVBagChartRepresentation.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkPVBagPlotMatrixRepresentation.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkPVBagPlotMatrixView.h
@@ -156,6 +156,7 @@ include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkResampleToHyperT
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkSLACFiltersModule.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkSLACPlaneGlyphs.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkSMBagChartSeriesListDomain.h
+include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkSMBivariateTextureRepresentationProxy.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkSMFunctionalBagChartSeriesSelectionDomain.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkSMPrismIsSimulationDataDomain.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkSMPrismTableArraysDomain.h
@@ -179,7 +180,26 @@ include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkTemporalRanges.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkThickenLayeredCells.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkThickenLayeredCellsFiltersModule.h
 include/paraview-%%VERMAJORMINOR%%/ParaView_paraview_plugins/vtkUnstructuredGridGhostCellsGenerator.h
-%%MPICH%%include/paraview-%%VERMAJORMINOR%%/ParticleAdaptor.h
+%%OMPI%%include/paraview-%%VERMAJORMINOR%%/ParticleAdaptor.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkCPBaseFieldBuilder.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkCPBaseGridBuilder.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkCPCellFieldBuilder.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkCPConstantScalarFieldFunction.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkCPFieldBuilder.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkCPFileGridBuilder.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkCPGridBuilder.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkCPLinearScalarFieldFunction.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkCPMultiBlockGridBuilder.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkCPNodalFieldBuilder.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkCPScalarFieldFunction.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkCPTensorFieldFunction.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkCPTestDriver.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkCPUniformGridBuilder.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkCPUnstructuredGridBuilder.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkCPVector3FieldFunction.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkMappedUnstructuredGridGenerator.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkPVCatalystTestDriverModule.h
+%%TEST%%include/paraview-%%VERMAJORMINOR%%/vtkTestingDataModelModule.h
 include/paraview-%%VERMAJORMINOR%%/PhastaAdaptor.h
 include/paraview-%%VERMAJORMINOR%%/PyVTKEnum.h
 include/paraview-%%VERMAJORMINOR%%/PyVTKExtras.h
@@ -244,6 +264,7 @@ include/paraview-%%VERMAJORMINOR%%/pqAnimationTimeToolbar.h
 include/paraview-%%VERMAJORMINOR%%/pqAnimationTimeWidget.h
 include/paraview-%%VERMAJORMINOR%%/pqAnimationTrackEditor.h
 include/paraview-%%VERMAJORMINOR%%/pqAnnotationsModel.h
+include/paraview-%%VERMAJORMINOR%%/pqAnnulusPropertyWidget.h
 include/paraview-%%VERMAJORMINOR%%/pqApplicationComponentsInit.h
 include/paraview-%%VERMAJORMINOR%%/pqApplicationComponentsModule.h
 include/paraview-%%VERMAJORMINOR%%/pqApplicationCore.h
@@ -257,6 +278,7 @@ include/paraview-%%VERMAJORMINOR%%/pqArraySelectorPropertyWidget.h
 include/paraview-%%VERMAJORMINOR%%/pqArrayStatusPropertyWidget.h
 include/paraview-%%VERMAJORMINOR%%/pqAutoApplyReaction.h
 include/paraview-%%VERMAJORMINOR%%/pqAutoLoadPluginXMLBehavior.h
+include/paraview-%%VERMAJORMINOR%%/pqAutoSaveBehavior.h
 include/paraview-%%VERMAJORMINOR%%/pqAutoStartInterface.h
 include/paraview-%%VERMAJORMINOR%%/pqAxesToolbar.h
 include/paraview-%%VERMAJORMINOR%%/pqBackgroundEditorWidget.h
@@ -327,6 +349,7 @@ include/paraview-%%VERMAJORMINOR%%/pqComponentsInit.h
 include/paraview-%%VERMAJORMINOR%%/pqComponentsModule.h
 include/paraview-%%VERMAJORMINOR%%/pqComponentsTestUtility.h
 include/paraview-%%VERMAJORMINOR%%/pqCompositePropertyWidgetDecorator.h
+include/paraview-%%VERMAJORMINOR%%/pqConePropertyWidget.h
 include/paraview-%%VERMAJORMINOR%%/pqConfigureCategoriesDialog.h
 include/paraview-%%VERMAJORMINOR%%/pqConfigureCategoriesReaction.h
 include/paraview-%%VERMAJORMINOR%%/pqConnect.h
@@ -430,6 +453,7 @@ include/paraview-%%VERMAJORMINOR%%/pqFlatTreeView.h
 include/paraview-%%VERMAJORMINOR%%/pqFlatTreeViewEventPlayer.h
 include/paraview-%%VERMAJORMINOR%%/pqFlatTreeViewEventTranslator.h
 include/paraview-%%VERMAJORMINOR%%/pqFontPropertyWidget.h
+include/paraview-%%VERMAJORMINOR%%/pqFrustumPropertyWidget.h
 include/paraview-%%VERMAJORMINOR%%/pqGenericPropertyWidgetDecorator.h
 include/paraview-%%VERMAJORMINOR%%/pqGlyphScaleFactorPropertyWidget.h
 include/paraview-%%VERMAJORMINOR%%/pqGraphLayoutStrategyInterface.h
@@ -581,6 +605,7 @@ include/paraview-%%VERMAJORMINOR%%/pqPropertyGroupWidget.h
 include/paraview-%%VERMAJORMINOR%%/pqPropertyLinks.h
 include/paraview-%%VERMAJORMINOR%%/pqPropertyLinksConnection.h
 include/paraview-%%VERMAJORMINOR%%/pqPropertyManager.h
+include/paraview-%%VERMAJORMINOR%%/pqPropertyPanelVisibilitiesBehavior.h
 include/paraview-%%VERMAJORMINOR%%/pqPropertyWidget.h
 include/paraview-%%VERMAJORMINOR%%/pqPropertyWidgetDecorator.h
 include/paraview-%%VERMAJORMINOR%%/pqPropertyWidgetInterface.h
@@ -943,6 +968,7 @@ include/paraview-%%VERMAJORMINOR%%/vtkAnnotation.h
 include/paraview-%%VERMAJORMINOR%%/vtkAnnotationLayers.h
 include/paraview-%%VERMAJORMINOR%%/vtkAnnotationLayersAlgorithm.h
 include/paraview-%%VERMAJORMINOR%%/vtkAnnotationLink.h
+include/paraview-%%VERMAJORMINOR%%/vtkAnnulus.h
 include/paraview-%%VERMAJORMINOR%%/vtkAppendArcLength.h
 include/paraview-%%VERMAJORMINOR%%/vtkAppendCompositeDataLeaves.h
 include/paraview-%%VERMAJORMINOR%%/vtkAppendDataSets.h
@@ -952,6 +978,7 @@ include/paraview-%%VERMAJORMINOR%%/vtkAppendPartitionedDataSetCollection.h
 include/paraview-%%VERMAJORMINOR%%/vtkAppendPoints.h
 include/paraview-%%VERMAJORMINOR%%/vtkAppendPolyData.h
 include/paraview-%%VERMAJORMINOR%%/vtkAppendRectilinearGrid.h
+include/paraview-%%VERMAJORMINOR%%/vtkAppendReduceFilter.h
 include/paraview-%%VERMAJORMINOR%%/vtkAppendSelection.h
 include/paraview-%%VERMAJORMINOR%%/vtkApproximatingSubdivisionFilter.h
 include/paraview-%%VERMAJORMINOR%%/vtkArcPlotter.h
@@ -1008,6 +1035,7 @@ include/paraview-%%VERMAJORMINOR%%/vtkAttributesErrorMetric.h
 include/paraview-%%VERMAJORMINOR%%/vtkAutoCorrelativeStatistics.h
 include/paraview-%%VERMAJORMINOR%%/vtkAutoInit.h
 include/paraview-%%VERMAJORMINOR%%/vtkAvatar.h
+include/paraview-%%VERMAJORMINOR%%/vtkAvmeshReader.h
 include/paraview-%%VERMAJORMINOR%%/vtkAxes.h
 include/paraview-%%VERMAJORMINOR%%/vtkAxesActor.h
 include/paraview-%%VERMAJORMINOR%%/vtkAxesTransformRepresentation.h
@@ -1016,6 +1044,8 @@ include/paraview-%%VERMAJORMINOR%%/vtkAxis.h
 include/paraview-%%VERMAJORMINOR%%/vtkAxisActor.h
 include/paraview-%%VERMAJORMINOR%%/vtkAxisActor2D.h
 include/paraview-%%VERMAJORMINOR%%/vtkAxisAlignedCutter.h
+include/paraview-%%VERMAJORMINOR%%/vtkAxisAlignedReflectionFilter.h
+include/paraview-%%VERMAJORMINOR%%/vtkAxisAlignedTransformFilter.h
 include/paraview-%%VERMAJORMINOR%%/vtkAxisExtended.h
 include/paraview-%%VERMAJORMINOR%%/vtkAxisFollower.h
 include/paraview-%%VERMAJORMINOR%%/vtkBMPReader.h
@@ -1070,6 +1100,7 @@ include/paraview-%%VERMAJORMINOR%%/vtkBlockSortHelper.h
 include/paraview-%%VERMAJORMINOR%%/vtkBlueObeliskData.h
 include/paraview-%%VERMAJORMINOR%%/vtkBlueObeliskDataParser.h
 include/paraview-%%VERMAJORMINOR%%/vtkBond.h
+include/paraview-%%VERMAJORMINOR%%/vtkBoolPropertyDecorator.h
 include/paraview-%%VERMAJORMINOR%%/vtkBooleanOperationPolyDataFilter.h
 include/paraview-%%VERMAJORMINOR%%/vtkBooleanTexture.h
 include/paraview-%%VERMAJORMINOR%%/vtkBorderRepresentation.h
@@ -1079,6 +1110,7 @@ include/paraview-%%VERMAJORMINOR%%/vtkBoundedPlanePointPlacer.h
 include/paraview-%%VERMAJORMINOR%%/vtkBoundedPlaneSource.h
 include/paraview-%%VERMAJORMINOR%%/vtkBoundedPointSource.h
 include/paraview-%%VERMAJORMINOR%%/vtkBoundedVolumeSource.h
+include/paraview-%%VERMAJORMINOR%%/vtkBoundedWidgetRepresentation.h
 include/paraview-%%VERMAJORMINOR%%/vtkBoundingBox.h
 include/paraview-%%VERMAJORMINOR%%/vtkBoundingRectContextDevice2D.h
 include/paraview-%%VERMAJORMINOR%%/vtkBox.h
@@ -1129,8 +1161,8 @@ include/paraview-%%VERMAJORMINOR%%/vtkCPPythonStringPipeline.h
 include/paraview-%%VERMAJORMINOR%%/vtkCPXMLPWriterPipeline.h
 include/paraview-%%VERMAJORMINOR%%/vtkCSVExporter.h
 include/paraview-%%VERMAJORMINOR%%/vtkCSVWriter.h
-%%MPICH%%include/paraview-%%VERMAJORMINOR%%/vtkCTHDataArray.h
-%%MPICH%%include/paraview-%%VERMAJORMINOR%%/vtkCTHSource.h
+%%OMPI%%include/paraview-%%VERMAJORMINOR%%/vtkCTHDataArray.h
+%%OMPI%%include/paraview-%%VERMAJORMINOR%%/vtkCTHSource.h
 include/paraview-%%VERMAJORMINOR%%/vtkCachedStreamingDemandDrivenPipeline.h
 include/paraview-%%VERMAJORMINOR%%/vtkCallbackCommand.h
 include/paraview-%%VERMAJORMINOR%%/vtkCamera.h
@@ -1150,7 +1182,6 @@ include/paraview-%%VERMAJORMINOR%%/vtkCameraPathRepresentation.h
 include/paraview-%%VERMAJORMINOR%%/vtkCameraPathWidget.h
 include/paraview-%%VERMAJORMINOR%%/vtkCameraRepresentation.h
 include/paraview-%%VERMAJORMINOR%%/vtkCameraWidget.h
-include/paraview-%%VERMAJORMINOR%%/vtkCapsuleSource.h
 include/paraview-%%VERMAJORMINOR%%/vtkCaptionActor2D.h
 include/paraview-%%VERMAJORMINOR%%/vtkCaptionRepresentation.h
 include/paraview-%%VERMAJORMINOR%%/vtkCaptionWidget.h
@@ -1175,6 +1206,8 @@ include/paraview-%%VERMAJORMINOR%%/vtkCellGraphicsPrimitiveMap.h
 include/paraview-%%VERMAJORMINOR%%/vtkCellGrid.h
 include/paraview-%%VERMAJORMINOR%%/vtkCellGridAlgorithm.h
 include/paraview-%%VERMAJORMINOR%%/vtkCellGridBoundsQuery.h
+include/paraview-%%VERMAJORMINOR%%/vtkCellGridCellCenters.h
+include/paraview-%%VERMAJORMINOR%%/vtkCellGridCellSource.h
 include/paraview-%%VERMAJORMINOR%%/vtkCellGridComputeSides.h
 include/paraview-%%VERMAJORMINOR%%/vtkCellGridCopyQuery.h
 include/paraview-%%VERMAJORMINOR%%/vtkCellGridElevation.h
@@ -1191,7 +1224,11 @@ include/paraview-%%VERMAJORMINOR%%/vtkCellGridRepresentation.h
 include/paraview-%%VERMAJORMINOR%%/vtkCellGridResponder.h
 include/paraview-%%VERMAJORMINOR%%/vtkCellGridResponderBase.h
 include/paraview-%%VERMAJORMINOR%%/vtkCellGridResponders.h
+include/paraview-%%VERMAJORMINOR%%/vtkCellGridSidesCache.h
 include/paraview-%%VERMAJORMINOR%%/vtkCellGridSidesQuery.h
+include/paraview-%%VERMAJORMINOR%%/vtkCellGridToUnstructuredGrid.h
+include/paraview-%%VERMAJORMINOR%%/vtkCellGridTransform.h
+include/paraview-%%VERMAJORMINOR%%/vtkCellGridWarp.h
 include/paraview-%%VERMAJORMINOR%%/vtkCellGridWriter.h
 include/paraview-%%VERMAJORMINOR%%/vtkCellIntegrator.h
 include/paraview-%%VERMAJORMINOR%%/vtkCellIterator.h
@@ -1317,11 +1354,10 @@ include/paraview-%%VERMAJORMINOR%%/vtkCompositeIntArray.h
 include/paraview-%%VERMAJORMINOR%%/vtkCompositeInterpolatedVelocityField.h
 include/paraview-%%VERMAJORMINOR%%/vtkCompositeLongArray.h
 include/paraview-%%VERMAJORMINOR%%/vtkCompositeLongLongArray.h
-include/paraview-%%VERMAJORMINOR%%/vtkCompositeMapperHelper2.h
 include/paraview-%%VERMAJORMINOR%%/vtkCompositeMultiProcessController.h
 include/paraview-%%VERMAJORMINOR%%/vtkCompositePolyDataMapper.h
-include/paraview-%%VERMAJORMINOR%%/vtkCompositePolyDataMapper2.h
 include/paraview-%%VERMAJORMINOR%%/vtkCompositePolyDataMapperDelegator.h
+include/paraview-%%VERMAJORMINOR%%/vtkCompositePropertyDecorator.h
 include/paraview-%%VERMAJORMINOR%%/vtkCompositeRGBAPass.h
 include/paraview-%%VERMAJORMINOR%%/vtkCompositeRenderManager.h
 include/paraview-%%VERMAJORMINOR%%/vtkCompositeRepresentation.h
@@ -1433,9 +1469,13 @@ include/paraview-%%VERMAJORMINOR%%/vtkCylinder.h
 include/paraview-%%VERMAJORMINOR%%/vtkCylinderSource.h
 include/paraview-%%VERMAJORMINOR%%/vtkCylindricalTransform.h
 include/paraview-%%VERMAJORMINOR%%/vtkDEMReader.h
+include/paraview-%%VERMAJORMINOR%%/vtkDGArrayOutputAccessor.h
+include/paraview-%%VERMAJORMINOR%%/vtkDGArraysInputAccessor.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGAttributeInformation.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGBoundsResponder.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGCell.h
+include/paraview-%%VERMAJORMINOR%%/vtkDGCellCenterResponder.h
+include/paraview-%%VERMAJORMINOR%%/vtkDGCellSourceResponder.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGConstantOperators.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGCopyResponder.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGEdge.h
@@ -1447,7 +1487,11 @@ include/paraview-%%VERMAJORMINOR%%/vtkDGHGradOperators.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGHex.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGIOResponder.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGInterpolateCalculator.h
-include/paraview-%%VERMAJORMINOR%%/vtkDGInvokeOperator.h
+include/paraview-%%VERMAJORMINOR%%/vtkDGOperation.h
+include/paraview-%%VERMAJORMINOR%%/vtkDGOperation.txx
+include/paraview-%%VERMAJORMINOR%%/vtkDGOperationEvaluator.h
+include/paraview-%%VERMAJORMINOR%%/vtkDGOperationState.h
+include/paraview-%%VERMAJORMINOR%%/vtkDGOperationStateEntry.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGOperatorEntry.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGPyr.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGQuad.h
@@ -1455,15 +1499,18 @@ include/paraview-%%VERMAJORMINOR%%/vtkDGRangeResponder.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGRenderResponder.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGSidesResponder.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGTet.h
+include/paraview-%%VERMAJORMINOR%%/vtkDGTranscribeCellGridCells.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGTranscribeUnstructuredCells.h
+include/paraview-%%VERMAJORMINOR%%/vtkDGTransformResponder.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGTri.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGVert.h
+include/paraview-%%VERMAJORMINOR%%/vtkDGWarp.h
 include/paraview-%%VERMAJORMINOR%%/vtkDGWdg.h
 include/paraview-%%VERMAJORMINOR%%/vtkDICOMImageReader.h
 include/paraview-%%VERMAJORMINOR%%/vtkDICOMParserModule.h
 include/paraview-%%VERMAJORMINOR%%/vtkDIMACSGraphReader.h
 include/paraview-%%VERMAJORMINOR%%/vtkDIMACSGraphWriter.h
-%%MPICH%%include/paraview-%%VERMAJORMINOR%%/vtkDIYAggregateDataSetFilter.h
+%%OMPI%%include/paraview-%%VERMAJORMINOR%%/vtkDIYAggregateDataSetFilter.h
 include/paraview-%%VERMAJORMINOR%%/vtkDIYDataExchanger.h
 include/paraview-%%VERMAJORMINOR%%/vtkDIYExplicitAssigner.h
 include/paraview-%%VERMAJORMINOR%%/vtkDIYGhostUtilities.h
@@ -1499,7 +1546,6 @@ include/paraview-%%VERMAJORMINOR%%/vtkDataObjectImplicitBackendInterface.h
 include/paraview-%%VERMAJORMINOR%%/vtkDataObjectMeshCache.h
 include/paraview-%%VERMAJORMINOR%%/vtkDataObjectReader.h
 include/paraview-%%VERMAJORMINOR%%/vtkDataObjectToDataSetFilter.h
-include/paraview-%%VERMAJORMINOR%%/vtkDataObjectToTable.h
 include/paraview-%%VERMAJORMINOR%%/vtkDataObjectTree.h
 include/paraview-%%VERMAJORMINOR%%/vtkDataObjectTreeInternals.h
 include/paraview-%%VERMAJORMINOR%%/vtkDataObjectTreeIterator.h
@@ -1585,7 +1631,7 @@ include/paraview-%%VERMAJORMINOR%%/vtkDistanceToCamera.h
 include/paraview-%%VERMAJORMINOR%%/vtkDistanceWidget.h
 include/paraview-%%VERMAJORMINOR%%/vtkDistributedDataFilter.h
 include/paraview-%%VERMAJORMINOR%%/vtkDistributedGraphHelper.h
-%%MPICH%%include/paraview-%%VERMAJORMINOR%%/vtkDistributedPointCloudFilter.h
+%%OMPI%%include/paraview-%%VERMAJORMINOR%%/vtkDistributedPointCloudFilter.h
 include/paraview-%%VERMAJORMINOR%%/vtkDistributedTrivialProducer.h
 include/paraview-%%VERMAJORMINOR%%/vtkDomainsChemistryModule.h
 include/paraview-%%VERMAJORMINOR%%/vtkDomainsChemistryOpenGL2Module.h
@@ -1600,6 +1646,7 @@ include/paraview-%%VERMAJORMINOR%%/vtkDuplicatePolyData.h
 include/paraview-%%VERMAJORMINOR%%/vtkDynamic2DLabelMapper.h
 include/paraview-%%VERMAJORMINOR%%/vtkDynamicLoader.h
 include/paraview-%%VERMAJORMINOR%%/vtkEDLShading.h
+include/paraview-%%VERMAJORMINOR%%/vtkEGLRenderWindow.h
 include/paraview-%%VERMAJORMINOR%%/vtkERFReader.h
 include/paraview-%%VERMAJORMINOR%%/vtkEarthSource.h
 include/paraview-%%VERMAJORMINOR%%/vtkEdgeCenters.h
@@ -1625,6 +1672,7 @@ include/paraview-%%VERMAJORMINOR%%/vtkEnSightMasterServerReader.h
 include/paraview-%%VERMAJORMINOR%%/vtkEnSightReader.h
 include/paraview-%%VERMAJORMINOR%%/vtkEnSightSOSGoldReader.h
 include/paraview-%%VERMAJORMINOR%%/vtkEnSightWriter.h
+include/paraview-%%VERMAJORMINOR%%/vtkEnableDecorator.h
 include/paraview-%%VERMAJORMINOR%%/vtkEncodedGradientEstimator.h
 include/paraview-%%VERMAJORMINOR%%/vtkEncodedGradientShader.h
 include/paraview-%%VERMAJORMINOR%%/vtkEndFor.h
@@ -1662,6 +1710,7 @@ include/paraview-%%VERMAJORMINOR%%/vtkExplicitStructuredGridAlgorithm.h
 include/paraview-%%VERMAJORMINOR%%/vtkExplicitStructuredGridCrop.h
 include/paraview-%%VERMAJORMINOR%%/vtkExplicitStructuredGridSurfaceFilter.h
 include/paraview-%%VERMAJORMINOR%%/vtkExplicitStructuredGridToUnstructuredGrid.h
+include/paraview-%%VERMAJORMINOR%%/vtkExplodeDataSet.h
 include/paraview-%%VERMAJORMINOR%%/vtkExporter.h
 include/paraview-%%VERMAJORMINOR%%/vtkExprTkFunctionParser.h
 include/paraview-%%VERMAJORMINOR%%/vtkExtentRCBPartitioner.h
@@ -1725,6 +1774,7 @@ include/paraview-%%VERMAJORMINOR%%/vtkFLUENTReader.h
 include/paraview-%%VERMAJORMINOR%%/vtkFXAAOptions.h
 include/paraview-%%VERMAJORMINOR%%/vtkFacetReader.h
 include/paraview-%%VERMAJORMINOR%%/vtkFacetWriter.h
*** 1539 LINES SKIPPED ***


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6977eb89.386f6.11b793e1>