mld2p4-2:

config/pac.m4
 configure

Temp fix for configure with mumps
stopcriterion
Salvatore Filippone 9 years ago
parent f6d0f6de23
commit 1ba1f18fbd

@ -872,7 +872,7 @@ dnl
AC_DEFUN(PAC_CHECK_MUMPS,
[AC_ARG_WITH(mumps, AC_HELP_STRING([--with-mumps=LIBNAME], [Specify the libname for MUMPS. Default: autodetect with minimum "-lmumps_common -lpord"]),
[mld2p4_cv_mumps=$withval],
[mld2p4_cv_mumps='-lmumps_common -lpord'])
[mld2p4_cv_mumps='-lsmumps -ldmumps -lcmumps -lzmumps -lmumps_common -lpord'])
AC_ARG_WITH(mumpsdir, AC_HELP_STRING([--with-mumpsdir=DIR], [Specify the directory for MUMPS library and includes. Note: you will need to add auxiliary libraries with --extra-libs; this depends on how MUMPS was configured and installed, at a minimum you will need SCALAPACK and BLAS]),
[mld2p4_cv_mumpsdir=$withval],
[mld2p4_cv_mumpsdir=''])

2
configure vendored

@ -5116,7 +5116,7 @@ fi
if test "${with_mumps+set}" = set; then
withval=$with_mumps; mld2p4_cv_mumps=$withval
else
mld2p4_cv_mumps='-lmumps_common -lpord'
mld2p4_cv_mumps='-lsmumps -ldmumps -lcmumps -lzmumps -lmumps_common -lpord'
fi

Loading…
Cancel
Save