VTKPythonPackage
VTKPythonPackage copied to clipboard
A setup script to generate VTK Python Wheels
Similarly to what is done on manylinux (see [here](https://github.com/KitwareMedical/VTKPythonPackage/blob/5d217a5fb9b49146c3229488dd63410e2adc4f7c/scripts/internal/manylinux-build-wheels.sh#L17-L22)), the build process may be speed up by re-using the build tree. _Originally posted by @jcfr in https://github.com/KitwareMedical/VTKPythonPackage/pull/30_
Here is how I built my package: > python setup.py bdist_wheel --build-type RelWithDebInfo -j 4 -- -DVTK_Group_Web=ON -DVTK_SOURCE_DIR="c:/Work/VTK/VTK" Then if I change files within c:/Work/VTK/VTK, the package is not re-built,...
https://vtkpythonpackage.readthedocs.io/en/latest/Detailed_build_instructions.html#efficiently-building-wheels-for-different-version-of-python
After pip installing the generated wheel module, there are some missing modules when doing the following in a python script: ` import vtk from vtk.web import protocols from vtk.web import...
@prabhuramachandran we would like to create Python packages for the [ITK-VTK Glue](https://blog.kitware.com/how-to-connect-itk-and-vtk-pipelines/) from [this ITK module](https://github.com/InsightSoftwareConsortium/ITKVTKGlue). We publish the [ITK Python package build trees](https://github.com/InsightSoftwareConsortium/ITKPythonBuilds) so we can build [Python packages...
Me and @berendkleinhaneveld were investigating if we could build extensions against this package. It seems to be a runtime-only package, which is great, but we need the development files, such...
Would it be possible to enable the TK rendering module in this package?
When I updated the version to 8.1.0 and try to run the build script on Linux, I get the following error: ``` $ ./scripts/dockcross-manylinux-build-wheels.sh [...] [1/5] Performing update step for...
xref #5 xref #6
See https://docs.docker.com/engine/reference/builder/