Enable TBB for arm pre-built packages

asked 2017-01-24 01:46:53 -0600

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.

edit retag flag offensive close merge delete

Comments

2

opencv does not maintain any linux binaries.

berak gravatar imageberak ( 2017-01-24 01:50:39 -0600 )edit

You're right. But, I'm just wondering if there's a limitation or stability issue for using TBB on ARM architecture.

Sooman Jeong gravatar imageSooman Jeong ( 2017-01-24 04:56:38 -0600 )edit

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 ...

StevenPuttemans gravatar imageStevenPuttemans ( 2017-01-24 08:12:49 -0600 )edit