Skip to content

Zip python packages

This changes does the following in for static builds of VTK with Python enabled

  • generates (and installs) a _vtk.zip file which contains all modules and packages built by VTK (does not include 3-rd party modules like mpi4py).
  • _vtkmodules_static.so is generated to house all the compiled code (this is useful when importing vtk into a standard Python interpreter (and not via vtkpython or pvtkpython). This capability was already present, this change changes the name of the module and its location to work with _vtk.zip.
Edited by Utkarsh Ayachit

Merge request reports