git: b8080a48cacc - main - science/paraview: upgrade to v5.10.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 May 2022 20:05:23 UTC
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b8080a48cacca270ae86065dc9096a89ef32575c
commit b8080a48cacca270ae86065dc9096a89ef32575c
Author: Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2022-05-24 20:48:06 +0000
Commit: Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2022-05-26 20:04:49 +0000
science/paraview: upgrade to v5.10.1
- Use external libraries when possible;
- Take maintainership.
Unfortunately is not passible to produce a working package with MPI
enabled, because net/py-mpi4py is compiled against openmpi by default,
and other ports against mpich. It is possible to compile it, but check
carefully that only one MPI is installed!
---
science/paraview/Makefile | 166 +-
science/paraview/distinfo | 6 +-
.../files/patch-CMake_ParaViewClient.cmake | 10 +
.../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 -
.../files/patch-Qt_Core_pqServerConfiguration.cxx | 11 +
.../patch-Remoting_Core_vtkPVFileInformation.h | 10 +
science/paraview/files/patch-c83b583c.c | 22 -
science/paraview/pkg-descr | 2 +-
science/paraview/pkg-plist | 9383 +++++++++++++++-----
13 files changed, 7166 insertions(+), 2499 deletions(-)
diff --git a/science/paraview/Makefile b/science/paraview/Makefile
index d10b84370e5b..2937bd3e901e 100644
--- a/science/paraview/Makefile
+++ b/science/paraview/Makefile
@@ -1,25 +1,24 @@
# Created by: anholt@FreeBSD.org
-# $FreeBSD$
PORTNAME= paraview
-DISTVERSION= 5.6.0
-PORTREVISION= 8
+DISTVERSION= 5.10.1
CATEGORIES= science graphics
MASTER_SITES= http://www.paraview.org/files/v${VERMAJORMINOR}/
DISTNAME= ParaView-v${PORTVERSION}
-MAINTAINER= devel@stasyan.com
+MAINTAINER= thierry@FreeBSD.org
COMMENT= Powerful scientific data visualization application
LICENSE= ParaView_License_1.2
LICENSE_NAME= ParaView_License
-LICENSE_FILE= ${PATCH_WRKSRC}/License_v1.2.txt
+LICENSE_FILE= ${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}
+BUILD_DEPENDS= ${PYNUMPY} \
+ cli11>0:devel/cli11 \
+ utf8cpp>0:devel/utf8cpp \
+ ${LOCALBASE}/include/exprtk.hpp:math/exprtk \
+ ${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:math/py-matplotlib@${PY_FLAVOR}
LIB_DEPENDS= libhdf5.so:science/hdf5 \
libpng.so:graphics/png \
libtiff.so:graphics/tiff \
@@ -28,78 +27,137 @@ LIB_DEPENDS= libhdf5.so:science/hdf5 \
libjbig.so:graphics/jbigkit \
liborc-0.4.so:devel/orc \
libpcre.so:devel/pcre \
+ libicuuc.so:devel/icu \
libffi.so:devel/libffi \
+ liblas.so:devel/liblas \
+ libtbb.so:devel/onetbb \
+ libogg.so:audio/libogg \
+ libgl2ps.so:print/gl2ps \
+ libOT.so:math/openturns \
+ libgdal.so:graphics/gdal \
+ libgeos.so:graphics/geos \
+ libhpdf.so:print/libharu \
+ libpdal_base.so:math/pdal \
libdrm.so:graphics/libdrm \
+ libcgns.so:science/cgnslib \
+ liblz4.so:archivers/liblz4 \
+ libnetcdf.so:science/netcdf \
+ libjsoncpp.so:devel/jsoncpp \
+ libprotobuf.so:devel/protobuf \
+ libpugixml.so:textproc/pugixml \
+ libavutil.so:multimedia/ffmpeg \
+ libcgraph.so:graphics/graphviz \
+ libtheora.so:multimedia/libtheora \
+ libgeotiff.so:graphics/libgeotiff \
+ libboost_thread.so:devel/boost-libs \
libfontconfig.so:x11-fonts/fontconfig \
- libprotobuf.so:devel/protobuf
-RUN_DEPENDS= bash:shells/bash \
+ libdouble-conversion.so:devel/double-conversion
+RUN_DEPENDS= ${PYNUMPY} \
+ bash:shells/bash \
+ vtk9>0:math/vtk9 \
${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
+USES= alias cmake compiler:c11 eigen:3 fortran gl gnome jpeg localbase \
+ pkgconfig python qt:5 shebangfix tar:xz xorg
+USE_GL= gl glew glu glut
+USE_GNOME= libxml2
+USE_QT= buildtools_build core gui help network opengl qmake_build sql svg \
+ widgets x11extras xmlpatterns
+USE_XORG= ice sm x11 xau xcb xcursor xdamage xdmcp xext xfixes xorgproto xrender \
+ xxf86vm
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" \
+
+CMAKE_ARGS+= -DPARAVIEW_BUILD_SHARED_LIBS=ON \
+ -DPARAVIEW_BUILD_WITH_EXTERNAL=ON \
-DVTK_HAVE_GETSOCKNAME_WITH_SOCKLEN_T=1 \
- -DPARAVIEW_ENABLE_PYTHON:BOOL="ON" \
- -DPARAVIEW_ENABLE_FFMPEG:BOOL="OFF" \
- -DBUILD_TESTING:BOOL="OFF" \
+ -DPARAVIEW_USE_PYTHON:BOOL=ON \
+ -DPARAVIEW_ENABLE_FFMPEG:BOOL=ON \
+ -DPARAVIEW_ENABLE_LAS:BOOL=ON \
+ -DPARAVIEW_ENABLE_WEB:BOOL=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 \
+ -DVTK_MODULE_USE_EXTERNAL_VTK_fmt:BOOL=OFF \
+ -DVTK_MODULE_USE_EXTERNAL_VTK_ioss:BOOL=OFF \
+ -DVTK_MODULE_USE_EXTERNAL_VTK_pegtl=OFF \
+ -DVTK_MODULE_USE_EXTERNAL_ParaView_vtkcatalyst:BOOL=OFF \
-DExternalData_OBJECT_STORES="${WRKDIR}/VTK/ExternalData/MD5" \
-DFREETYPE_INCLUDE_DIRS="${LOCALBASE}/include/freetype2"
+.if !defined(MAINTAINER_MODE)
+CMAKE_ARGS+= -DVTK_FORBID_DOWNLOADS:BOOL=ON
+.endif
MAKE_ENV= XDG_CONFIG_HOME=${WRKDIR}
-SHEBANG_FILES= Catalyst/catalyze.py VTK/Examples/SearchScript.sh \
- VTK/Utilities/Maintenance/*.sh
+SHEBANG_GLOB= *.py
+SHEBANG_FILES= VTK/Examples/SearchScript.sh \
+ VTK/Utilities/Maintenance/*.sh \
+ Clients/CommandLineExecutables/paraview-config.in
+
+VERMAJORMINOR= ${PORTVERSION:R}
-OPTIONS_DEFINE= OSMESA GL2PS DOCS
+OPTIONS_DEFINE= DOCS EXAMPLES MPI OSMESA
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}
+# mpi4py and other programs must be compiled against the same MPI provider
+MPI_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpi4py>0:net/py-mpi4py@${PY_FLAVOR}
+MPI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mpi4py>0:net/py-mpi4py@${PY_FLAVOR}
+MPI_USES= mpi # mpich is set by default, use mpi:openmpi if needed
+MPI_CMAKE_ON= -DPARAVIEW_USE_MPI:BOOL=ON
+MPI_CMAKE_OFF= -DPARAVIEW_USE_MPI:BOOL=OFF
OSMESA_LIB_DEPENDS= libOSMesa.so:graphics/libosmesa
+OSMESA_USES_OFF= desktop-file-utils
OSMESA_CMAKE_BOOL= VTK_OPENGL_HAS_OSMESA
-OSMESA_CMAKE_ON= -DOSMESA_INCLUDE_DIR:PATH=${LOCALBASE}/include/Mesa \
+OSMESA_CMAKE_ON= -DVTK_USE_X:BOOL="OFF" \
+ -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
+OSMESA_CMAKE_OFF= -DVTK_USE_X:BOOL="ON"
+
+EXAMPLES_CMAKE_BOOL= PARAVIEW_BUILD_EXAMPLES
+PORTEXAMPLES= *
+
+#TEST_CMAKE_ON= -DPARAVIEW_BUILD_TESTING=WANT \
+ -DPARAVIEW_BUILD_VTK_TESTING=WANT
+
+# Error with ADIOS2
+#LIB_DEPENDS+= libadios2_c.so:misc/adios2
+#CMAKE_ARGS+= -DPARAVIEW_ENABLE_ADIOS2:BOOL=ON
+# Missing GenericIO for CosmoTools
+#CMAKE_ARGS+= -DPARAVIEW_ENABLE_COSMOTOOLS:BOOL=ON
+# Errors with VisItBridge / VisItLib
+#CMAKE_ARGS+= -DPARAVIEW_ENABLE_VISITBRIDGE:BOOL=ON
+# MomentInvariants needs to download a module
+#CMAKE_ARGS+= -DPARAVIEW_ENABLE_MOMENTINVARIANTS:BOOL=ON
+# No package for graphics/ospray
+#LIB_DEPENDS+= libospray.so:graphics/ospray
+#CMAKE_ARGS+= -DPARAVIEW_ENABLE_RAYTRACING
PLIST_SUB+= VERMAJORMINOR=${VERMAJORMINOR}
-CMAKE2INST= ParaViewConfig.cmake \
- cmake_install.cmake
-LIB_INSTDIR= ${PREFIX}/lib/${PORTNAME}-${VERMAJORMINOR}
+
+VTK9_CONFLICTS= vtk.py vtkmodules/__init__.py vtkmodules/all.py \
+ vtkmodules/gtk vtkmodules/numpy_interface \
+ vtkmodules/qt vtkmodules/test vtkmodules/tk \
+ vtkmodules/util vtkmodules/wx
pre-configure:
- @${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \
+ ${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|' \
+ ${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}`
+ # vtk9 is not a real run dependency, but it installs several common files
+.for py in ${VTK9_CONFLICTS}
+ ${RM} -r ${STAGEDIR}${PYTHON_SITELIBDIR}/${py}
.endfor
- ${INSTALL_DATA} ${PATCH_WRKSRC}/CMake/UseParaView.cmake \
- ${STAGEDIR}${PREFIX}/lib/${PORTNAME}-${VERMAJORMINOR}
+
+post-install-EXAMPLES-on:
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ cd ${WRKSRC}/Examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>
diff --git a/science/paraview/distinfo b/science/paraview/distinfo
index 1d37b5745511..f79459dc2f0b 100644
--- a/science/paraview/distinfo
+++ b/science/paraview/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1547963430
-SHA256 (ParaView-v5.6.0.tar.gz) = cb8c4d752ad9805c74b4a08f8ae6e83402c3f11e38b274dba171b99bb6ac2460
-SIZE (ParaView-v5.6.0.tar.gz) = 54085457
+TIMESTAMP = 1653337182
+SHA256 (ParaView-v5.10.1.tar.xz) = 520e3cdfba4f8592be477314c2f6c37ec73fb1d5b25ac30bdbd1c5214758b9c2
+SIZE (ParaView-v5.10.1.tar.xz) = 70218088
diff --git a/science/paraview/files/patch-CMake_ParaViewClient.cmake b/science/paraview/files/patch-CMake_ParaViewClient.cmake
new file mode 100644
index 000000000000..8629dd2db857
--- /dev/null
+++ b/science/paraview/files/patch-CMake_ParaViewClient.cmake
@@ -0,0 +1,10 @@
+--- CMake/ParaViewClient.cmake.orig 2022-03-11 22:19:30 UTC
++++ CMake/ParaViewClient.cmake
+@@ -520,6 +520,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)
diff --git a/science/paraview/files/patch-CMake_ParaViewMacros.cmake b/science/paraview/files/patch-CMake_ParaViewMacros.cmake
deleted file mode 100644
index f107f593ca4c..000000000000
--- a/science/paraview/files/patch-CMake_ParaViewMacros.cmake
+++ /dev/null
@@ -1,12 +0,0 @@
-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
deleted file mode 100644
index 93a6f27c523a..000000000000
--- a/science/paraview/files/patch-CommandLineExecutables_CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
deleted file mode 100644
index c200a77b33c3..000000000000
--- a/science/paraview/files/patch-ParaViewCore_ClientServerCore_Default_vtkPVFileInformation.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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
deleted file mode 100644
index 7755ae11b00e..000000000000
--- a/science/paraview/files/patch-ParaViewCore_VTKExtensions_Default_vtkPhastaReader.cxx
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
deleted file mode 100644
index c04873751895..000000000000
--- a/science/paraview/files/patch-Plugins_CDIReader_cdilib.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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-Qt_Core_pqServerConfiguration.cxx b/science/paraview/files/patch-Qt_Core_pqServerConfiguration.cxx
new file mode 100644
index 000000000000..a4ba38d67e24
--- /dev/null
+++ b/science/paraview/files/patch-Qt_Core_pqServerConfiguration.cxx
@@ -0,0 +1,11 @@
+--- Qt/Core/pqServerConfiguration.cxx.orig 2022-03-11 22:19:30 UTC
++++ Qt/Core/pqServerConfiguration.cxx
+@@ -212,7 +212,7 @@ vtkPVXMLElement* pqServerConfiguration::startupXML() c
+ //-----------------------------------------------------------------------------
+ QString pqServerConfiguration::termCommand()
+ {
+-#if defined(__linux__)
++#if defined(__linux__) || defined(__FreeBSD__)
+ // Based on i3 code
+ // https://github.com/i3/i3/blob/next/i3-sensible-terminal
+ QStringList termNames = { qgetenv("TERMINAL"), "x-terminal-emulator", "urxvt", "rxvt", "termit",
diff --git a/science/paraview/files/patch-Remoting_Core_vtkPVFileInformation.h b/science/paraview/files/patch-Remoting_Core_vtkPVFileInformation.h
new file mode 100644
index 000000000000..e9dfbbcd3e22
--- /dev/null
+++ b/science/paraview/files/patch-Remoting_Core_vtkPVFileInformation.h
@@ -0,0 +1,10 @@
+--- Remoting/Core/vtkPVFileInformation.h.orig 2022-03-11 22:19:30 UTC
++++ Remoting/Core/vtkPVFileInformation.h
+@@ -31,6 +31,7 @@
+ #include "vtkRemotingCoreModule.h" //needed for exports
+
+ #include <string> // Needed for std::string
++#include <time.h>
+
+ class vtkCollection;
+ class vtkPVFileInformationSet;
diff --git a/science/paraview/files/patch-c83b583c.c b/science/paraview/files/patch-c83b583c.c
deleted file mode 100644
index b8a6268f8cb3..000000000000
--- a/science/paraview/files/patch-c83b583c.c
+++ /dev/null
@@ -1,22 +0,0 @@
-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
index 87809f8714dc..b7baea17fc32 100644
--- a/science/paraview/pkg-descr
+++ b/science/paraview/pkg-descr
@@ -1,4 +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/
+WWW: https://www.paraview.org/
diff --git a/science/paraview/pkg-plist b/science/paraview/pkg-plist
index a49345c00954..9e67d3bc879c 100644
--- a/science/paraview/pkg-plist
+++ b/science/paraview/pkg-plist
@@ -1,2631 +1,7286 @@
-bin/paraview
+%%NO_OSMESA%%bin/paraview
bin/paraview-config
+%%NO_OSMESA%%bin/paraview.conf
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
*** 9108 LINES SKIPPED ***