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 onl
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 depen
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 m
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, Ch
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 VTK9
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 wr
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 patc
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 pa
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 m