Skip to content
  • Utkarsh Ayachit's avatar
    BUG #14135. Add ability to freeze Python. · bcfa3e6e
    Utkarsh Ayachit authored
    When Python support is enabled, on Unix machines, a new option named
    PARAVIEW_FREEZE_PYTHON is available. When ON, ParaView will freeze python
    modules into the executable. This currently doesn't support matplotlib or numpy.
    
    vtkUtilitiesPythonInitializer module runs vtkFreezePython.cmake to freeze the
    python modules and includes the initialization logic in vtkPVPythonInitializer
    initialization calls itself.
    
    Change-Id: I5e299374746a872eb9ff3f89beeb5ed2227d6f58
    bcfa3e6e
This project is licensed under the BSD 3-Clause "New" or "Revised" License. Learn more