mdsplus
mdsplus copied to clipboard
mdsplus arm64 support
Is Mdsplus going to support the arm64 platform? RaspberryPi with 32 bits is supported by now. However, Raspberry Pi OS with 64 bits is under test. So will Mdsplus have packaging that supports the arm64 platform?
you can build it manually for sure. maybe, you can provide us with a Dockerfile that would generate a suitable docker image to build it for arm64. you create it as an adaptation of https://github.com/MDSplus/Docker/tree/master/builder/raspberrypi-32
or even better using a cross compile tool chain
On 12/14/20 5:39 PM, Timo Schroeder wrote:
you can build it manually for sure. maybe, you can provide us with a Dockerfile that would generate a suitable docker image to build it for arm64. you create it as an adaptation of https://github.com/MDSplus/Docker/tree/master/builder/raspberrypi-32 https://github.com/MDSplus/Docker/tree/master/builder/raspberrypi-32
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MDSplus/mdsplus/issues/2092#issuecomment-744756254, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABY5AZN2NN3KP5MXABZPP53SU2HZZANCNFSM4PRXZ26A.
-- Joshua Stillerman Research Engineer MIT Plasma Science and Fusion Center 617.253.8176 [email protected] mailto:[email protected]
We hope to accomplish this with cross-compilers (not raspberry pis) after the move to CMake #2313