f3d
f3d copied to clipboard
Release packages do not contain OSPRay
https://gitlab.kitware.com/f3d/f3d/-/issues/112
@Meakk : looping back on this, I see a simple fix.
We can just create our own superbuild based on common-superbuild and adding vtk, ospray, OpenCascade, assimp.
I gave it a quick go based on paraview-superbuild and I have f3d + vtk working out of the box.
Of course, this requires works to addimp assimp and opencascade and the packaging.
So I took a quick look at vcpkg.
In terms of fonctionnlity, it should be usage as well, and it contains vtk 9.0.1, assimp 5.0.1, opencascade 7.6.0 and does not contains ospray. So some works will be needed to add ospray and update at least vtk package somehow.
I took a quick loock at conan:
it contains assimp 5.1.0, opencascade 7.5.0, no ospray, no vtk. clearly not the best contender here.
@Meakk : I forgot that I actually already checked all that. Do you have a an advice here ?
We definitely need a SB
First step done: https://github.com/f3d-app/f3d-superbuild/pull/1
https://github.com/f3d-app/f3d-superbuild/pull/2