DiscussionsIssue archiveOCCT:Configuration

Archived issue #0030383

No option to build OCCT for Android with TBB

CommunityOCCT:Configurationassigned2 public notes

Search issues

Description

TBB has Android version while OCCT without option to use it for Android build, I prefer to TBB rather than OCCT build-in parallel mechanism.

Public activity

2 archived notes

Participants are labeled by their role within this record.

01Commenter 1
So have you tried removing Android checks from CMakeLists.txt to see if you can build OCCT with TBB?
Have you built TBB yourself (since there are no ARM builds in official releases, and x86 build is merely useless on Android)?
- if (NOT DEFINED ANDROID AND CAN_USE_TBB)
+ if (CAN_USE_TBB)


02Author
I have not try to build OCCT with TBB yet, while it's a prefer option for me. I would give it a shot if I have time.