Bart Janssens

Results 264 comments of Bart Janssens

Provided all builds still pass the binaries should work after the build is complete. At least the OpenCV tests start here in Julia 1.11 locally, with no output shown yet...

Going over the PR one more time before hitting the big green button I see this still uses Qt5Base. Any idea if this is needed? It will conflict with the...

I went ahead and tried directly by just changing to Qt6Base, let's hope this recent OpenCV just picks it up. It's best to do this change now, since updating the...

Looks good to me! I see Vulkan support is not included, but I guess that would be complicated since it needs the LLVM software driver.

I think this original timing for CxxWrap still contains a performance bug, on Julia 1.6 I now get 0.9 s for 'using CxxWrap`. (1.2 s on Julia 1.5).

I have been looking at the error here: https://buildkite.com/julialang/yggdrasil/builds/25010/steps/table?sid=019a947f-78fe-492e-8223-05a0899a4461#019a947f-7967-4bd1-bdfd-da1c083941d8/7-19836 This seems to be caused by some changes in the header parsers provided by OpenCV, there must be a missing step...

The compile definitions problem is fixed, but a lot more to do, this still won't build.

I found out that I still had an OpenCV fork with some patches, I should be able to publish something that works soon. We could then drop all the patches...

Just seeing how https://github.com/barche/opencv_contrib/tree/julia-fixes fares on all platforms, tested this locally on x86_64 linux and it works with CxxWrap 0.17.4 and Julia 1.12. Trying without any of the additional patches...

Seems in the last build it used an old cached copy of the opencv_contrib repository, hopefully the next build will go through.