Mamba.jl icon indicating copy to clipboard operation
Mamba.jl copied to clipboard

ARM architecture

Open iuraiura opened this issue 6 years ago • 2 comments

Hi, I'm sorry for the basics. Is Mamba supported on the ARM architecture? I'm thinking of working with the NVIDIA Jetson Nano development kit.

iuraiura avatar Oct 18 '19 11:10 iuraiura

The only potential issue I could foresee is with a package dependency, like Cairo, that uses a binary library. Otherwise, Mamba itself is implemented entirely with julia code. You might try installing (add) the Mamba package to julia on your ARM platform. If it installs successfully without errors, I would expect it to work.

brian-j-smith avatar Oct 18 '19 17:10 brian-j-smith

Hi, Thanks for the quick answer. It seems that other packages are not enough. ARM architecture products such as Raspberry Pi and NVIDIA JETSON NANO developer kits are also increasing, so I would like to expect a quick response in the future.

iuraiura avatar Oct 20 '19 06:10 iuraiura