For $reasons I need VMTK available for multiple versions of python. So I created a simple Github workflow to build VTK, ITK, and VMTK and bundle up the binaries.
I don’t know if this is of any use to the community? For now, I only need this on Ubuntu, so that’s all I’ve done. If anyone wants other platforms, I’d be happy to accept PRs!
I’d be even happier if you wished to adopt the workflows to run in the main VMTK repo so that everyone can use these.
I’m somewhat cheekily calling the current main branch version 1.4.1-rc1 - apologies for any confusion.
This is very useful, thank you for sharing. We are still in the process of testing our VMTK builds with VTK9 and ITK5, once we merge them into VMTK master, we’ll revisit continuous integration scripts and may use what you have implemented.
Yes - looking forward to VTK9 support (we are using that for another program within HemeLB so good to only require a single install). The new vtkPolyData interface is much nicer!