[new release] ortools (2 packages) (9.15.0)#29380
[new release] ortools (2 packages) (9.15.0)#29380tbrk wants to merge 10 commits intoocaml:masterfrom
Conversation
a0da86a to
e2b2d14
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.
e2b2d14 to
503d53d
Compare
|
lint says conf packages should always use the 'conf-' name prefix, the 'conf' flag, and the 'depext' field all together, but this package only has a non-empty 'depext' field, but I'm not sure that applies to this package. While the package does have external dependencies and also builds some other dependencies internally, these are just the unfortunate details necessary to provide a convenient OCaml interface to CP-SAT (part of Google's OR-Tools). |
|
The opensuse problems can be fixed by correcting the paths in Some of the other builds fail with C++ compilation errors. Since these are for older distributions, I prefer not to investigate them at this time. |
|
I've just made 3 pull requests (update conf-zlib, add conf-bzip2, add conf-eigen3) to shift these three external dependencies out of the ortools_solvers package. I don't think it's worth adding conf-* virtual packages for the other required depexts. |
Build and export Google OR-Tools models
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.