Open
Description
Dear coinbrew developers,
currently compiling the master branch of Cbc with the master branch version of coinbrew following these instructions fails on a Debian GNU/Linux 11 system. There is an error while building Clp master using MPI, namely
[...]
##################################################
### Building Clp master
##################################################
Clp/src/ClpCholeskyMumps.cpp:22:10: fatal error: mpi.h: No such file or directory
22 | #include "mpi.h"
| ^~~~~~~
compilation terminated.
make[2]: *** [Makefile:1017: ClpCholeskyMumps.lo] Error 1
make[1]: *** [Makefile:732: all] Error 2
make: *** [Makefile:459: all-recursive] Error 1
Error: Build failed, see error output above
$
In contrast, compiling older versions of Cbc, e.g. version 2.10.5 or 2.10.8, works fine using the master branch version of coinbrew.
Moreover, the old version 1.0 of coinbrew works well for the current master of Cbc besides the known incompatibility of MUMPS and a gcc newer than version 10, see e.g. #47 and the references therein (fix: add option ADD_FFLAGS=-fallow-argument-mismatch
).
Could you please check? Thanks in advance!
Metadata
Metadata
Assignees
Labels
No labels