[SCIP] Struggling in building the static library
Stefan Vigerske
svigerske at gams.com
Thu Feb 20 11:23:14 CET 2025
Hi,
we don't have a static library of SCIP for Windows. We test that the
normal makefiles can build a static SCIP lib on Windows, but with many
dependencies, e.g., an LP solver, disabled. For the cmake builds, we
only test building DLLs.
Some publicly available build scripts for SCIP on Windows are the ones
for conda and pyscipopt, but these build DLLs as well:
-
https://github.com/conda-forge/scipoptsuite-feedstock/blob/main/recipe/bld.bat
-
https://github.com/scipopt/scipoptsuite-deploy/blob/main/.github/workflows/scripts/windows.bash
Best,
Stefan
On 11/02/2025 07:17, xu liwei wrote:
> Hi,
>
> SCIP is such a performant solver that i apply it in my work. I need to build SCIP as static library (for example: libscip.lib) for windows application.
> But i have been struggling two days to build the static library. Could you give me some helps?
>
> I was using precompiled version SCIP in windows, it test good in debug mode. And right now i need to build the whole project as one .dll for other modules.
> So i need to build SCIP (Optimization Suite or SCIP alone) as static library. I found it hard to implement. Do you have any static library version of the SCIP?
>
> Thank you so much,
> Sincerely,
>
>
> _______________________________________________
> Scip mailing list
> Scip at zib.de
> https://listserv.zib.de/mailman/listinfo/scip
More information about the Scip
mailing list