[solved] Fedora 34 and VTK9 patch

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
keepitsimplejim
Posts: 7
Joined: Fri May 14, 2021 10:50 am

[solved] Fedora 34 and VTK9 patch

Post by keepitsimplejim »

I've been trying to compile the latest code on my Fedora 34 and I've come across a problem with the current FreeCAD source as it uses VTK8 and Fedora 34 ships with VKT9.
As part of my bug investigation I've come across this patch from Fedora and I was was wondering if I've missed this fix in the tracker or shall I test it out and if it works create a pull request?

https://src.fedoraproject.org/rpms/free ... vtk9.patch

Regards
Last edited by keepitsimplejim on Fri Jun 25, 2021 9:42 am, edited 1 time in total.
sww1235
Posts: 32
Joined: Thu Mar 21, 2019 5:12 pm

Re: Fedora 34 and VTK9 patch

Post by sww1235 »

Pretty sure void Linux also has a vtk9 patch implemented. Iirc it came from werner's GitHub.
keepitsimplejim
Posts: 7
Joined: Fri May 14, 2021 10:50 am

Re: [solved] Fedora 34 and VTK9 patch

Post by keepitsimplejim »

Main branch updated: Make smesh compile with vtk9
Post Reply