From d61e0d4512a778bdd97ba19cf26fd9b398d553f2 Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Mon, 21 Sep 2015 18:46:51 +0200 Subject: Drop obsolete Signed-off-by: Justin Lecher --- .../files/salome-kernel-5.1.4-openmpi.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 sci-misc/salome-kernel/files/salome-kernel-5.1.4-openmpi.patch (limited to 'sci-misc/salome-kernel/files/salome-kernel-5.1.4-openmpi.patch') diff --git a/sci-misc/salome-kernel/files/salome-kernel-5.1.4-openmpi.patch b/sci-misc/salome-kernel/files/salome-kernel-5.1.4-openmpi.patch deleted file mode 100644 index daa51bbbf..000000000 --- a/sci-misc/salome-kernel/files/salome-kernel-5.1.4-openmpi.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- src5.1.4.orig/KERNEL_SRC_5.1.4/salome_adm/unix/config_files/check_mpi.m4 2008-12-10 10:14:34.000000000 +0100 -+++ src5.1.4/KERNEL_SRC_5.1.4/salome_adm/unix/config_files/check_mpi.m4 2009-09-29 10:14:56.821299268 +0200 -@@ -76,7 +76,7 @@ - - if test "$WITHMPI" = "yes";then - mpi_ok=yes -- MPI_LIBS="$MPI_LIBS -lmpi -lmpio -lmpiCC" -+ MPI_LIBS="$MPI_LIBS -lmpi -lmpi_cxx" - else - mpi_ok=no - fi ---- src5.1.4.orig/KERNEL_SRC_5.1.4/src/Communication/SALOME_Comm_i.hxx 2008-12-10 10:14:33.000000000 +0100 -+++ src5.1.4/KERNEL_SRC_5.1.4/src/Communication/SALOME_Comm_i.hxx 2009-09-29 11:10:13.227293648 +0200 -@@ -25,6 +25,7 @@ - #include - - #ifdef HAVE_MPI2 -+#define OMPI_IGNORE_CXX_SEEK 1 - #include "mpi.h" - #endif - #include -- cgit v1.2.3-65-gdbad