[REQUEST]Does OpenVDB support ARM structure? #1564
wangtiehao2010
started this conversation in
General
Replies: 3 comments
|
hi @wangtiehao2010, I am wondering the same thing with you. Have you tried OpenVDB on ARM-based CPU computer? Thanks |
0 replies
|
OpenVDB (and certainly NanoVDB) should work just fine on ARM. The only potential challenge is getting all the dependencies (like boost and tbb) to build on ARM, but even that should be fine as long as you have a modern C++ compiler (since all dependencies can be build from source code). For instance, OpenVDB runs on Apples M1/M2 which is ARM :)
Cheers,
Ken
… On Nov 3, 2022, at 6:44 AM, Maulana Bisyir Azhari ***@***.***> wrote:
hi @wangtiehao2010, I am wondering the same thing with you. Have you tried OpenVDB on ARM-based CPU computer? Thanks
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
0 replies
|
It is a bit challenging to compile openvdb on armel (ARM5) but it seems to work on Debian: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, is it possible to run this project in an Embedded system based on ARM or just support X86?
Looking forward to your help! Thanks a lot!
All reactions