1
1

Do not include the F90 or CXX libraries in the main libmpi -- they

will have their own compiler's bootstrapping, which we do not want to
include in the C-only libmpi (these were placeholders anyway).

This commit was SVN r5296.
Этот коммит содержится в:
Jeff Squyres 2005-04-13 11:50:43 +00:00
родитель 6df8cb0f02
Коммит 815664c57e

Просмотреть файл

@ -93,22 +93,6 @@ f77_mpi_lib =
f77_pmpi_lib =
endif
# See if we have F90 MPI bindings
if OMPI_WANT_F90_BINDINGS
f90_lib =
else
f90_lib =
endif
# See if we have C++ MPI bindings
if WANT_MPI_CXX_BINDINGS
cxx_lib =
else
cxx_lib =
endif
SUBDIRS = \
include \
$(LIBLTDL_SUBDIR) \
@ -178,7 +162,6 @@ libmpi_la_LIBADD = \
mca/topo/base/libmca_topo_base.la $(MCA_topo_STATIC_LTLIBS) \
mpi/c/libmpi_c.la $(c_mpi_lib) $(c_pmpi_lib) \
$(f77_base_lib) $(f77_mpi_lib) $(f77_pmpi_lib) \
$(f90_lib) $(cxx_lib) \
mpi/runtime/libmpiruntime.la \
op/libop.la \
proc/libproc.la \