Enable TBB for arm pre-built packages
I found that existing pre-built opencv packages for arm device such as ubuntu arm, fedora arm, or raspberry pi were built without WITH_TBB option. WITH_TBB option was enabled only for x86, x86_64, ia64, ppc, power64 and aarch64. Not for arm architecture. Could you please explain the reason why those pre-built package for arm were distributed without enabling TBB?
Thanks.
opencv does not maintain any linux binaries.
You're right. But, I'm just wondering if there's a limitation or stability issue for using TBB on ARM architecture.
No there is not, but basically if you want OpenCV setup as you desire, then just compile it yourself from latest sources. Using prebuilt binaries is a bad habit anyway ...