Can Highs be compiled to ARM architecture version? #1550
Replies: 4 comments 3 replies
-
I don't know, but I guess @galabovaa does |
Beta Was this translation helpful? Give feedback.
-
Are you using CMake to compile the C++ code? Which version? Which operating system are you using, Windows / Linux / MacOS? The python build is currently WIP but C++ should be building fine on ARM architectures. |
Beta Was this translation helpful? Give feedback.
-
Yes. You can find a variety of pre-build executables here: https://github.com/JuliaBinaryWrappers/HiGHSstatic_jll.jl/releases. See, for example, HiGHSstatic.v1.6.0.armv7l-linux-gnueabihf-cxx11.tar.gz and HiGHSstatic.v1.6.0.aarch64-linux-gnu-cxx11.tar.gz |
Beta Was this translation helpful? Give feedback.
-
Just need to add -fexception and -pthread in the cross-compiling toolchain file, it works. |
Beta Was this translation helpful? Give feedback.
-
Can Highs be compiled to ARM architecture version?
I have tried to use a cross-compilation, but doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions