changeset 5719:8c224c786df9

[project @ 2006-03-28 11:14:53 by jwe]
author jwe
date Tue, 28 Mar 2006 11:14:53 +0000
parents 3f80480016c5
children 067948dc39bf
files ChangeLog configure.in
diffstat 2 files changed, 5 insertions(+), 27 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Mon Mar 27 23:22:28 2006 +0000
+++ b/ChangeLog	Tue Mar 28 11:14:53 2006 +0000
@@ -1,3 +1,7 @@
+2006-03-28  John W. Eaton  <jwe@octave.org>
+
+	* configure.in: Don't check for MPI libraries.
+
 2006-03-27  John W. Eaton  <jwe@octave.org>
 
 	* configure.in: Downcase ac_cv_header_mach_o_dyld_h.
--- a/configure.in	Mon Mar 27 23:22:28 2006 +0000
+++ b/configure.in	Tue Mar 28 11:14:53 2006 +0000
@@ -29,7 +29,7 @@
 EXTERN_CXXFLAGS="$CXXFLAGS"
 
 AC_INIT
-AC_REVISION($Revision: 1.504 $)
+AC_REVISION($Revision: 1.505 $)
 AC_PREREQ(2.57)
 AC_CONFIG_SRCDIR([src/octave.cc])
 AC_CONFIG_HEADER(config.h)
@@ -562,31 +562,6 @@
 fi
 AC_SUBST(GLPK_LIBS)
 
-# Checks for MPI header and library.
-
-WITH_MPI=true
-AC_ARG_WITH(mpi,
-  [  --without-mpi           don't use MPI],
-  with_mpi=$withval, with_mpi=yes)
-
-mpi_lib=
-if test "$with_mpi" = yes; then
-  mpi_lib="mpi"
-elif test "$with_mpi" != no; then
-  mpi_lib="$with_mpi"
-fi
-
-MPI_LIBS=
-WITH_MPI=false
-if test -n "$mpi_lib"; then
-  AC_CHECK_LIB($mpi_lib, MPI_Init, [
-    AC_CHECK_HEADERS(mpi.h, [
-      WITH_MPI=true
-      MPI_LIBS="-l$mpi_lib"
-      LIBS="$MPI_LIBS $LIBS"
-      AC_DEFINE(HAVE_MPI, 1, [Define if MPI is available.])])])
-fi
-
 OCTAVE_IEEE754_DATA_FORMAT
 
 # ----------------------------------------------------------------------
@@ -1824,7 +1799,6 @@
   CHOLMOD libraries:    $CHOLMOD_LIBS
   CXSPARSE libraries:   $CXSPARSE_LIBS
   HDF5 libraries:       $HDF5_LIBS
-  MPI libraries:        $MPI_LIBS
   LIBS:                 $LIBS
   Default pager:        $DEFAULT_PAGER
   gnuplot:              $GNUPLOT_BINARY