From cb7cbf0fbd7598271d8000d1a2181c27b800ad59 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Thu, 5 Apr 2012 20:23:10 +0000 Subject: [PATCH] Josh and I talked about this on the phone today: mpiext is for prototyping new MPI functionality. The C++ bindings are officially deprecated, and are (currently) 1 vote away from being removed from MPI-3 altogether. So let's whack the C++ stuff from mpiext. This commit was SVN r26239. --- config/ompi_ext.m4 | 76 ---------------------------------------------- 1 file changed, 76 deletions(-) diff --git a/config/ompi_ext.m4 b/config/ompi_ext.m4 index 8b611fa0b8..b1df557114 100644 --- a/config/ompi_ext.m4 +++ b/config/ompi_ext.m4 @@ -72,11 +72,9 @@ AC_DEFUN([OMPI_EXT],[ EXT_CONFIGURE() AC_SUBST(EXT_C_HEADERS) - AC_SUBST(EXT_CXX_HEADERS) AC_SUBST(EXT_F77_HEADERS) AC_SUBST(EXT_F90_HEADERS) AC_SUBST(EXT_C_LIBS) - AC_SUBST(EXT_CXX_LIBS) AC_SUBST(EXT_F77_LIBS) AC_SUBST(EXT_F90_LIBS) ]) @@ -128,27 +126,6 @@ extern "C" { EOF - ############### - # C++ Bindings - ############### - - # remove any previously generated #include files - mpicxx_ext_h=$outdir/mpicxx-ext.h - rm -f $mpicxx_ext_h - - # Create the final mpi-ext.h file. - cat > $mpicxx_ext_h <> $mpicxx_ext_h <> $mpicxx_ext_h <> $mpicxx_ext_h <