git: d976ae7a5d39 - main - science/paraview: resurrect

From: Thierry Thomas <thierry_at_FreeBSD.org>
Date: Thu, 26 May 2022 20:05:22 UTC
The branch main has been updated by thierry:

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

commit d976ae7a5d3940906595c30b9745600bec27c0ec
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-05-23 20:04:15 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-05-26 20:04:49 +0000

    science/paraview: resurrect
    
    It has been removed in r548980 because it used a deprecated version of
    Python, but this is fixed now.
---
 MOVED                                              |    1 -
 science/Makefile                                   |    1 +
 science/paraview/Makefile                          |  105 +
 science/paraview/distinfo                          |    3 +
 .../files/patch-CMake_ParaViewMacros.cmake         |   12 +
 .../patch-CommandLineExecutables_CMakeLists.txt    |   11 +
 ...ClientServerCore_Default_vtkPVFileInformation.h |   10 +
 ...wCore_VTKExtensions_Default_vtkPhastaReader.cxx |   11 +
 .../files/patch-Plugins_CDIReader_cdilib.c         |   11 +
 science/paraview/files/patch-c83b583c.c            |   22 +
 science/paraview/pkg-descr                         |    4 +
 science/paraview/pkg-plist                         | 2631 ++++++++++++++++++++
 12 files changed, 2821 insertions(+), 1 deletion(-)

diff --git a/MOVED b/MOVED
index 263494c9ffad..b5102f49fc08 100644
--- a/MOVED
+++ b/MOVED
@@ -15479,7 +15479,6 @@ news/rawdog||2020-09-19|Has expired: Uses deprecated version of python
 ports-mgmt/portell||2020-09-19|Has expired: Uses deprecated version of python
 print/biblio-py||2020-09-19|Has expired: Uses deprecated version of python
 science/brian||2020-09-19|Has expired: Uses deprecated version of python
-science/paraview||2020-09-19|Has expired: Uses deprecated version of python
 security/arm||2020-09-19|Has expired: Uses deprecated version of python
 security/ismtp||2020-09-19|Has expired: Uses deprecated version of python
 security/py-halberd||2020-09-19|Has expired: Uses deprecated version of python
diff --git a/science/Makefile b/science/Makefile
index ec1bc1bf24bc..6433804ff343 100644
--- a/science/Makefile
+++ b/science/Makefile
@@ -234,6 +234,7 @@
     SUBDIR += packmol
     SUBDIR += pagmo2
     SUBDIR += paje
+    SUBDIR += paraview
     SUBDIR += pastix
     SUBDIR += pcmsolver
     SUBDIR += phonopy
diff --git a/science/paraview/Makefile b/science/paraview/Makefile
new file mode 100644
index 000000000000..d10b84370e5b
--- /dev/null
+++ b/science/paraview/Makefile
@@ -0,0 +1,105 @@
+# Created by: anholt@FreeBSD.org
+# $FreeBSD$
+
+PORTNAME=	paraview
+DISTVERSION=	5.6.0
+PORTREVISION=	8
+CATEGORIES=	science graphics
+MASTER_SITES=	http://www.paraview.org/files/v${VERMAJORMINOR}/
+DISTNAME=	ParaView-v${PORTVERSION}
+
+MAINTAINER=	devel@stasyan.com
+COMMENT=	Powerful scientific data visualization application
+
+LICENSE=	ParaView_License_1.2
+LICENSE_NAME=	ParaView_License
+LICENSE_FILE=	${PATCH_WRKSRC}/License_v1.2.txt
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
+DEPRECATED=	Uses deprecated version of python
+EXPIRATION_DATE=	2020-09-15
+
+BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:math/py-matplotlib@${PY_FLAVOR}
+LIB_DEPENDS=	libhdf5.so:science/hdf5 \
+		libpng.so:graphics/png \
+		libtiff.so:graphics/tiff \
+		libfreetype.so:print/freetype2 \
+		libexpat.so:textproc/expat2 \
+		libjbig.so:graphics/jbigkit \
+		liborc-0.4.so:devel/orc \
+		libpcre.so:devel/pcre \
+		libffi.so:devel/libffi \
+		libdrm.so:graphics/libdrm \
+		libfontconfig.so:x11-fonts/fontconfig \
+		libprotobuf.so:devel/protobuf
+RUN_DEPENDS=	bash:shells/bash	\
+		${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:math/py-matplotlib@${PY_FLAVOR}
+
+USES=		alias cmake compiler:c11 gl jpeg localbase python:2.7 qt:5 \
+		shebangfix xorg
+USE_QT=		core gui help network sql widgets x11extras xmlpatterns \
+		buildtools_build qmake_build
+USE_GL=		gl glu
+USE_XORG=	x11 xt xext ice xdmcp xau xcb xfixes xdamage xxf86vm xrender sm xorgproto
+USE_LDCONFIG=	yes
+USE_GSTREAMER=	yes
+
+CONFLICTS_INSTALL=	${PYTHON_PKGNAMEPREFIX}pygments
+
+CMAKE_ARGS+=	-DBUILD_SHARED_LIBS="ON" \
+		-DVTK_USE_SYSTEM_PNG="ON" \
+		-DVTK_USE_SYSTEM_JPEG="ON" \
+		-DVTK_USE_SYSTEM_TIFF="ON" \
+		-DVTK_USE_SYSTEM_ZLIB="ON" \
+		-DVTK_USE_SYSTEM_FREETYPE="ON" \
+		-DVTK_USE_SYSTEM_EXPAT="ON" \
+		-DVTK_USE_SYSTEM_PROTOBUF="ON" \
+		-DVTK_USE_X="ON" \
+		-DVTK_HAVE_GETSOCKNAME_WITH_SOCKLEN_T=1 \
+		-DPARAVIEW_ENABLE_PYTHON:BOOL="ON" \
+		-DPARAVIEW_ENABLE_FFMPEG:BOOL="OFF" \
+		-DBUILD_TESTING:BOOL="OFF" \
+		-DExternalData_OBJECT_STORES="${WRKDIR}/VTK/ExternalData/MD5" \
+		-DFREETYPE_INCLUDE_DIRS="${LOCALBASE}/include/freetype2"
+MAKE_ENV=	XDG_CONFIG_HOME=${WRKDIR}
+
+SHEBANG_FILES=	Catalyst/catalyze.py VTK/Examples/SearchScript.sh \
+		VTK/Utilities/Maintenance/*.sh
+
+OPTIONS_DEFINE=	OSMESA GL2PS DOCS
+OPTIONS_SUB=	yes
+OSMESA_DESC=	Use Mesa for off-screen rendering
+GL2PS_DESC=	Install support conversion OpenGL to PostScript
+#		VTKMPEG2	"Install patented MPEG2 encoder module" Off \
+
+VERMAJORMINOR=	${PORTVERSION:R}
+
+OSMESA_LIB_DEPENDS=	libOSMesa.so:graphics/libosmesa
+OSMESA_CMAKE_BOOL=	VTK_OPENGL_HAS_OSMESA
+OSMESA_CMAKE_ON=	-DOSMESA_INCLUDE_DIR:PATH=${LOCALBASE}/include/Mesa \
+			-DOSMESA_LIBRARY:FILEPATH=${LOCALBASE}/lib/libOSMesa.so
+
+GL2PS_LIB_DEPENDS=	libgl2ps.so:print/gl2ps
+GL2PS_CMAKE_BOOL=	VTK_USE_GL2PS
+
+PLIST_SUB+=	VERMAJORMINOR=${VERMAJORMINOR}
+CMAKE2INST=	ParaViewConfig.cmake \
+		cmake_install.cmake
+LIB_INSTDIR=	${PREFIX}/lib/${PORTNAME}-${VERMAJORMINOR}
+
+pre-configure:
+	@${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \
+		${PATCH_WRKSRC}/VTK/IO/Image/vtkPNGReader.cxx
+	@${REINPLACE_CMD} -e 's|/bin/bash|${LOCALBASE}/bin/bash|'	\
+		${PATCH_WRKSRC}/VTK/Utilities/Maintenance/vtk_site_history.py
+
+post-install:
+.for c2f in ${CMAKE2INST}
+	${SED} -e 's|${BUILD_WRKSRC}|${LIB_INSTDIR}|g' \
+		-e 's|${PATCH_WRKSRC}|${LIB_INSTDIR}|g' \
+		${BUILD_WRKSRC}/${c2f} > ${STAGEDIR}${LIB_INSTDIR}/`${BASENAME} ${c2f}`
+.endfor
+	${INSTALL_DATA} ${PATCH_WRKSRC}/CMake/UseParaView.cmake \
+		${STAGEDIR}${PREFIX}/lib/${PORTNAME}-${VERMAJORMINOR}
+
+.include <bsd.port.mk>
diff --git a/science/paraview/distinfo b/science/paraview/distinfo
new file mode 100644
index 000000000000..1d37b5745511
--- /dev/null
+++ b/science/paraview/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1547963430
+SHA256 (ParaView-v5.6.0.tar.gz) = cb8c4d752ad9805c74b4a08f8ae6e83402c3f11e38b274dba171b99bb6ac2460
+SIZE (ParaView-v5.6.0.tar.gz) = 54085457
diff --git a/science/paraview/files/patch-CMake_ParaViewMacros.cmake b/science/paraview/files/patch-CMake_ParaViewMacros.cmake
new file mode 100644
index 000000000000..f107f593ca4c
--- /dev/null
+++ b/science/paraview/files/patch-CMake_ParaViewMacros.cmake
@@ -0,0 +1,12 @@
+Prior to 3.12 cmake silently created an empty destination directory if the origin of the copy_directory does not exist.
+
+--- CMake/ParaViewMacros.cmake.orig	2018-07-20 20:59:05 UTC
++++ CMake/ParaViewMacros.cmake
+@@ -382,6 +382,7 @@ function(build_help_project name)
+     set (copy_directory_command
+       # copy all htmls from source to destination directory (same location where the
+       # qhp file is present.
++      COMMAND ${CMAKE_COMMAND} -E make_directory "${arg_DOCUMENTATION_SOURCE_DIR}"
+       COMMAND ${CMAKE_COMMAND} -E copy_directory
+               "${arg_DOCUMENTATION_SOURCE_DIR}"
+               "${arg_DESTINATION_DIRECTORY}"
diff --git a/science/paraview/files/patch-CommandLineExecutables_CMakeLists.txt b/science/paraview/files/patch-CommandLineExecutables_CMakeLists.txt
new file mode 100644
index 000000000000..93a6f27c523a
--- /dev/null
+++ b/science/paraview/files/patch-CommandLineExecutables_CMakeLists.txt
@@ -0,0 +1,11 @@
+--- CommandLineExecutables/CMakeLists.txt.orig	2018-06-01 19:23:15 UTC
++++ CommandLineExecutables/CMakeLists.txt
+@@ -67,7 +67,7 @@ foreach (vtk_module IN LISTS VTK_MODULES
+       if (vtk_module_library STREQUAL "optimized" OR
+           vtk_module_library STREQUAL "debug")
+         unset(vtk_module_library_name)
+-      elseif (vtk_module_library MATCHES "^-l")
++      elseif (vtk_module_library MATCHES "^-l|^-p")
+         string(SUBSTRING "${vtk_module_library}" 2 -1 vtk_module_library)
+         find_library(vtk_module_library_name "${vtk_module_library}")
+       elseif (IS_ABSOLUTE "${vtk_module_library}")
diff --git a/science/paraview/files/patch-ParaViewCore_ClientServerCore_Default_vtkPVFileInformation.h b/science/paraview/files/patch-ParaViewCore_ClientServerCore_Default_vtkPVFileInformation.h
new file mode 100644
index 000000000000..c200a77b33c3
--- /dev/null
+++ b/science/paraview/files/patch-ParaViewCore_ClientServerCore_Default_vtkPVFileInformation.h
@@ -0,0 +1,10 @@
+--- ParaViewCore/ClientServerCore/Default/vtkPVFileInformation.h.orig	2018-06-01 19:23:15 UTC
++++ ParaViewCore/ClientServerCore/Default/vtkPVFileInformation.h
+@@ -31,6 +31,7 @@
+ #include "vtkPVInformation.h"
+ 
+ #include <string> // Needed for std::string
++#include <time.h>
+ 
+ class vtkCollection;
+ class vtkPVFileInformationSet;
diff --git a/science/paraview/files/patch-ParaViewCore_VTKExtensions_Default_vtkPhastaReader.cxx b/science/paraview/files/patch-ParaViewCore_VTKExtensions_Default_vtkPhastaReader.cxx
new file mode 100644
index 000000000000..7755ae11b00e
--- /dev/null
+++ b/science/paraview/files/patch-ParaViewCore_VTKExtensions_Default_vtkPhastaReader.cxx
@@ -0,0 +1,11 @@
+--- ParaViewCore/VTKExtensions/Default/vtkPhastaReader.cxx.orig	2018-06-01 19:23:15 UTC
++++ ParaViewCore/VTKExtensions/Default/vtkPhastaReader.cxx
+@@ -200,7 +200,7 @@ int vtkPhastaReader::readHeader(FILE* fi
+     {
+       text_header = new char[real_length + 1];
+       strncpy(text_header, Line, real_length);
+-      text_header[real_length] = static_cast<char>(NULL);
++      text_header[real_length] = static_cast<char>(0);
+       token = strtok(text_header, ":");
+       if (cscompare(phrase, token))
+       {
diff --git a/science/paraview/files/patch-Plugins_CDIReader_cdilib.c b/science/paraview/files/patch-Plugins_CDIReader_cdilib.c
new file mode 100644
index 000000000000..c04873751895
--- /dev/null
+++ b/science/paraview/files/patch-Plugins_CDIReader_cdilib.c
@@ -0,0 +1,11 @@
+--- Plugins/CDIReader/cdilib.c.orig	2018-06-01 19:23:15 UTC
++++ Plugins/CDIReader/cdilib.c
+@@ -47,7 +47,7 @@
+ #define _XOPEN_SOURCE 600
+ #endif
+ 
+-#if defined(__linux__) || defined(__APPLE__)
++#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__)
+   #include <unistd.h>
+   #include <stdbool.h>
+   #include <sys/types.h>
diff --git a/science/paraview/files/patch-c83b583c.c b/science/paraview/files/patch-c83b583c.c
new file mode 100644
index 000000000000..b8a6268f8cb3
--- /dev/null
+++ b/science/paraview/files/patch-c83b583c.c
@@ -0,0 +1,22 @@
+diff --git a/ThirdParty/exodusII/vtkexodusII/src/ex_create_par.c b/ThirdParty/exodusII/vtkexodusII/src/ex_create_par.c
+index 8d5d6734f0ad2df04393cf7909ef2c342785e1ac..ef439618dae7b90fdf1057f7051c6a9f0bf1f72d 100644
+--- VTK/ThirdParty/exodusII/vtkexodusII/src/ex_create_par.c
++++ VTK/ThirdParty/exodusII/vtkexodusII/src/ex_create_par.c
+@@ -216,5 +216,5 @@ int ex_create_par_int(const char *path, int cmode, int *comp_ws, int *io_ws, MPI
+  * Prevent warning in some versions of ranlib(1) because the object
+  * file has no symbols.
+  */
+-const char exodus_unused_symbol_dummy_1;
++const char exodus_unused_symbol_dummy_ex_create_par;
+ #endif
+diff --git a/ThirdParty/exodusII/vtkexodusII/src/ex_open_par.c b/ThirdParty/exodusII/vtkexodusII/src/ex_open_par.c
+index b2faa22c29489446030f537bb6b3a26feb86c50b..9df4818767d07a3020f1363fe2a8b9f2fcac634a 100644
+--- VTK/ThirdParty/exodusII/vtkexodusII/src/ex_open_par.c
++++ VTK/ThirdParty/exodusII/vtkexodusII/src/ex_open_par.c
+@@ -459,5 +459,5 @@ int ex_open_par_int(const char *path, int mode, int *comp_ws, int *io_ws, float
+  * Prevent warning in some versions of ranlib(1) because the object
+  * file has no symbols.
+  */
+-const char exodus_unused_symbol_dummy_1;
++const char exodus_unused_symbol_dummy_ex_open_par;
+ #endif
diff --git a/science/paraview/pkg-descr b/science/paraview/pkg-descr
new file mode 100644
index 000000000000..87809f8714dc
--- /dev/null
+++ b/science/paraview/pkg-descr
@@ -0,0 +1,4 @@
+ParaView is a powerful scientific visualization application, designed with the
+need to visualize large data sets in mind.
+
+WWW: http://www.paraview.org/
diff --git a/science/paraview/pkg-plist b/science/paraview/pkg-plist
new file mode 100644
index 000000000000..a49345c00954
--- /dev/null
+++ b/science/paraview/pkg-plist
@@ -0,0 +1,2631 @@
+bin/paraview
+bin/paraview-config
+bin/pvbatch
+bin/pvdataserver
+bin/pvpython
+bin/pvrenderserver
+bin/pvserver
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/Cholesky
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/CholmodSupport
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/Core
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/Dense
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/Eigen
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/Eigenvalues
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/Geometry
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/Householder
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/IterativeLinearSolvers
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/Jacobi
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/LU
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/MetisSupport
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/OrderingMethods
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/PaStiXSupport
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/PardisoSupport
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/QR
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/QtAlignedMalloc
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/SPQRSupport
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/SVD
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/Sparse
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/SparseCholesky
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/SparseCore
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/SparseLU
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/SparseQR
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/StdDeque
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/StdList
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/StdVector
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/SuperLUSupport
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/UmfPackSupport
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Cholesky/LDLT.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Cholesky/LLT.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Cholesky/LLT_LAPACKE.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/CholmodSupport/CholmodSupport.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Array.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/ArrayBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/ArrayWrapper.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Assign.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/AssignEvaluator.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Assign_MKL.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/BandMatrix.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Block.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/BooleanRedux.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/CommaInitializer.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/ConditionEstimator.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/CoreEvaluators.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/CoreIterators.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/CwiseBinaryOp.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/CwiseNullaryOp.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/CwiseTernaryOp.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/CwiseUnaryOp.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/CwiseUnaryView.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/DenseBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/DenseCoeffsBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/DenseStorage.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Diagonal.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/DiagonalMatrix.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/DiagonalProduct.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Dot.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/EigenBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/ForceAlignedAccess.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Fuzzy.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/GeneralProduct.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/GenericPacketMath.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/GlobalFunctions.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/IO.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Inverse.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Map.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/MapBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/MathFunctions.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/MathFunctionsImpl.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Matrix.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/MatrixBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/NestByValue.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/NoAlias.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/NumTraits.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/PermutationMatrix.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/PlainObjectBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Product.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/ProductEvaluators.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Random.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Redux.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Ref.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Replicate.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/ReturnByValue.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Reverse.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Select.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/SelfAdjointView.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/SelfCwiseBinaryOp.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Solve.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/SolveTriangular.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/SolverBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/StableNorm.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Stride.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Swap.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Transpose.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Transpositions.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/TriangularMatrix.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/VectorBlock.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/VectorwiseOp.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/Visitor.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/AVX/Complex.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/AVX/MathFunctions.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/AVX/PacketMath.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/AVX/TypeCasting.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/AVX512/MathFunctions.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/AVX512/PacketMath.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/AltiVec/Complex.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/AltiVec/MathFunctions.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/AltiVec/PacketMath.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/CUDA/Complex.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/CUDA/Half.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/CUDA/MathFunctions.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/CUDA/PacketMath.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/CUDA/PacketMathHalf.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/CUDA/TypeCasting.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/Default/Settings.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/NEON/Complex.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/NEON/MathFunctions.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/NEON/PacketMath.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/SSE/Complex.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/SSE/MathFunctions.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/SSE/PacketMath.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/SSE/TypeCasting.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/ZVector/Complex.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/ZVector/MathFunctions.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/arch/ZVector/PacketMath.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/functors/AssignmentFunctors.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/functors/BinaryFunctors.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/functors/NullaryFunctors.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/functors/StlFunctors.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/functors/TernaryFunctors.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/functors/UnaryFunctors.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/GeneralBlockPanelKernel.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/GeneralMatrixMatrix.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/GeneralMatrixVector.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/GeneralMatrixVector_BLAS.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/Parallelizer.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/SelfadjointMatrixMatrix.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/SelfadjointMatrixVector.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/SelfadjointProduct.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/SelfadjointRank2Update.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/TriangularMatrixMatrix.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/TriangularMatrixVector.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/TriangularMatrixVector_BLAS.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/TriangularSolverMatrix.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/TriangularSolverMatrix_BLAS.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/products/TriangularSolverVector.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/util/BlasUtil.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/util/Constants.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/util/DisableStupidWarnings.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/util/ForwardDeclarations.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/util/MKL_support.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/util/Macros.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/util/Memory.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/util/Meta.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/util/NonMPL2.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/util/ReenableStupidWarnings.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/util/StaticAssert.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Core/util/XprHelper.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Eigenvalues/ComplexEigenSolver.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Eigenvalues/ComplexSchur.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Eigenvalues/EigenSolver.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Eigenvalues/GeneralizedEigenSolver.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Eigenvalues/HessenbergDecomposition.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Eigenvalues/RealQZ.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Eigenvalues/RealSchur.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Eigenvalues/RealSchur_LAPACKE.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Eigenvalues/Tridiagonalization.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Geometry/AlignedBox.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Geometry/AngleAxis.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Geometry/EulerAngles.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Geometry/Homogeneous.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Geometry/Hyperplane.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Geometry/OrthoMethods.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Geometry/ParametrizedLine.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Geometry/Quaternion.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Geometry/Rotation2D.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Geometry/RotationBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Geometry/Scaling.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Geometry/Transform.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Geometry/Translation.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Geometry/Umeyama.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Geometry/arch/Geometry_SSE.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Householder/BlockHouseholder.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Householder/Householder.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Householder/HouseholderSequence.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/IterativeLinearSolvers/BasicPreconditioners.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/IterativeLinearSolvers/BiCGSTAB.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/IterativeLinearSolvers/ConjugateGradient.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/IterativeLinearSolvers/IncompleteCholesky.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/IterativeLinearSolvers/IncompleteLUT.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/IterativeLinearSolvers/IterativeSolverBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/IterativeLinearSolvers/SolveWithGuess.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/Jacobi/Jacobi.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/LU/Determinant.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/LU/FullPivLU.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/LU/InverseImpl.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/LU/PartialPivLU.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/LU/PartialPivLU_LAPACKE.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/LU/arch/Inverse_SSE.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/MetisSupport/MetisSupport.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/OrderingMethods/Amd.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/OrderingMethods/Eigen_Colamd.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/OrderingMethods/Ordering.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/PaStiXSupport/PaStiXSupport.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/PardisoSupport/PardisoSupport.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/QR/ColPivHouseholderQR.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/QR/ColPivHouseholderQR_LAPACKE.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/QR/CompleteOrthogonalDecomposition.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/QR/FullPivHouseholderQR.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/QR/HouseholderQR.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/QR/HouseholderQR_LAPACKE.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SPQRSupport/SuiteSparseQRSupport.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SVD/BDCSVD.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SVD/JacobiSVD.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SVD/JacobiSVD_LAPACKE.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SVD/SVDBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SVD/UpperBidiagonalization.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCholesky/SimplicialCholesky.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCholesky/SimplicialCholesky_impl.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/AmbiVector.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/CompressedStorage.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/ConservativeSparseSparseProduct.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/MappedSparseMatrix.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseAssign.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseBlock.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseColEtree.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseCompressedBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseCwiseBinaryOp.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseCwiseUnaryOp.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseDenseProduct.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseDiagonalProduct.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseDot.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseFuzzy.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseMap.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseMatrix.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseMatrixBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparsePermutation.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseProduct.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseRedux.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseRef.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseSelfAdjointView.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseSolverBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseSparseProductWithPruning.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseTranspose.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseTriangularView.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseUtil.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseVector.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/SparseView.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseCore/TriangularSolver.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseLU/SparseLU.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseLU/SparseLUImpl.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseLU/SparseLU_Memory.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseLU/SparseLU_Structs.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseLU/SparseLU_SupernodalMatrix.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseLU/SparseLU_Utils.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseLU/SparseLU_column_bmod.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseLU/SparseLU_column_dfs.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseLU/SparseLU_copy_to_ucol.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseLU/SparseLU_gemm_kernel.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseLU/SparseLU_heap_relax_snode.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseLU/SparseLU_kernel_bmod.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseLU/SparseLU_panel_bmod.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseLU/SparseLU_panel_dfs.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseLU/SparseLU_pivotL.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseLU/SparseLU_pruneL.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseLU/SparseLU_relax_snode.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SparseQR/SparseQR.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/StlSupport/StdDeque.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/StlSupport/StdList.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/StlSupport/StdVector.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/StlSupport/details.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/SuperLUSupport/SuperLUSupport.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/UmfPackSupport/UmfPackSupport.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/misc/Image.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/misc/Kernel.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/misc/RealSvd2x2.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/misc/blas.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/misc/lapack.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/misc/lapacke.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/misc/lapacke_mangling.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/plugins/ArrayCwiseBinaryOps.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/plugins/ArrayCwiseUnaryOps.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/plugins/BlockMethods.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/plugins/CommonCwiseBinaryOps.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/plugins/CommonCwiseUnaryOps.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/plugins/MatrixCwiseBinaryOps.h
+include/paraview-%%VERMAJORMINOR%%/vtkeigen/eigen/src/plugins/MatrixCwiseUnaryOps.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/Assert.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/BaseComponent.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/BinaryOperators.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/BinaryPredicates.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/Bounds.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/CellShape.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/CellTraits.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/Flags.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/Geometry.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/Geometry.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/Hash.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/ImplicitFunction.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/ListTag.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/Math.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/Matrix.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/NewtonsMethod.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/Pair.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/Range.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/RangeId.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/RangeId3.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/StaticAssert.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/Swap.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/TopologyElementTag.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/Transform3D.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/TypeListTag.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/TypeTraits.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/Types.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/UnaryPredicates.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/VecAxisAlignedPointCoordinates.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/VecFromPortal.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/VecFromPortalPermute.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/VecTraits.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/VecVariable.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/VectorAnalysis.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/Version.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/VirtualObjectBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/Algorithm.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayCopy.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandle.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandle.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleCartesianProduct.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleCast.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleCompositeVector.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleConcatenate.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleConstant.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleCounting.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleDiscard.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleExtractComponent.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleGroupVec.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleGroupVecVariable.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleImplicit.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleIndex.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandlePermutation.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleReverse.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleStreaming.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleSwizzle.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleTransform.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleUniformPointCoordinates.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleVirtualCoordinates.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayHandleZip.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayPortal.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayPortalToIterators.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayRangeCompute.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ArrayRangeCompute.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/AssignerMultiBlock.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/AtomicArray.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/BoundingIntervalHierarchy.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/BoundingIntervalHierarchy.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/BoundingIntervalHierarchyNode.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/BoundsCompute.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/BoundsGlobalCompute.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/CellLocator.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/CellLocatorHelper.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/CellLocatorTwoLevelUniformGrid.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/CellSet.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/CellSetExplicit.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/CellSetExplicit.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/CellSetListTag.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/CellSetPermutation.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/CellSetSingleType.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/CellSetStructured.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/CellSetStructured.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ColorTable.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ColorTableSamples.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/CoordinateSystem.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/CoordinateSystem.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/DataSet.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/DataSetBuilderExplicit.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/DataSetBuilderRectilinear.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/DataSetBuilderUniform.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/DataSetFieldAdd.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/DeviceAdapter.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/DeviceAdapterAlgorithm.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/DeviceAdapterListTag.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/DynamicArrayHandle.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/DynamicCellSet.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/EnvironmentTracker.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/Error.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ErrorBadAllocation.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ErrorBadDevice.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ErrorBadType.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ErrorBadValue.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ErrorExecution.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ErrorFilterExecution.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ErrorInternal.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ExecutionObjectBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/Field.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/FieldRangeCompute.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/FieldRangeCompute.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/FieldRangeGlobalCompute.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/FieldRangeGlobalCompute.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/ImplicitFunctionHandle.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/MultiBlock.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/PointLocator.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/PointLocatorUniformGrid.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/RuntimeDeviceInformation.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/RuntimeDeviceTracker.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/Storage.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/StorageBasic.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/StorageBasic.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/StorageImplicit.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/StorageListTag.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/Timer.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/TryExecute.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/VirtualObjectHandle.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/ControlSignatureTagBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/Transport.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TransportTagArrayIn.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TransportTagArrayInOut.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TransportTagArrayOut.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TransportTagAtomicArray.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TransportTagCellSetIn.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TransportTagExecObject.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TransportTagKeyedValuesIn.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TransportTagKeyedValuesInOut.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TransportTagKeyedValuesOut.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TransportTagKeysIn.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TransportTagTopologyFieldIn.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TransportTagWholeArrayIn.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TransportTagWholeArrayInOut.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TransportTagWholeArrayOut.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TypeCheck.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TypeCheckTagArray.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TypeCheckTagAtomicArray.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TypeCheckTagCellSet.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TypeCheckTagCellSetStructured.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TypeCheckTagExecObject.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/arg/TypeCheckTagKeys.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/cuda/ChooseCudaDevice.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/cuda/DeviceAdapterCuda.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/cuda/ErrorCuda.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/cuda/internal/ArrayManagerExecutionCuda.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/cuda/internal/CudaAllocator.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/cuda/internal/DeviceAdapterAlgorithmCuda.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/cuda/internal/DeviceAdapterAtomicArrayImplementationCuda.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/cuda/internal/DeviceAdapterRuntimeDetectorCuda.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/cuda/internal/DeviceAdapterTagCuda.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/cuda/internal/DeviceAdapterTimerImplementationCuda.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/cuda/internal/ExecutionArrayInterfaceBasicCuda.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/cuda/internal/MakeThrustIterator.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/cuda/internal/TaskTuner.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/cuda/internal/ThrustExceptionHandler.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/cuda/internal/VirtualObjectTransferCuda.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/diy/Serialization.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/diy/Serialization.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/ArrayExportMacros.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/ArrayHandleBasicImpl.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/ArrayHandleBasicImpl.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/ArrayHandleExecutionManager.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/ArrayManagerExecution.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/ArrayManagerExecutionShareWithControl.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/ArrayPortalFromIterators.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/ArrayPortalShrink.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/ArrayTransfer.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/ConnectivityExplicitInternals.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/DeviceAdapterAlgorithmGeneral.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/DeviceAdapterAtomicArrayImplementation.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/DeviceAdapterDefaultSelection.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/DeviceAdapterError.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/DeviceAdapterListHelpers.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/DeviceAdapterTag.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/DynamicTransform.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/FunctorsGeneral.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/IteratorFromArrayPortal.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/KXSort.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/ParallelRadixSort.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/ParallelRadixSortInterface.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/ReverseConnectivityBuilder.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/SimplePolymorphicContainer.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/StorageError.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/VirtualObjectTransfer.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/internal/VirtualObjectTransferShareWithControl.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/openmp/DeviceAdapterOpenMP.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/openmp/internal/ArrayManagerExecutionOpenMP.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/openmp/internal/DeviceAdapterAlgorithmOpenMP.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/openmp/internal/DeviceAdapterRuntimeDetectorOpenMP.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/openmp/internal/DeviceAdapterTagOpenMP.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/openmp/internal/ExecutionArrayInterfaceBasicOpenMP.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/openmp/internal/FunctorsOpenMP.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/openmp/internal/ParallelQuickSortOpenMP.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/openmp/internal/ParallelRadixSortOpenMP.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/openmp/internal/ParallelScanOpenMP.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/openmp/internal/ParallelSortOpenMP.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/openmp/internal/VirtualObjectTransferOpenMP.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/serial/DeviceAdapterSerial.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/serial/internal/ArrayManagerExecutionSerial.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/serial/internal/DeviceAdapterAlgorithmSerial.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/serial/internal/DeviceAdapterRuntimeDetectorSerial.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/serial/internal/DeviceAdapterTagSerial.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/serial/internal/ExecutionArrayInterfaceBasicSerial.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/serial/internal/VirtualObjectTransferSerial.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/tbb/DeviceAdapterTBB.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/tbb/internal/ArrayManagerExecutionTBB.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/tbb/internal/DeviceAdapterAlgorithmTBB.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/tbb/internal/DeviceAdapterRuntimeDetectorTBB.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/tbb/internal/DeviceAdapterTagTBB.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/tbb/internal/ExecutionArrayInterfaceBasicTBB.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/tbb/internal/FunctorsTBB.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/tbb/internal/ParallelSortTBB.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/tbb/internal/ParallelSortTBB.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/tbb/internal/VirtualObjectTransferTBB.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/tbb/internal/parallel_sort.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/testing/ExplicitTestData.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/testing/MakeTestDataSet.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/testing/Testing.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/testing/TestingArrayHandleVirtualCoordinates.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/testing/TestingArrayHandles.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/testing/TestingCellLocatorTwoLevelUniformGrid.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/testing/TestingColorTable.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/testing/TestingComputeRange.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/testing/TestingDataSetExplicit.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/testing/TestingDataSetSingleType.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/testing/TestingDeviceAdapter.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/testing/TestingFancyArrayHandles.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/testing/TestingImplicitFunction.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/testing/TestingPointLocatorUniformGrid.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/testing/TestingVirtualObjectHandle.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/cont/vtkm_cont_export.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/AtomicArrayExecutionObject.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/BoundingIntervalHierarchyExec.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/CellDerivative.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/CellEdge.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/CellFace.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/CellInside.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/CellInterpolate.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/CellLocator.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/CellMeasure.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/ColorTable.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/ColorTable.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/ConnectivityExplicit.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/ConnectivityPermuted.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/ConnectivityStructured.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/ExecutionWholeArray.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/FunctorBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/Jacobian.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/ParametricCoordinates.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/PointLocator.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/PointLocatorUniformGrid.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/TaskBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/AspectTagDefault.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/BasicArg.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/CellShape.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/ExecutionSignatureTagBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/Fetch.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/FetchTagArrayDirectIn.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/FetchTagArrayDirectInOut.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/FetchTagArrayDirectOut.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/FetchTagArrayNeighborhoodIn.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/FetchTagArrayTopologyMapIn.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/FetchTagCellSetIn.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/FetchTagExecObject.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/FetchTagKeysIn.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/FetchTagWholeCellSetIn.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/FromCount.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/FromIndices.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/InputIndex.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/OnBoundary.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/OutputIndex.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/ThreadIndices.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/ThreadIndicesBasic.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/ThreadIndicesPointNeighborhood.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/ThreadIndicesReduceByKey.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/ThreadIndicesTopologyMap.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/ValueCount.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/VisitIndex.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/WorkIndex.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/arg/testing/ThreadIndicesTesting.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/cuda/internal/ArrayPortalFromThrust.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/cuda/internal/ExecutionPolicy.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/cuda/internal/IteratorFromArrayPortal.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/cuda/internal/TaskStrided.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/cuda/internal/ThrustPatches.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/cuda/internal/WrappedOperators.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/internal/ErrorMessageBuffer.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/internal/FastVec.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/internal/ReduceByKeyLookup.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/internal/TaskSingular.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/internal/TwoLevelUniformGridExecutionObject.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/internal/WorkletInvokeFunctorDetail.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/internal/testing/TestingTaskTiling.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/openmp/internal/TaskTilingOpenMP.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/serial/internal/TaskTiling.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/exec/tbb/internal/TaskTiling.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/CellAverage.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/CellAverage.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/CellMeasures.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/CellMeasures.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/CleanGrid.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/CleanGrid.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/ClipWithField.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/ClipWithField.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/ClipWithImplicitFunction.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/ClipWithImplicitFunction.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/ContourTreeUniform.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/ContourTreeUniform.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/CoordinateSystemTransform.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/CoordinateSystemTransform.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/CrossProduct.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/CrossProduct.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/DotProduct.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/DotProduct.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/Entropy.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/Entropy.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/ExternalFaces.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/ExternalFaces.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/ExtractGeometry.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/ExtractGeometry.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/ExtractPoints.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/ExtractPoints.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/ExtractStructured.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/ExtractStructured.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/FieldMetadata.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/FieldSelection.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/FieldToColors.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/FieldToColors.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/Filter.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/Filter.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/FilterCell.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/FilterCell.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/FilterDataSet.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/FilterDataSet.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/FilterDataSetWithField.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/FilterDataSetWithField.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/FilterField.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/FilterField.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/FilterTraits.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/Gradient.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/Gradient.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/Histogram.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/Histogram.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/MarchingCubes.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/MarchingCubes.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/Mask.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/Mask.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/MaskPoints.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/MaskPoints.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/NDEntropy.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/NDEntropy.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/NDHistogram.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/NDHistogram.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/OscillatorSource.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/OscillatorSource.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/PointAverage.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/PointAverage.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/PointElevation.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/PointElevation.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/PointTransform.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/PointTransform.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/PolicyBase.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/PolicyDefault.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/Probe.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/Probe.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/Streamline.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/Streamline.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/SurfaceNormals.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/SurfaceNormals.hxx
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/Tetrahedralize.h
+include/paraview-%%VERMAJORMINOR%%/vtkm/filter/Tetrahedralize.hxx
*** 1946 LINES SKIPPED ***