f3d icon indicating copy to clipboard operation
f3d copied to clipboard

Release packages do not contain OSPRay

Open mwestphal opened this issue 3 years ago • 6 comments

mwestphal avatar Nov 12 '21 21:11 mwestphal

https://gitlab.kitware.com/f3d/f3d/-/issues/112

mwestphal avatar Nov 12 '21 21:11 mwestphal

@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.

mwestphal avatar Dec 07 '21 21:12 mwestphal

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.

mwestphal avatar Dec 25 '21 12:12 mwestphal

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.

mwestphal avatar Dec 25 '21 13:12 mwestphal

@Meakk : I forgot that I actually already checked all that. Do you have a an advice here ?

mwestphal avatar May 20 '22 13:05 mwestphal

We definitely need a SB

Meakk avatar May 20 '22 20:05 Meakk

First step done: https://github.com/f3d-app/f3d-superbuild/pull/1

mwestphal avatar Oct 03 '22 14:10 mwestphal

https://github.com/f3d-app/f3d-superbuild/pull/2

mwestphal avatar Oct 09 '22 15:10 mwestphal