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
a4a1469c
Commit
a4a1469c
authored
Dec 03, 2020
by
Utkarsh Ayachit
⛰
Browse files
paraview: depend on and package openPMD.
parent
2cac4c90
Changes
2
Show whitespace changes
Inline
Side-by-side
projects/paraview.bundle.common.cmake
View file @
a4a1469c
...
...
@@ -80,29 +80,30 @@ macro (check_for_python_module project module)
endif
()
endmacro
()
check_for_python_module
(
numpy numpy
)
check_for_python_module
(
numpy pkg_resources
)
check_for_python_module
(
scipy scipy
)
check_for_python_module
(
pythonkiwisolver kiwisolver
)
check_for_python_module
(
matplotlib matplotlib
)
check_for_python_module
(
matplotlib mpl_toolkits
)
check_for_python_module
(
numpy numpy
)
check_for_python_module
(
numpy pkg_resources
)
check_for_python_module
(
openpmd openpmd_api
)
check_for_python_module
(
pythonattrs attr
)
check_for_python_module
(
pythoncython cython
)
check_for_python_module
(
pythonpygments pygments
)
check_for_python_module
(
pythonsix six
)
check_for_python_module
(
pythonautobahn autobahn
)
check_for_python_module
(
pythonconstantly constantly
)
check_for_python_module
(
pythoncycler cycler
)
check_for_python_module
(
pythoncython cython
)
check_for_python_module
(
pythondateutil dateutil
)
check_for_python_module
(
pythonhyperlink hyperlink
)
check_for_python_module
(
pythonincremental incremental
)
check_for_python_module
(
pythonkiwisolver kiwisolver
)
check_for_python_module
(
pythonpandas pandas
)
check_for_python_module
(
pythonpygments pygments
)
check_for_python_module
(
pythonpyparsing pyparsing
)
check_for_python_module
(
pythonsix six
)
check_for_python_module
(
pythontwisted twisted
)
check_for_python_module
(
pythontxaio txaio
)
check_for_python_module
(
pythonwslink wslink
)
check_for_python_module
(
pythonzopeinterface zope
)
check_for_python_module
(
pytz pytz
)
check_for_python_module
(
scipy scipy
)
if
(
WIN32
)
check_for_python_module
(
pywin32 adodbapi
)
...
...
projects/paraview.cmake
View file @
a4a1469c
...
...
@@ -121,6 +121,7 @@ superbuild_add_project(paraview
adios2 cuda boost fortran gdal hdf5 matplotlib mpi numpy png protobuf
python python3 qt5 visitbridge zlib silo las lookingglass fides
xdmf3 ospray vrpn vtkm tbb netcdf
openpmd
nlohmannjson
paraviewgettingstartedguide
paraviewtutorialdata paraviewweb
...
...
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