On Wed Dec 25, 2019 at 12:10:16AM +0100, Kristaps Dzonsons wrote:
> A COIN-OR (Computational Optimization Infrastructure for Operations
> Research) project focussing on combinatorial optimisation for graphs and
> networks. Configured to use glpk as the solver. Note that this doesn't
> use the OSI solver because it'll try to use the CBC mixed-integer
> solver, which isn't maintained.
>
> All tests run on amd64.
>
> This is a requirement for alicevision (upcoming).
I see the following output from the configure step:
-- Found PythonInterp: /usr/local/bin/python (found version "3.7.6")
-- Found Wget: /usr/local/bin/wget
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Found Ghostscript: /usr/local/bin/gs
-- Found GLPK: /usr/local/lib/libglpk.so.7.0 (Required is at least
version "4.33")
-- Could NOT find SOPLEX (missing: SOPLEX_LIBRARY SOPLEX_INCLUDE_DIR)
1) python is missing in the port, maybe:
MODULES = devel/cmake \
lang/python
MODPY_RUNDEP = No
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
2) Please disable Doxygen and Wget. We disabled all doxygen docs in the ports
tree.
3) Add Ghostscript as dependency or disable it, please.
4) I would prefer to disable findSOPLEX too.
Otherwise it looks good.
RS