aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/ipopt/files/ipopt-3.11.2-mpi-header.patch')
-rw-r--r--sci-libs/ipopt/files/ipopt-3.11.2-mpi-header.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/sci-libs/ipopt/files/ipopt-3.11.2-mpi-header.patch b/sci-libs/ipopt/files/ipopt-3.11.2-mpi-header.patch
deleted file mode 100644
index 647eedf97..000000000
--- a/sci-libs/ipopt/files/ipopt-3.11.2-mpi-header.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/Algorithm/LinearSolvers/IpMumpsSolverInterface.cpp.orig 2013-07-03 13:29:25.140918850 -0700
-+++ src/Algorithm/LinearSolvers/IpMumpsSolverInterface.cpp 2013-07-03 13:28:22.481558184 -0700
-@@ -17,9 +17,9 @@
- // The following line is a fix for otherwise twice-defined global variable
- // (This would have to be taken out for a parallel MUMPS version!)
- # define MPI_COMM_WORLD IPOPT_MPI_COMM_WORLD
--# include "mpi.h"
--}
-
-+}
-+# include "mpi.h"
- #include "IpMumpsSolverInterface.hpp"
-
- #include "dmumps_c.h"