dependency: Fix bzip2 support

* always enable it
* Fix CMake support
* fix windows support
This commit is contained in:
Corentin Le Molgat
2025-04-30 15:12:23 +02:00
parent 3067056625
commit 8480ff4f3f
19 changed files with 348 additions and 112 deletions

View File

@@ -57,7 +57,7 @@ def _load_ortools_libs():
except:
logger.error(f"ImportError: Cannot import WinDLL")
else:
for dll in ["zlib1.dll",
for dll in ["zlib1.dll", "bz2.dll",
"abseil_dll.dll", "utf8_validity.dll", "re2.dll", "libprotobuf.dll",
"highs.dll", "libscip.dll",
"ortools.dll"]: