svn commit: r472044 - in head/science/paraview: . files

Yuri Victorovich yuri at FreeBSD.org
Sat Jun 9 08:03:57 UTC 2018


Author: yuri
Date: Sat Jun  9 08:03:54 2018
New Revision: 472044
URL: https://svnweb.freebsd.org/changeset/ports/472044

Log:
  science/paraview: Update 5.2.0 -> 5.5.0
  
  Port changes:
  * Change to DISTVERSION
  * Add USES=localbase
  * Change USE_QT4 to USE_QT5 with corresponding changes to values
  * Remove INSTALLS_ICONS (not needed)
  * Remove many SHEBANG_FILES (not needed)
  * Update LIB_DEPENDS for libOSMesa.so
  
  Due to a strange upstream change that made it to install libprotobuf.so
  into lib, paraview now conflicts with a lot of other ports like firefox,
  chrome and tox.
  
  PR:		228746
  Submitted by:	devel at stasyan.com (maintainer; original patch version)

Added:
  head/science/paraview/files/patch-vtkEnSight6BinaryReader.cxx   (contents, props changed)
  head/science/paraview/files/patch-vtkEnSightGoldBinaryReader.cxx   (contents, props changed)
  head/science/paraview/files/patch-vtkPVFileInformation.h   (contents, props changed)
Deleted:
  head/science/paraview/files/patch-ParaViewCore_ClientServerCore_Default_vtkPVFileInformation.h
  head/science/paraview/files/patch-Plugins_PointSprite_CMakeLists.txt
  head/science/paraview/files/patch-Plugins_PointSprite_ParaViewPlugin_CMakeLists.txt
  head/science/paraview/files/patch-VTK_GUISupport_Qt_CMakeLists.txt
  head/science/paraview/files/patch-VTK_ThirdParty_netcdf_vtknetcdf_cxx_ncvalues.h
  head/science/paraview/files/patch-VTK_ThirdParty_netcdf_vtknetcdf_cxx_netcdfcpp.h
  head/science/paraview/files/patch-VTK_ThirdParty_xdmf2_vtkxdmf2_libsrc_XdmfDsmComm.cxx
  head/science/paraview/files/patch-vtkOpenGLGlyph3DHelper.cxx
  head/science/paraview/files/patch-vtkOpenGLPolyDataMapper.cxx
  head/science/paraview/files/patch-vtkOpenGLPolyDataMapper2D.cxx
  head/science/paraview/files/patch-vtkOpenGLProjectedTetrahedraMapper.cxx
  head/science/paraview/files/patch-vtkOpenGLRenderUtilities.cxx
  head/science/paraview/files/patch-vtkOpenGLStickMapper.cxx
  head/science/paraview/files/patch-vtkXOpenGLRenderWindow.cxx
Modified:
  head/science/paraview/Makefile
  head/science/paraview/distinfo
  head/science/paraview/files/patch-Plugins_CDIReader_cdilib.c
  head/science/paraview/files/patch-vtkPhastaReader.cxx
  head/science/paraview/pkg-plist

Modified: head/science/paraview/Makefile
==============================================================================
--- head/science/paraview/Makefile	Sat Jun  9 07:44:43 2018	(r472043)
+++ head/science/paraview/Makefile	Sat Jun  9 08:03:54 2018	(r472044)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	paraview
-DISTVERSION=	5.2.0
-PORTREVISION=	4
+DISTVERSION=	5.5.0
 CATEGORIES=	science graphics
 MASTER_SITES=	http://www.paraview.org/files/v${VERMAJORMINOR}/
 DISTNAME=	ParaView-v${PORTVERSION}
@@ -31,21 +30,15 @@ LIB_DEPENDS=	libhdf5.so:science/hdf5 \
 RUN_DEPENDS=	bash:shells/bash	\
 		${PYTHON_SITELIBDIR}/matplotlib/pyplot.py:math/py-matplotlib@${PY_FLAVOR}
 
-CONFLICTS_BUILD=	protobuf*
+CONFLICTS_INSTALL=	protobuf # https://gitlab.kitware.com/paraview/paraview/issues/18225
 
-USES=		alias desktop-file-utils cmake:outsource jpeg python:2.7 shebangfix
-USE_QT4=	qmake_build moc_build rcc_build uic_build \
-		linguisttools_build assistant_run qt3support \
-		corelib dbus designer gui help-tools network script \
-		sql svg xml webkit assistantclient clucene \
-		xmlpatterns xmlpatterns-tool help
+USES=		alias cmake:outsource jpeg localbase python:2.7 shebangfix
+USE_QT5=	core gui help network sql widgets x11extras buildtools_build qmake_build
 USE_GL=		gl glu
 USE_XORG=	x11 xt xext ice xdmcp xau xcb xfixes xdamage xxf86vm xrender sm dri3proto
 USE_LDCONFIG=	yes
 USE_GSTREAMER=	yes
 
-INSTALLS_ICONS=	yes
-
 CMAKE_ARGS+=	-DBUILD_SHARED_LIBS="ON" \
 		-DVTK_USE_SYSTEM_PNG="ON" \
 		-DVTK_USE_SYSTEM_JPEG="ON" \
@@ -63,17 +56,7 @@ CMAKE_ARGS+=	-DBUILD_SHARED_LIBS="ON" \
 MAKE_ENV=	XDG_CONFIG_HOME=${WRKDIR}
 
 SHEBANG_FILES=	Catalyst/catalyze.py VTK/Examples/SearchScript.sh \
-		VTK/Utilities/Maintenance/*.sh	\
-		Plugins/SciberQuestToolKit/eigen-3.0.3/eigen-eigen-3.0.3/bench/basicbench.cxxlist	\
-		Plugins/SciberQuestToolKit/eigen-3.0.3/eigen-eigen-3.0.3/bench/*.sh	\
-		Plugins/SciberQuestToolKit/eigen-3.0.3/eigen-eigen-3.0.3/bench/bench_unrolling	\
-		Plugins/SciberQuestToolKit/eigen-3.0.3/eigen-eigen-3.0.3/bench/benchmark_suite	\
-		Plugins/SciberQuestToolKit/eigen-3.0.3/eigen-eigen-3.0.3/blas/testing/*	\
-		Plugins/SciberQuestToolKit/eigen-3.0.3/eigen-eigen-3.0.3/scripts/*	\
-		Plugins/SciberQuestToolKit/eigen-3.0.3/eigen-eigen-3.0.3/test/eigen2/*	\
-		Plugins/SciberQuestToolKit/eigen-3.0.3/eigen-eigen-3.0.3/test/*.sh	\
-		Plugins/SciberQuestToolKit/eigen-3.0.3/eigen-eigen-3.0.3/test/testsuite.cmake	\
-		Plugins/SciberQuestToolKit/eigen-3.0.3/eigen-eigen-3.0.3/bench/btl/data/*
+		VTK/Utilities/Maintenance/*.sh
 
 OPTIONS_DEFINE=	OSMESA GL2PS DOCS
 OSMESA_DESC=	Use Mesa for off-screen rendering
@@ -85,10 +68,10 @@ VERMAJORMINOR=	${PORTVERSION:R}
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MOSMESA}
-LIB_DEPENDS+=	libOSMesa32.so:graphics/libosmesa
+LIB_DEPENDS+=	libOSMesa.so:graphics/libosmesa
 CMAKE_ARGS+=	-DVTK_OPENGL_HAS_OSMESA:BOOL=ON \
 		-DOSMESA_INCLUDE_DIR:PATH=${LOCALBASE}/include/Mesa \
-		-DOSMESA_LIBRARY:FILEPATH=${LOCALBASE}/lib/libOSMesa32.so
+		-DOSMESA_LIBRARY:FILEPATH=${LOCALBASE}/lib/libOSMesa.so
 .endif
 
 .if ${PORT_OPTIONS:MGL2PS}

Modified: head/science/paraview/distinfo
==============================================================================
--- head/science/paraview/distinfo	Sat Jun  9 07:44:43 2018	(r472043)
+++ head/science/paraview/distinfo	Sat Jun  9 08:03:54 2018	(r472044)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1479453145
-SHA256 (ParaView-v5.2.0.tar.gz) = 894e42ef8475bb49e4e7e64f4ee2c37c714facd18bfbb1d6de7f69676b062c96
-SIZE (ParaView-v5.2.0.tar.gz) = 47087129
+TIMESTAMP = 1527607320
+SHA256 (ParaView-v5.5.0.tar.gz) = 1b619e326ff574de808732ca9a7447e4cd14e94ae6568f55b6581896cd569dff
+SIZE (ParaView-v5.5.0.tar.gz) = 51414419

Modified: head/science/paraview/files/patch-Plugins_CDIReader_cdilib.c
==============================================================================
--- head/science/paraview/files/patch-Plugins_CDIReader_cdilib.c	Sat Jun  9 07:44:43 2018	(r472043)
+++ head/science/paraview/files/patch-Plugins_CDIReader_cdilib.c	Sat Jun  9 08:03:54 2018	(r472044)
@@ -1,11 +1,11 @@
---- Plugins/CDIReader/cdilib.c.orig	2016-11-14 15:41:57 UTC
-+++ Plugins/CDIReader/cdilib.c
+--- Plugins/CDIReader/cdilib.c.orig	2018-06-02 11:15:13.052742000 +0700
++++ Plugins/CDIReader/cdilib.c	2018-06-02 11:15:49.323204000 +0700
 @@ -47,7 +47,7 @@
  #define _XOPEN_SOURCE 600
  #endif
  
 -#if defined(__linux__) || defined(__APPLE__)
-+#if defined(__linux__) || defined(__FreeBSD__) || defined(__APPLE__)
++#if defined(__linux__) || defined(__APPLE__) || defined(__FreeBSD__)
    #include <unistd.h>
    #include <stdbool.h>
    #include <sys/types.h>

Added: head/science/paraview/files/patch-vtkEnSight6BinaryReader.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/paraview/files/patch-vtkEnSight6BinaryReader.cxx	Sat Jun  9 08:03:54 2018	(r472044)
@@ -0,0 +1,11 @@
+--- VTK/IO/EnSight/vtkEnSight6BinaryReader.cxx.orig	2018-05-30 20:27:53.507473000 +0700
++++ VTK/IO/EnSight/vtkEnSight6BinaryReader.cxx	2018-05-30 20:34:17.396774000 +0700
+@@ -36,7 +36,7 @@
+ #if defined(_WIN32)
+ # define VTK_STAT_STRUCT struct _stat64
+ # define VTK_STAT_FUNC _stat64
+-#elif defined _DARWIN_FEATURE_64_BIT_INODE && !defined __FreeBSD__
++#elif defined _DARWIN_FEATURE_64_BIT_INODE || defined __FreeBSD__
+ // FreeBSD and OSX now deprecate stat64
+ # define VTK_STAT_STRUCT struct stat
+ # define VTK_STAT_FUNC stat

Added: head/science/paraview/files/patch-vtkEnSightGoldBinaryReader.cxx
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/paraview/files/patch-vtkEnSightGoldBinaryReader.cxx	Sat Jun  9 08:03:54 2018	(r472044)
@@ -0,0 +1,11 @@
+--- VTK/IO/EnSight/vtkEnSightGoldBinaryReader.cxx.orig	2018-05-30 20:37:02.610942000 +0700
++++ VTK/IO/EnSight/vtkEnSightGoldBinaryReader.cxx	2018-05-30 20:37:18.549087000 +0700
+@@ -37,7 +37,7 @@
+ #if defined(_WIN32)
+ # define VTK_STAT_STRUCT struct _stat64
+ # define VTK_STAT_FUNC _stat64
+-#elif defined _DARWIN_FEATURE_64_BIT_INODE && !defined __FreeBSD__
++#elif defined _DARWIN_FEATURE_64_BIT_INODE || defined __FreeBSD__
+ // FreeBSD and OSX now deprecate stat64
+ # define VTK_STAT_STRUCT struct stat
+ # define VTK_STAT_FUNC stat

Added: head/science/paraview/files/patch-vtkPVFileInformation.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/science/paraview/files/patch-vtkPVFileInformation.h	Sat Jun  9 08:03:54 2018	(r472044)
@@ -0,0 +1,10 @@
+--- ParaViewCore/ClientServerCore/Default/vtkPVFileInformation.h.orig	2018-05-31 23:28:45.128756000 +0700
++++ ParaViewCore/ClientServerCore/Default/vtkPVFileInformation.h	2018-05-31 23:28:56.798284000 +0700
+@@ -31,6 +31,7 @@
+ #include "vtkPVInformation.h"
+ 
+ #include <string> // Needed for std::string
++#include <time.h>
+ 
+ class vtkCollection;
+ class vtkPVFileInformationSet;

Modified: head/science/paraview/files/patch-vtkPhastaReader.cxx
==============================================================================
--- head/science/paraview/files/patch-vtkPhastaReader.cxx	Sat Jun  9 07:44:43 2018	(r472043)
+++ head/science/paraview/files/patch-vtkPhastaReader.cxx	Sat Jun  9 08:03:54 2018	(r472044)
@@ -1,5 +1,5 @@
---- ParaViewCore/VTKExtensions/Default/vtkPhastaReader.cxx.orig	2018-05-27 20:05:20.868911000 +0700
-+++ ParaViewCore/VTKExtensions/Default/vtkPhastaReader.cxx	2018-05-27 20:05:16.469487000 +0700
+--- ParaViewCore/VTKExtensions/Default/vtkPhastaReader.cxx.orig	2018-05-31 00:13:08.178409000 +0700
++++ ParaViewCore/VTKExtensions/Default/vtkPhastaReader.cxx	2018-05-31 18:19:21.545706000 +0700
 @@ -200,7 +200,7 @@
      {
        text_header = new char[real_length + 1];

Modified: head/science/paraview/pkg-plist
==============================================================================
--- head/science/paraview/pkg-plist	Sat Jun  9 07:44:43 2018	(r472043)
+++ head/science/paraview/pkg-plist	Sat Jun  9 08:03:54 2018	(r472044)
@@ -5,4337 +5,2401 @@ bin/pvdataserver
 bin/pvpython
 bin/pvrenderserver
 bin/pvserver
-lib/paraview-%%VERMAJORMINOR%%/.plugins
-lib/paraview-%%VERMAJORMINOR%%/cmake_install.cmake
-lib/paraview-%%VERMAJORMINOR%%/libAcceleratedAlgorithms.so
-lib/paraview-%%VERMAJORMINOR%%/libAnalyzeNIfTIIO.so
-lib/paraview-%%VERMAJORMINOR%%/libArrowGlyph.so
-lib/paraview-%%VERMAJORMINOR%%/libCatalystScriptGeneratorPlugin.so
-lib/paraview-%%VERMAJORMINOR%%/libCDIReader.so
-lib/paraview-%%VERMAJORMINOR%%/libGeodesicMeasurement.so
-lib/paraview-%%VERMAJORMINOR%%/libGMVReader.so
-lib/paraview-%%VERMAJORMINOR%%/libH5PartReader.so
-lib/paraview-%%VERMAJORMINOR%%/libMoments.so
-lib/paraview-%%VERMAJORMINOR%%/libNonOrthogonalSource.so
-lib/paraview-%%VERMAJORMINOR%%/libPacMan.so
-lib/paraview-%%VERMAJORMINOR%%/libprotobuf-lite.so
-lib/paraview-%%VERMAJORMINOR%%/libprotobuf.so
-lib/paraview-%%VERMAJORMINOR%%/libQtTesting.so
-lib/paraview-%%VERMAJORMINOR%%/libSierraPlotTools.so
-lib/paraview-%%VERMAJORMINOR%%/libSLACTools.so
-lib/paraview-%%VERMAJORMINOR%%/libStreamingParticles.so
-lib/paraview-%%VERMAJORMINOR%%/libSurfaceLIC.so
-lib/paraview-%%VERMAJORMINOR%%/libThickenLayeredCells.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkalglib-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkalglib-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkChartsCore-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkChartsCore-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkChartsCorePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkChartsCorePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkClientServer-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkClientServer-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonColor-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonColor-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonColorPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonColorPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonComputationalGeometry-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonComputationalGeometry-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonComputationalGeometryPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonComputationalGeometryPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonCore-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonCore-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonCorePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonCorePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonDataModel-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonDataModel-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonDataModelPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonDataModelPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonExecutionModel-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonExecutionModel-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonExecutionModelPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonExecutionModelPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonMath-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonMath-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonMathPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonMathPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonMisc-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonMisc-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonMiscPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonMiscPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonSystem-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonSystem-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonSystemPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonSystemPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonTransforms-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonTransforms-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonTransformsPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkCommonTransformsPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkDICOMParser-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkDICOMParser-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkDomainsChemistry-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkDomainsChemistry-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkDomainsChemistryOpenGL2-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkDomainsChemistryOpenGL2-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkDomainsChemistryOpenGL2Python27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkDomainsChemistryOpenGL2Python27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkDomainsChemistryPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkDomainsChemistryPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkexoIIc-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkexoIIc-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersAMR-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersAMR-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersAMRPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersAMRPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersCore-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersCore-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersCorePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersCorePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersExtraction-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersExtraction-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersExtractionPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersExtractionPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersFlowPaths-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersFlowPaths-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersFlowPathsPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersFlowPathsPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersGeneral-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersGeneral-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersGeneralPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersGeneralPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersGeneric-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersGeneric-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersGenericPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersGenericPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersGeometry-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersGeometry-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersGeometryPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersGeometryPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersHybrid-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersHybrid-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersHybridPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersHybridPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersHyperTree-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersHyperTree-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersHyperTreePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersHyperTreePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersModeling-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersModeling-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersModelingPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersModelingPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersParallel-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersParallel-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersParallelPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersParallelPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersParallelStatistics-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersParallelStatistics-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersParallelStatisticsPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersParallelStatisticsPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersPoints-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersPoints-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersPointsPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersPointsPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersProgrammable-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersProgrammable-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersProgrammablePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersProgrammablePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersPython-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersPython-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersPythonPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersPythonPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersSources-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersSources-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersSourcesPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersSourcesPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersStatistics-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersStatistics-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersStatisticsPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersStatisticsPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersTexture-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersTexture-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersTexturePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersTexturePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersVerdict-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersVerdict-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersVerdictPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkFiltersVerdictPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkgl2ps-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkgl2ps-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkglew-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkglew-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkGUISupportQt-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkGUISupportQt-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkhdf5_hl-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkhdf5_hl-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkhdf5-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkhdf5-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingColor-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingColor-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingColorPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingColorPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingCore-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingCore-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingCorePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingCorePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingFourier-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingFourier-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingFourierPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingFourierPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingGeneral-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingGeneral-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingGeneralPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingGeneralPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingHybrid-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingHybrid-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingHybridPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingHybridPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingMath-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingMath-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingMathPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingMathPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingMorphological-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingMorphological-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingMorphologicalPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingMorphologicalPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingSources-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingSources-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingSourcesPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkImagingSourcesPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkInfovisCore-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkInfovisCore-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkInfovisCorePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkInfovisCorePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkInteractionImage-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkInteractionImage-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkInteractionImagePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkInteractionImagePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkInteractionStyle-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkInteractionStyle-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkInteractionStylePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkInteractionStylePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkInteractionWidgets-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkInteractionWidgets-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkInteractionWidgetsPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkInteractionWidgetsPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOAMR-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOAMR-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOAMRPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOAMRPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOCore-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOCore-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOCorePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOCorePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOEnSight-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOEnSight-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOEnSightPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOEnSightPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOExodus-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOExodus-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOExodusPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOExodusPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOExport-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOExport-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOExportOpenGL2-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOExportOpenGL2-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOExportOpenGL2Python27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOExportOpenGL2Python27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOExportPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOExportPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOGeometry-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOGeometry-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOGeometryPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOGeometryPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOImage-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOImage-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOImagePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOImagePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOImport-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOImport-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOImportPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOImportPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOInfovis-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOInfovis-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOInfovisPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOInfovisPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOLegacy-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOLegacy-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOLegacyPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOLegacyPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOLSDyna-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOLSDyna-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOLSDynaPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOLSDynaPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOMovie-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOMovie-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOMoviePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOMoviePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIONetCDF-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIONetCDF-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIONetCDFPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIONetCDFPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOParallel-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOParallel-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOParallelExodus-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOParallelExodus-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOParallelExodusPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOParallelExodusPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOParallelLSDyna-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOParallelLSDyna-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOParallelLSDynaPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOParallelLSDynaPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOParallelPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOParallelPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOParallelXML-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOParallelXML-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOParallelXMLPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOParallelXMLPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOPLY-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOPLY-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOPLYPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOPLYPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOTecplotTable-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOTecplotTable-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOTecplotTablePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOTecplotTablePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOVPIC-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOVPIC-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOVPICPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOVPICPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOXdmf2-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOXdmf2-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOXdmf2Python27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOXdmf2Python27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOXML-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOXML-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOXMLParser-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOXMLParser-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOXMLParserPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOXMLParserPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOXMLPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkIOXMLPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkjsoncpp-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkjsoncpp-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtklibxml2-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtklibxml2-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtklz4-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtklz4-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkmetaio-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkmetaio-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkNetCDF_cxx-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkNetCDF_cxx-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkNetCDF-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkNetCDF-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkoggtheora-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkoggtheora-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkParallelCore-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkParallelCore-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkParallelCorePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkParallelCorePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkParaViewWebCore-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkParaViewWebCore-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkParaViewWebCorePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkParaViewWebCorePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkpqApplicationComponents-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkpqApplicationComponents-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkpqComponents-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkpqComponents-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkpqCore-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkpqCore-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkpqPython-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkpqPython-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkpqWidgets-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkpqWidgets-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkpugixml-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkpugixml-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVAnimation-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVAnimation-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVAnimationPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVAnimationPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVCatalyst-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVCatalyst-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVCatalystPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVCatalystPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVClientServerCoreCore-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVClientServerCoreCore-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVClientServerCoreCorePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVClientServerCoreCorePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVClientServerCoreDefault-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVClientServerCoreDefault-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVClientServerCoreDefaultPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVClientServerCoreDefaultPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVClientServerCoreRendering-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVClientServerCoreRendering-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVClientServerCoreRenderingPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVClientServerCoreRenderingPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVCommon-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVCommon-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVCommonPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVCommonPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVPythonCatalyst-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVPythonCatalyst-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVPythonCatalystPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVPythonCatalystPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerImplementationCore-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerImplementationCore-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerImplementationCorePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerImplementationCorePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerImplementationRendering-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerImplementationRendering-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerImplementationRenderingPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerImplementationRenderingPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManagerApplication-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManagerApplication-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManagerApplicationPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManagerApplicationPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManagerCore-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManagerCore-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManagerCorePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManagerCorePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManagerDefault-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManagerDefault-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManagerDefaultPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManagerDefaultPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManagerRendering-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManagerRendering-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManagerRenderingPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVServerManagerRenderingPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVVTKExtensionsCore-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVVTKExtensionsCore-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVVTKExtensionsCorePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVVTKExtensionsCorePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVVTKExtensionsDefault-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVVTKExtensionsDefault-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVVTKExtensionsDefaultPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVVTKExtensionsDefaultPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVVTKExtensionsPoints-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVVTKExtensionsPoints-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVVTKExtensionsPointsPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVVTKExtensionsPointsPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVVTKExtensionsRendering-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVVTKExtensionsRendering-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVVTKExtensionsRenderingPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPVVTKExtensionsRenderingPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPythonInterpreter-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPythonInterpreter-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkPythonInterpreterPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkPythonInterpreterPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingAnnotation-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingAnnotation-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingAnnotationPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingAnnotationPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingContext2D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingContext2D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingContext2DPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingContext2DPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingContextOpenGL2-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingContextOpenGL2-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingContextOpenGL2Python27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingContextOpenGL2Python27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingCore-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingCore-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingCorePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingCorePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingFreeType-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingFreeType-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingFreeTypePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingFreeTypePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingGL2PSOpenGL2-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingGL2PSOpenGL2-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingGL2PSOpenGL2Python27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingGL2PSOpenGL2Python27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingLabel-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingLabel-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingLabelPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingLabelPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingLICOpenGL2-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingLICOpenGL2-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingLICOpenGL2Python27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingLICOpenGL2Python27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingLOD-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingLOD-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingLODPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingLODPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingMatplotlib-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingMatplotlib-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingMatplotlibPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingMatplotlibPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingOpenGL2-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingOpenGL2-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingOpenGL2Python27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingOpenGL2Python27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingParallel-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingParallel-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingParallelPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingParallelPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingVolume-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingVolume-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingVolumeAMR-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingVolumeAMR-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingVolumeAMRPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingVolumeAMRPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingVolumeOpenGL2-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingVolumeOpenGL2-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingVolumeOpenGL2Python27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingVolumeOpenGL2Python27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingVolumePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkRenderingVolumePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtksys-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtksys-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkTestingRendering-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkTestingRendering-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkTestingRenderingPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkTestingRenderingPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkUtilitiesPythonInitializer-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkUtilitiesPythonInitializer-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkverdict-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkverdict-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkViewsContext2D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkViewsContext2D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkViewsContext2DPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkViewsContext2DPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkViewsCore-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkViewsCore-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkViewsCorePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkViewsCorePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkVPIC-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkVPIC-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkWebCore-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkWebCore-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkWebCorePython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkWebCorePython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkWebGLExporter-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkWebGLExporter-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkWebGLExporterPython27D-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkWebGLExporterPython27D-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkWrappingPython27Core-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkWrappingPython27Core-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/libvtkxdmf2-pv%%VERMAJORMINOR%%.so
-lib/paraview-%%VERMAJORMINOR%%/libvtkxdmf2-pv%%VERMAJORMINOR%%.so.1
-lib/paraview-%%VERMAJORMINOR%%/paraview
-lib/paraview-%%VERMAJORMINOR%%/paraview-config
+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/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/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

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***


More information about the svn-ports-all mailing list