The tested platform is windows using cygwin. I download bonmin-1.8.8 from https://www.coin-or.org/download/source/Bonmin/.
First, I obtained the third party code with the commands
./get.asl
./get.blas
./get.lapack
./get.mumps
then ran the command
./configure -C
and it shows that the configuration of bonmin is successful.
But then, when I run
make
There's something wrong with the makefile of Mumps. It shows a rank mismatch between the actual arguments at (1) and (2)
MUMPS/src/dmumps_comm_buffer.F:2670:23:
I want to know how can I successfully make
it?