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
84bbb5ed
Commit
84bbb5ed
authored
Aug 16, 2019
by
T.J. Corona
Browse files
Add option to externally build protobuf.
parent
bf3b286d
Changes
4
Show whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
84bbb5ed
...
@@ -64,6 +64,7 @@ function (superbuild_find_projects var)
...
@@ -64,6 +64,7 @@ function (superbuild_find_projects var)
paraviewwebflow
paraviewwebflow
paraviewwebvisualizer
paraviewwebvisualizer
png
png
protobuf
pythonattrs
pythonattrs
pythonautobahn
pythonautobahn
pythonconstantly
pythonconstantly
...
...
projects/paraview.cmake
View file @
84bbb5ed
...
@@ -142,7 +142,7 @@ superbuild_add_project(paraview
...
@@ -142,7 +142,7 @@ superbuild_add_project(paraview
DEBUGGABLE
DEBUGGABLE
DEFAULT_ON
DEFAULT_ON
DEPENDS_OPTIONAL
DEPENDS_OPTIONAL
adios2 cuda boost hdf5 matplotlib mpi numpy png
adios2 cuda boost hdf5 matplotlib mpi numpy png
protobuf
python python2 python3 qt5 visitbridge zlib silo las
python python2 python3 qt5 visitbridge zlib silo las
xdmf3 ospray vrpn vtkm tbb netcdf
xdmf3 ospray vrpn vtkm tbb netcdf
nlohmannjson
nlohmannjson
...
@@ -175,6 +175,7 @@ superbuild_add_project(paraview
...
@@ -175,6 +175,7 @@ superbuild_add_project(paraview
-DVISIT_BUILD_READER_Silo:BOOL=
${
silo_enabled
}
-DVISIT_BUILD_READER_Silo:BOOL=
${
silo_enabled
}
-DPARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=
${
paraview_install_development_files
}
-DPARAVIEW_INSTALL_DEVELOPMENT_FILES:BOOL=
${
paraview_install_development_files
}
-DPARAVIEW_FREEZE_PYTHON:BOOL=
${
PARAVIEW_FREEZE_PYTHON
}
-DPARAVIEW_FREEZE_PYTHON:BOOL=
${
PARAVIEW_FREEZE_PYTHON
}
-DVTK_MODULE_USE_EXTERNAL_ParaView_protobuf:BOOL=
${
protobuf_enabled
}
-DVTK_MODULE_USE_EXTERNAL_VTK_netcdf:BOOL=
${
netcdf_enabled
}
-DVTK_MODULE_USE_EXTERNAL_VTK_netcdf:BOOL=
${
netcdf_enabled
}
-DVTK_MODULE_USE_EXTERNAL_VTK_freetype:BOOL=
${
freetype_enabled
}
-DVTK_MODULE_USE_EXTERNAL_VTK_freetype:BOOL=
${
freetype_enabled
}
-DVTK_MODULE_USE_EXTERNAL_VTK_hdf5:BOOL=
${
hdf5_enabled
}
-DVTK_MODULE_USE_EXTERNAL_VTK_hdf5:BOOL=
${
hdf5_enabled
}
...
...
projects/protobuf.cmake
0 → 100644
View file @
84bbb5ed
superbuild_add_project
(
protobuf
DEPENDS cxx11
DEPENDS_OPTIONAL zlib
CMAKE_ARGS
-DBUILD_SHARED_LIBS:BOOL=
${
BUILD_SHARED_LIBS
}
-Dprotobuf_BUILD_TESTS:BOOL=OFF
)
versions.cmake
View file @
84bbb5ed
...
@@ -202,3 +202,8 @@ superbuild_set_selectable_source(adios2
...
@@ -202,3 +202,8 @@ superbuild_set_selectable_source(adios2
superbuild_set_revision
(
libfabric
superbuild_set_revision
(
libfabric
URL
"http://www.paraview.org/files/dependencies/libfabric-1.8.0.tar.bz2"
URL
"http://www.paraview.org/files/dependencies/libfabric-1.8.0.tar.bz2"
URL_MD5
"c19c257856cb6e5094e73bf727e2d76c"
)
URL_MD5
"c19c257856cb6e5094e73bf727e2d76c"
)
superbuild_set_revision
(
protobuf
GIT_REPOSITORY
"https://github.com/protocolbuffers/protobuf"
GIT_TAG 2.7.0
SOURCE_SUBDIR cmake
)
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