cmake_install.cmake
Go to the documentation of this file.
1 # Install script for directory: /builds/gitlab-kitware-sciviz-ci/Remoting/Core
2 
3 # Set the install prefix
4 if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5  set(CMAKE_INSTALL_PREFIX "/usr/local")
6 endif()
7 string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8 
9 # Set the install configuration name.
10 if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11  if(BUILD_TYPE)
12  string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13  CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14  else()
15  set(CMAKE_INSTALL_CONFIG_NAME "Release")
16  endif()
17  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18 endif()
19 
20 # Set the component getting installed.
21 if(NOT CMAKE_INSTALL_COMPONENT)
22  if(COMPONENT)
23  message(STATUS "Install component: \"${COMPONENT}\"")
24  set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25  else()
26  set(CMAKE_INSTALL_COMPONENT)
27  endif()
28 endif()
29 
30 # Install shared libraries without execute permission?
31 if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32  set(CMAKE_INSTALL_SO_NO_EXE "0")
33 endif()
34 
35 # Is this installation the result of a crosscompile?
36 if(NOT DEFINED CMAKE_CROSSCOMPILING)
37  set(CMAKE_CROSSCOMPILING "FALSE")
38 endif()
39 
40 # Set default install directory permissions.
41 if(NOT DEFINED CMAKE_OBJDUMP)
42  set(CMAKE_OBJDUMP "/usr/bin/objdump")
43 endif()
44 
45 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
46  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/vtk/hierarchy/ParaView" TYPE FILE RENAME "vtkRemotingCore-hierarchy.txt" FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/vtk/hierarchy/ParaView/vtkRemotingCore-hierarchy.txt")
47 endif()
48 
49 if(CMAKE_INSTALL_COMPONENT STREQUAL "runtime" OR NOT CMAKE_INSTALL_COMPONENT)
50  foreach(file
51  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-pv6.0.so.6.0"
52  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-pv6.0.so.1"
53  )
54  if(EXISTS "${file}" AND
55  NOT IS_SYMLINK "${file}")
56  file(RPATH_CHECK
57  FILE "${file}"
58  RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
59  endif()
60  endforeach()
61  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES
62  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkRemotingCore-pv6.0.so.6.0"
63  "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkRemotingCore-pv6.0.so.1"
64  )
65  foreach(file
66  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-pv6.0.so.6.0"
67  "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkRemotingCore-pv6.0.so.1"
68  )
69  if(EXISTS "${file}" AND
70  NOT IS_SYMLINK "${file}")
71  file(RPATH_CHANGE
72  FILE "${file}"
73  OLD_RPATH "\$ORIGIN:/usr/lib64/openmpi/lib:"
74  NEW_RPATH "\$ORIGIN:/usr/lib64/openmpi/lib")
75  if(CMAKE_INSTALL_DO_STRIP)
76  execute_process(COMMAND "/usr/bin/strip" "${file}")
77  endif()
78  endif()
79  endforeach()
80 endif()
81 
82 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
83  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64" TYPE SHARED_LIBRARY FILES "/builds/gitlab-kitware-sciviz-ci/build/lib64/libvtkRemotingCore-pv6.0.so")
84 endif()
85 
86 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
87 endif()
88 
89 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
90  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0" TYPE FILE FILES
91  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkReservedRemoteObjectIds.h"
92  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkCompositeMultiProcessController.h"
93  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkDisplayConfiguration.h"
94  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkMPIMToNSocketConnection.h"
95  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkMPIMToNSocketConnectionPortInformation.h"
96  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkNetworkAccessManager.h"
97  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPResourceFileLocator.h"
98  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkProcessModule.h"
99  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkProcessModuleConfiguration.h"
100  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVAlgorithmPortsInformation.h"
101  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVArrayInformation.h"
102  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVCAVEConfigInformation.h"
103  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVClassNameInformation.h"
104  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVDataAssemblyInformation.h"
105  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVDataInformation.h"
106  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVDataSetAttributesInformation.h"
107  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVDataSizeInformation.h"
108  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVDisableStackTraceSignalHandler.h"
109  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVDynamicInitializerPluginInterface.h"
110  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVEnableStackTraceSignalHandler.h"
111  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVEnvironmentInformation.h"
112  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVEnvironmentInformationHelper.h"
113  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVFileInformation.h"
114  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVFileInformationHelper.h"
115  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVInformation.h"
116  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVLogInformation.h"
117  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVMemoryUseInformation.h"
118  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVPlugin.h"
119  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVPluginLoader.h"
120  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVPluginsInformation.h"
121  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVPluginTracker.h"
122  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVProgressHandler.h"
123  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVPythonInformation.h"
124  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVPythonModule.h"
125  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVPythonPluginInterface.h"
126  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVServerInformation.h"
127  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVServerManagerPluginInterface.h"
128  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVSession.h"
129  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVSystemConfigInformation.h"
130  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVSystemInformation.h"
131  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVTemporalDataInformation.h"
132  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkPVTimerInformation.h"
133  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkRemotingCoreConfiguration.h"
134  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkSession.h"
135  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkSessionIterator.h"
136  "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/vtkTCPNetworkAccessManager.h"
137  )
138 endif()
139 
140 if(CMAKE_INSTALL_COMPONENT STREQUAL "development" OR NOT CMAKE_INSTALL_COMPONENT)
141  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/paraview-6.0" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/build/Remoting/Core/vtkRemotingCoreModule.h")
142 endif()
143 
144 if(CMAKE_INSTALL_COMPONENT STREQUAL "licenses" OR NOT CMAKE_INSTALL_COMPONENT)
145  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/licenses/ParaView/vtkRemotingCore" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/Remoting/Core/LICENSE")
146 endif()
147 
148 if(CMAKE_INSTALL_COMPONENT STREQUAL "spdx" OR NOT CMAKE_INSTALL_COMPONENT)
149  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/doc/ParaView/spdx" TYPE FILE FILES "/builds/gitlab-kitware-sciviz-ci/build/Remoting/Core/vtkRemotingCore.spdx")
150 endif()
151 
Gets python features.
vtkPVServerManagerPluginInterface defines the interface needed to be implemented by a server-manager ...
Helper object that can be used to obtain information about an environment.
vtkPVPythonPluginInterface defines the interface required by ParaView plugins that add python modules...
provides meta data about a vtkDataObject subclass.
Information object used to collect miscellaneous system and memory information from all processes...
vtkPVDynamicInitializerPluginInterface defines the interface needed to be implemented by a plugin tha...
When run on the process it enables a stacktrace signal handler for common errors. ...
vtkTCPNetworkAccessManager is a concrete implementation of vtkNetworkAccessManager that uses tcp/ip s...
a global manager for each processes to keep track of plugins loaded on that process.
A vtkClientServerStream serializable container of information describing memory configuration of the ...
parallel aware vtkResourceFileLocator
Gets features of the server.
Enum listing custom remote object with dedicated GlobalID.
Information object that can be used to obtain information about a file/directory. ...
defines the core interface for any ParaView plugin.
Definition: vtkPVPlugin.h:38
fetches vtkDataAssembly from a vtkObject subclass
extends vtkSession to add API for ParaView sessions.
Definition: vtkPVSession.h:23
string
A vtkClientServerStream serializable container for a single process's instantaneous memory usage...
Used to load ParaView plugins.
information about plugins tracked by vtkPVPluginTracker.
display configuration container
server side object used to gather information from, by vtkPVFileInformation.
Gets the log of a specific rank as well as the verbosity level.
class to create socket connections between two servers
Stores code and option for python modules.
Holds timer log for all processes.
vtkSessionIterator is used to iterate over sessions in the global ProcessModule.
vtkCompositeMultiProcessController offer a composite implementation of vtkMultiProcessController that...
When run on the process it enables a stacktrace signal handler for common errors. ...
provides meta data about arrays.
A vtkClientServerStream serializable container intended to expose the api and information presented b...
PV information object for getting information about data size.
Information object that can be used to obtain values of environment variables.
vtkSession defines a session i.e.
Definition: vtkSession.h:17
runtime configuration options for vtkRemotingCore module.
runtime configuration for vtkProcessModule
vtkNetworkAccessManager is used to create new connections and monitor activity of those connections...
extends vtkPVDataInformation to gather information across timesteps.
Superclass for information objects.
progress handler.
process initialization and management core for ParaView processes.