KitwareMedical / VTKPythonPackage

A setup script to generate VTK Python Wheels
https://vtkpythonpackage.readthedocs.io
BSD 3-Clause "New" or "Revised" License
34 stars 15 forks source link

Package build trees or package build configuration #19

Open thewtex opened 6 years ago

thewtex commented 6 years ago

@prabhuramachandran we would like to create Python packages for the ITK-VTK Glue from this ITK module.

We publish the ITK Python package build trees so we can build Python packages from ITK modules on GitHub.

For the itk-vtkglue Python package, we will also need the VTK sources, compiler, configuration -- and the build tree would be nice. Is it possible to get tarballs of the VTK build tree and source tree that was used to create the Python packages uploaded to PyPI? Or, can you just list what compiler, VTK version, and build configurations were used?

@jcfr @demarle

prabhuramachandran commented 6 years ago

@thewtex -- I may not have them all handy and definitely don't have Linux 3.6 as I needed to test 8.1.1. Which specific OS do you want, Python version? Or do you want them all? Can I just give you the CMakeCache.txt? Do let me know what you would prefer.

jcfr commented 6 years ago

I think we should only target Python 3.5 and above on all platforms.

The idea is to build the wheel, then package the build tree so that we can use it to build external module as python wheel using the packaged build tree.

jcfr commented 5 years ago

xref #20

thewtex commented 5 years ago

Builds are uploaded to the GitHub Releases:

https://github.com/KitwareMedical/VTKPythonBuilds

thewtex commented 5 years ago

xref #21