Re: [Cython3 need help] Re: mass rebuild for opencv 4.8.0 with soname bump on rawhide
On Mon, Aug 7, 2023 at 7:08 PM Jerry James wrote: > > On Mon, Aug 7, 2023 at 5:02 PM Sérgio Basto wrote: > > Error compiling Cython file: > > > > ... > > def set_depth_callback(DevPtr dev, cb): > > global _depth_cb > > if cb is
Re: [Cython3 need help] Re: mass rebuild for opencv 4.8.0 with soname bump on rawhide
On Mon, Aug 7, 2023 at 5:02 PM Sérgio Basto wrote: > Error compiling Cython file: > > ... > def set_depth_callback(DevPtr dev, cb): > global _depth_cb > if cb is not None: > _depth_cb = cb > freenect_set_depth_cal