1
1

* Look for the static version of the mpi F90 library, as it is always built

statically without libtool (so there is no .la file)

This commit was SVN r8896.
Этот коммит содержится в:
Brian Barrett 2006-02-04 23:30:20 +00:00
родитель d19109bdf3
Коммит c1390278ad

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

@ -258,7 +258,7 @@ AC_DEFUN([OMPI_SETUP_WRAPPER_FINAL],[
AC_SUBST([OMPI_WRAPPER_F77_REQUIRED_FILE])
if test "$OMPI_WANT_F90_BINDINGS" = "1" ; then
OMPI_WRAPPER_F90_REQUIRED_FILE="libmpi_f90.la"
OMPI_WRAPPER_F90_REQUIRED_FILE="libmpi_f90.a"
else
OMPI_WRAPPER_F90_REQUIRED_FILE="not supported"
fi