@judorange thanks for your remarks. I've addressed all the issues you pointed out:
- added
libgompandopenmpto optional depends (are you building with clang instead of GCC? in such case you are right about usingopenmpinstead oflibgomp... I'm wondering if that's your case) - print warning messages if any of onnxruntime or openmp libs are missing (upstream makes it fail silently, true, I guess because not everyone may be interested in the neuralnet feature)
- added
qt6-5compatto dependencies - patched low fps issue #2151 with PR #2146 (this fix is not shipped with 2026.1.0 but it's so basic I back-ported it)
Pinned Comments
gugah commented on 2026-02-25 14:12 (UTC) (edited on 2026-02-25 14:13 (UTC) by gugah)
@asura thanks for the comment, I added qt6-declarative to the make dependencies. I had it as a dependency and didn't notice it's required in the build.
I've also patched tracker-neuralnet with the latest specification of onnxruntime_cxx_api.h, the build wasn't working (tested with onnxruntime-cpu, need help testing the other variants).
As mentioned in previous comments, when
wineor other dynamically linked dependencies are updated, a rebuild may be required:paru -S --rebuild opentrack