Skip to content
GitLab
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
db4edeab
Commit
db4edeab
authored
Jun 21, 2020
by
Utkarsh Ayachit
⛰
Browse files
add surfacetracercut plugin
Adding Surface-Cutting plugin. ref:
https://github.com/conniejhe/Surface-Cutting
parent
bcbc0e09
Changes
4
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
db4edeab
...
...
@@ -136,6 +136,7 @@ function (superbuild_find_projects var)
pkgconf
rapidjson
scipy
surfacetrackercut
sqlite
)
if
(
NOT APPLE
)
...
...
projects/paraview.bundle.common.cmake
View file @
db4edeab
...
...
@@ -156,6 +156,10 @@ if (vortexfinder2_enabled)
list
(
APPEND paraview_plugins
VortexFinder
)
endif
()
if
(
surfacetrackercut_enabled
)
list
(
APPEND paraview_plugins
SurfaceTrackerCut
)
endif
()
if
(
osmesa_built_by_superbuild OR mesa_built_by_superbuild
)
set
(
mesa_libraries
)
...
...
projects/surfacetrackercut.cmake
0 → 100644
View file @
db4edeab
superbuild_add_project
(
surfacetrackercut
DEPENDS paraview lapack
DEPENDS_OPTIONAL qt5
SOURCE_SUBDIR SurfaceTrackerCut
CMAKE_ARGS
-DBUILD_SHARED_LIBS:BOOL=
${
BUILD_SHARED_LIBS
}
)
versions.cmake
View file @
db4edeab
...
...
@@ -66,6 +66,10 @@ superbuild_set_revision(vortexfinder2
URL
"https://www.paraview.org/files/dependencies/vortexfinder2-bb76f80ad08223d49fb42e828c1416daa19f7ecb.tar.bz2"
URL_MD5 47d12a5103d66b5db782c43c5255b26b
)
superbuild_set_revision
(
surfacetrackercut
URL
"https://www.paraview.org/files/dependencies/Surface-Cutting-7fc11213d828d5bce62577fe0bc3ca1dbdfc9124.zip"
URL_MD5 b329f3cc3734d75e529573a09662982b
)
#------------------------------------------------------------------------------
# Optional Plugins. Doesn't affect ParaView binaries at all even if missing
# or disabled.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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