[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 |
Beta Was this translation helpful? Give feedback.
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.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
It is a bit challenging to compile openvdb on armel (ARM5) but it seems to work on Debian: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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!
Beta Was this translation helpful? Give feedback.
All reactions