Re: [UPDATE] graphics/opencolorio -> 2.1.1

2022-03-06 Thread Stuart Henderson
ok On 2022/03/06 20:29, Theo Buehler wrote: > > 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", > > thanks. > > >

Re: [UPDATE] graphics/opencolorio -> 2.1.1

2022-03-06 Thread Theo Buehler
> 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", thanks. > And thank you for working on all these updates. +1 So I guess we should

Re: [UPDATE] graphics/opencolorio -> 2.1.1

2022-03-06 Thread Daniel Dickman
On Sun, Mar 6, 2022 at 12:18 PM Dimitri Karamazov wrote: > > On Sun, Mar 06, 2022 at 03:10:05PM +0100, Theo Buehler wrote: > > On Sat, Mar 05, 2022 at 11:31:35AM +, Stuart Henderson wrote: > > > > This error was caused by OCIO_BUILD_GPU_TESTS being enabled in > > > > presence of

Re: [UPDATE] graphics/opencolorio -> 2.1.1

2022-03-06 Thread Theo Buehler
On Sat, Mar 05, 2022 at 11:31:35AM +, 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

Re: [UPDATE] graphics/opencolorio -> 2.1.1

2022-03-05 Thread Stuart Henderson
> 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

Re: [UPDATE] graphics/opencolorio -> 2.1.1

2022-03-04 Thread Stuart Henderson
oops, I committed it thinking I had tested it, but it doesn't actually build for me so I have backed out, diff against new -current is attached errors are like this CMake Error at src/libutils/oglapphelpers/CMakeLists.txt:34 (add_library): Target "oglapphelpers" links to target

Re: [UPDATE] graphics/opencolorio -> 2.1.1

2022-03-02 Thread Stuart Henderson
On 2022/03/02 03:03, Dimitri Karamazov wrote: > Update graphics/opencolorio to 2.1.1 > > This update is required for the upcoming blender-3.0.1 and > has a new dependency for devel/pystring which has already > been sent to the ports mailing list. > >