You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Readme mentions that HiGHS solver does not depend on additional libs at runtime, which is not wholly true. The highs-sys crate mentions that the library depends on libstdc++ and libgomp at runtime. While most Linux distros include these libraries by default, mac needs to install libomp and lightweight container oriented Linux distros like alpine do not include the gcc tooling by default.
The text was updated successfully, but these errors were encountered:
I think its possible but gcc is GPLv3 which as an infectious copyleft license, so anything statically linked against GPL libraries must also be released as GPL. It may be possible to static link against clang/LLVM versions which are apache? Edit: looking at the build file more mac is already using LLVM/Clang versions.
Readme mentions that HiGHS solver does not depend on additional libs at runtime, which is not wholly true. The highs-sys crate mentions that the library depends on libstdc++ and libgomp at runtime. While most Linux distros include these libraries by default, mac needs to install libomp and lightweight container oriented Linux distros like alpine do not include the gcc tooling by default.
The text was updated successfully, but these errors were encountered: