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
4ba0333d
Commit
4ba0333d
authored
Oct 18, 2017
by
Dan Lipsa
Browse files
Add the LAS reader to the superbuild.
parent
e6192b8b
Changes
5
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4ba0333d
...
...
@@ -60,6 +60,7 @@ function (superbuild_find_projects var)
pythonsetuptools
qt5
silo
las
szip
tbb
visitbridge
...
...
README.md
View file @
4ba0333d
...
...
@@ -117,6 +117,7 @@ The following packages enable other features within ParaView:
*
`adios`
: Enable readers and writers for visualization data in the ADIOS
file format.
*
`boxlib`
: Enable reading the boxlib3D file format.
*
`las`
: Enable reading the LAS file format
*
`cosmotools`
: Enables Cosmo file format readers and related filters and
algorithms.
*
`ffmpeg`
: Video encoding library for macOS and Linux.
...
...
projects/las.cmake
0 → 100644
View file @
4ba0333d
superbuild_add_project
(
las
DEPENDS boost
CMAKE_ARGS
-DWITH_GDAL:BOOL=FALSE
-DWITH_GEOTIFF:BOOL=FALSE
-DWITH_LASZIP:BOOL=FALSE
)
projects/paraview.cmake
View file @
4ba0333d
...
...
@@ -112,7 +112,7 @@ superbuild_add_project(paraview
DEFAULT_ON
DEPENDS_OPTIONAL
cuda boost hdf5 matplotlib mpi numpy png
python qt5 visitbridge zlib silo
python qt5 visitbridge zlib silo
las
xdmf3 ospray vrpn vtkm tbb netcdf
paraviewusersguide paraviewgettingstartedguide
paraviewtutorial paraviewtutorialdata paraviewweb
...
...
@@ -133,6 +133,7 @@ superbuild_add_project(paraview
-DPARAVIEW_ENABLE_PYTHON:BOOL=
${
python_enabled
}
-DPARAVIEW_ENABLE_COSMOTOOLS:BOOL=
${
cosmotools_enabled
}
-DPARAVIEW_ENABLE_XDMF3:BOOL=
${
xdmf3_enabled
}
-DPARAVIEW_ENABLE_LAS:BOOL=
${
las_enabled
}
-DPARAVIEW_USE_MPI:BOOL=
${
mpi_enabled
}
-DPARAVIEW_USE_OSPRAY:BOOL=
${
ospray_enabled
}
-DPARAVIEW_USE_VISITBRIDGE:BOOL=
${
visitbridge_enabled
}
...
...
versions.cmake
View file @
4ba0333d
...
...
@@ -119,3 +119,7 @@ superbuild_set_revision(paraviewweblightviz
superbuild_set_revision
(
boxlib
URL
"http://www.paraview.org/files/dependencies/boxlib-c114717e6c47188a0812804addcab61d7605ef89.tar.bz2"
URL_MD5 fb96e9b2c347c9b790d0eab4ba810e14
)
superbuild_set_revision
(
las
URL
"http://www.paraview.org/files/dependencies/libLAS-1.8.1.tar.bz2"
URL_MD5 2e6a975dafdf57f59a385ccb87eb5919
)
Write
Preview
Supports
Markdown
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