diff options
author | Michael Stahl <Michael.Stahl@cib.de> | 2019-10-31 20:59:46 +0100 |
---|---|---|
committer | Michael Stahl <michael.stahl@cib.de> | 2019-11-01 10:32:22 +0100 |
commit | 82c20b5b1aa76e57a173e0c857ec7f3d02bdda29 (patch) | |
tree | bcaacb5958166dadab1b3978a809d2c955d0f0a6 /xmlscript | |
parent | 5727f7262d48864ec27aa190631284af7d2a7ce8 (diff) |
coinmp: disable "glpk", whatever that is
On Fedora 31, this happens in CppunitTest_sccomp_solver:
- loading component library <file:///work/lo/master/instdir/program/libsolverlo.so> failed
> nm -D instdir/program/libCbcSolver.so.3 | grep cbc_glp_prob
U cbc_glp_prob
> grep -r COIN_HAS_GLPK workdir/UnpackedTarball/coinmp | grep config.h
workdir/UnpackedTarball/coinmp/Osi/src/Osi/config.h:/* #undef COIN_HAS_GLPK */
workdir/UnpackedTarball/coinmp/Clp/src/config.h.in:#undef COIN_HAS_GLPK
workdir/UnpackedTarball/coinmp/Cbc/src/config.h:#define COIN_HAS_GLPK 1
workdir/UnpackedTarball/coinmp/CoinUtils/src/config.h.in:#undef COIN_HAS_GLPK
Somehow 2 different configures in coinmp got different ideas about
whether something named "glpk" is available.... no idea what that is,
it looks like there's a "glpk-devel" package installed on the system,
and i doubt that a dependency on that would be desirable.
Change-Id: Ief01b6aedc692197c1a8fd6351aef4281e530e70
Reviewed-on: https://gerrit.libreoffice.org/81863
Tested-by: Jenkins
Reviewed-by: Michael Stahl <michael.stahl@cib.de>
Diffstat (limited to 'xmlscript')
0 files changed, 0 insertions, 0 deletions