ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
< zoq>
shrit[m]: Same problem if I build mlpack native on the system.
< shrit[m]>
what is your system x86_64?
< shrit[m]>
Let me try to run the test on my system
< zoq>
I mean if I build on the arm64 machine
< shrit[m]>
Yes, of course, the issue is realted to arm64 architecture
< shrit[m]>
I think It is the same issue I faced with docker, and then on RPI and finally on your jenkins. I am pretty sure that it is related to the architecture, but I can not understand why it is happenning in the first place.
< zoq>
Trying to debug it.
ib07 has joined #mlpack
< zoq[m]1>
So if you are not building the master branch you have to install some other boost packages as the error message pointed out. So if you install libbosst-all-dev it should solve the x make issue you see.
< zoq[m]1>
You could als clone the latest master branch wich does not depend on the boost packages that are missing on your system.
< zoq[m]1>
We recently removed some boost dependencies to make the build process easier, however those changes are not in the latest release yet you will find on <http://mlpack.org|mlpack.org>.