From 1ba1f18fbd19cd5e5eaf2e9c40886a927ed53356 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Mon, 23 May 2016 09:00:15 +0000 Subject: [PATCH] mld2p4-2: config/pac.m4 configure Temp fix for configure with mumps --- config/pac.m4 | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/pac.m4 b/config/pac.m4 index 29f30003..26914963 100644 --- a/config/pac.m4 +++ b/config/pac.m4 @@ -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='']) diff --git a/configure b/configure index eda6b92b..9635281e 100755 --- a/configure +++ b/configure @@ -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