Re: GLPK CMake support
Heinrich Schuchardt <[email protected]> Thu, 11 Nov 2021 16:47:53 +0100
| Newsgroups | gmane.comp.gnu.glpk |
|---|---|
| Message-ID | <[email protected]> |
On 11/11/21 13:37, Kyle McLachlan wrote: > My apologies if this is not the correct forum; > > GLPK 5.0 is currently being given CMake support at the following GitHub > repository: https://github.com/Mizux/GLPK <https://github.com/Mizux/GLPK> > > This is being done to make it more compatible with other CMake builds, > specifically including Google's OR Tools. It would be great if this work > could be included in the official codebase, or if anyone could lend a > hand in testing and/or ironing out any potential bugs. > > One of the benefits of this CMake effort is that there is no need to > maintain a separate build script for MSCV, as it builds and runs great > on MSVC using CMake - this may be of interest to the maintainers of GLPK. According to https://github.com/Mizux/GLPK/blob/main/CMakeLists.txt#L50 you do not support building DLLs with your CMake files. GLPK DLLs are essential to call the GLPK library from C, C++, JAVA, C#, or any other language. Best regards Heinrich > > Kind regards, > Kyle