You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-libs/coinor-clp/files/coinor-clp-1.17.6-remove-ex...

19 lines
441 B

--- a/src/ClpCholeskyMumps.cpp
+++ b/src/ClpCholeskyMumps.cpp
@@ -11,7 +11,6 @@
#define JOB_INIT -1
#define JOB_END -2
#define USE_COMM_WORLD -987654
-extern "C" {
#include "dmumps_c.h"
// In newer ThirdParty/Mumps, mpi.h is renamed to mumps_mpi.h.
// We get informed about this by having COIN_USE_MUMPS_MPI_H defined.
@@ -20,7 +19,6 @@
#else
#include "mpi.h"
#endif
-}
#include "ClpCholeskyMumps.hpp"
#include "ClpMessage.hpp"