brian-j-smith / Mamba.jl

Markov chain Monte Carlo (MCMC) for Bayesian analysis in julia
Other
253 stars 52 forks source link

ARM architecture #157

Open iuraiura opened 4 years ago

iuraiura commented 4 years ago

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.

brian-j-smith commented 4 years ago

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.

iuraiura commented 4 years ago

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.