Re: [NEW] math/vtk8

2020-09-15 Thread j
Hi, Attached is a draft of my revision of Charlie/Stuart's port of vtk8. Moved to graphics/. Revised to use KITS which fixes the Python 3.7 build. Using KITS requires a new list of SHARED_LIBS; this plus Python slightly reduces the number of shared libs. Reviewing the CMake files it seems

Re: [NEW] math/vtk8

2020-06-07 Thread Stuart Henderson
Attached new tgz, I haven't done anything about the internal copies of libraries though. On 2020/06/07 08:01, Charlie Burnett wrote: > Thanks for all your help and extensive patience on this Stuart! I’ll try to > ensure I follow your advice on other stuff here forward. In a similar vein, > a

Re: [NEW] math/vtk8

2020-06-07 Thread Charlie Burnett
Thanks for all your help and extensive patience on this Stuart! I’ll try to ensure I follow your advice on other stuff here forward. In a similar vein, a dependency is part of a local version of a library for opencv (flann)- I need to poke around a little more, but would it be advisable to try to

Re: [NEW] math/vtk8

2020-06-07 Thread Stuart Henderson
I have cleaned things up a little locally but I haven't built it yet, might send a new tarball in a bit. It has many internal copies of libraries which are available in other ports, it should be changed to use those from ports instead (as is also done in the FreeBSD port). On 2020/06/06 15:58,

Re: [NEW] math/vtk8

2020-06-06 Thread Charlie Burnett
I ported VTK8.2 because FreeBSD has that specified in their makefile, and that if there was any weird issues porting from other platforms they might’ve caught them already- I figured start from there since that’s likely to work and then once we get FreeCAD fully functional we can bump it up to

Re: [NEW] math/vtk8

2020-06-06 Thread Justin Noor
Are you sure FreeCAD requires VTK 8.2? https://wiki.freecadweb.org/Third_Party_Libraries On Sat, Jun 6, 2020 at 2:00 PM Charlie Burnett wrote: > Hi Stuart, > > Is this better? I believe I covered all the bases you mentioned, thanks > for the help! > > On 2020-06-05 4:27 PM, Stuart Henderson

Re: [NEW] math/vtk8

2020-06-06 Thread Charlie Burnett
Hi Stuart, Is this better? I believe I covered all the bases you mentioned, thanks for the help! On 2020-06-05 4:27 PM, Stuart Henderson wrote: On 2020/06/05 14:44, Charlie Burnett wrote: Howdy, I'm starting to work through and add the dependencies for FreeCAD, attached you'll find the

Re: [NEW] math/vtk8

2020-06-05 Thread Stuart Henderson
On 2020/06/05 14:44, Charlie Burnett wrote: > Howdy, > > I'm starting to work through and add the dependencies for FreeCAD, attached > you'll find the patch adding the Visual Toolkit Library 8.2.0 to ports. > There's a version 9 available but 8.2 is what's required for FreeCAD. > > Development

[NEW] math/vtk8

2020-06-05 Thread Charlie Burnett
Howdy, I'm starting to work through and add the dependencies for FreeCAD, attached you'll find the patch adding the Visual Toolkit Library 8.2.0 to ports. There's a version 9 available but 8.2 is what's required for FreeCAD. Development page is here: https://gitlab.kitware.com/vtk/vtk Let