[updated release] ortools (2 packages) (9.15.0-1)#29483
[updated release] ortools (2 packages) (9.15.0-1)#29483tbrk wants to merge 2 commits intoocaml:masterfrom
Conversation
47a71a4 to
b3de640
Compare
|
The fedora builds should be fixed by #29482. |
|
The cygwin build fails due The MSYS2 build fails because CMake does not find zlib, even though Maybe it's already not bad that the package works for Linux and MacOS? |
b3de640 to
a219341
Compare
CHANGES: Include the v9.15 Google OR-tools source and build together with the OCaml interface. Rewrite the interface in C++ to avoid an unnecessary copy and allow feasible solution observers.
3b1fdfe to
7c41078
Compare
|
Fedora is fixed. The s390x and riscv64 architectures also work now. From my point of view it’s ready to merge. |
|
I agree - I just did a close-open dance to retrigger the Windows workflows and confirm the |
|
The tests seem to be still failing with conf-bzip issues: Maybe we need to rebase? Not sure (also not sure it is an issue a this point). For me it would be ok to merge |
Build and export Google OR-Tools models
CHANGES:
Remove the eigen3 depext (this template library is now included directly in the build). Adjust other dependencies based on recent work on conf-zlib and conf-bzip2.