On Sun, Mar 6, 2022 at 12:18 PM Dimitri Karamazov <deserter...@danwin1210.me> wrote: > > On Sun, Mar 06, 2022 at 03:10:05PM +0100, Theo Buehler wrote: > > On Sat, Mar 05, 2022 at 11:31:35AM +0000, Stuart Henderson wrote: > > > > This error was caused by OCIO_BUILD_GPU_TESTS being enabled in > > > > presence of graphics/freeglut and graphics/glew, only reason why > > > > this error didn't trigger for me. These are the build dependencies > > > > for building GPU tests. The below diff explicitly turns them off. > > > > I'll try to get these gpu tests to work but for the time being > > > > I hope this is fine. > > > > > > > > Build & Run tested graphics/krita on amd64, it works well. > > > > This didn't build in my latest bulk. Seems it needs a bdep on py-pybind11 > > > True, need to keep my eyes peeled during the configure stage. > > regards, > Dimitri >
Could also look at the "pyproject.toml" file which does show what's needed: [build-system] requires = [ "setuptools>=42", "wheel", "cmake>=3.12", "ninja", "pybind11>=2.6.1", Just an idea if you haven't noticed this already. And thank you for working on all these updates.