Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Utkarsh Ayachit
ParaView-Superbuild
Commits
9404c11b
Commit
9404c11b
authored
Apr 25, 2019
by
Ben Boeckel
Browse files
paraview: handle the removal of forward executables
parent
5dade580
Changes
3
Show whitespace changes
Inline
Side-by-side
projects/paraview.bundle.common.cmake
View file @
9404c11b
...
...
@@ -37,6 +37,10 @@ if (python_enabled)
pvbatch
pvpython
)
endif
()
if
(
mesa_enabled
)
list
(
APPEND paraview_executables
paraview-mesa
)
endif
()
set
(
paraview_has_gui FALSE
)
if
(
qt5_enabled
)
...
...
projects/paraview.cmake
View file @
9404c11b
...
...
@@ -88,9 +88,9 @@ if (UNIX)
genericio cosmotools
)
endif
()
set
(
paraview_mesa_
sb_available FALSE
)
set
(
paraview_mesa_
libdir
"<LIBDIR>"
)
if
(
PARAVIEW_DEFAULT_SYSTEM_GL AND mesa_enabled
)
set
(
paraview_mesa_
sb_available TRUE
)
set
(
paraview_mesa_
libdir
"<LIBDIR>/mesa"
)
endif
()
if
(
WIN32
)
...
...
@@ -181,8 +181,8 @@ superbuild_add_project(paraview
-DVTK_USE_X:BOOL=
${
paraview_use_x
}
# mesa flags
-DPARAVIEW_
WITH_SUPERBUILD_MESA:BOOL=
${
paraview_mesa_sb_avail
able
}
-DPARAVIEW_
WITH_SUPERBUILD_MESA_SWR:BOOL=
${
mesa_USE_SWR
}
-DPARAVIEW_
BUILD_MESA_LAUNCHER:BOOL=
${
mesa_en
able
d
}
-DPARAVIEW_
MESA_LIBDIR:STRING=
${
paraview_mesa_libdir
}
# IndeX
-DPARAVIEW_PLUGIN_ENABLE_pvNVIDIAIndeX:BOOL=
${
nvidiaindex_enabled
}
...
...
projects/unix/paraview.bundle.unix.cmake
View file @
9404c11b
...
...
@@ -22,7 +22,7 @@ if (PARAVIEW_DEFAULT_SYSTEM_GL OR
endif
()
foreach
(
executable IN LISTS paraview_executables
)
superbuild_unix_install_program
_fwd
(
"
${
executable
}
"
superbuild_unix_install_program
(
"
${
superbuild_install_location
}
/bin/
${
executable
}
"
"lib"
SEARCH_DIRECTORIES
"
${
library_paths
}
"
INCLUDE_REGEXES
${
include_regexes
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment