mld2p4-2:

config/pac.m4
 configure

Added lib64 to search for SUperLU
stopcriterion
Salvatore Filippone 8 years ago
parent 7f5d8ee438
commit cbe6426bef

@ -624,6 +624,14 @@ if test "x$pac_slu_header_ok" == "xyes" ; then
[mld2p4_cv_have_superlu=yes;pac_slu_lib_ok=yes;],
[mld2p4_cv_have_superlu=no;pac_slu_lib_ok=no; SLU_LIBS=""; SLU_INCLUDES=""])
fi
if test "x$pac_slu_lib_ok" == "xno" ; then
dnl Maybe lib64?
SLU_LIBS="$mld2p4_cv_superlu -L$mld2p4_cv_superludir/lib64";
LIBS="$SLU_LIBS -lm $save_LIBS";
AC_TRY_LINK_FUNC(superlu_malloc,
[mld2p4_cv_have_superlu=yes;pac_slu_lib_ok=yes;],
[mld2p4_cv_have_superlu=no;pac_slu_lib_ok=no; SLU_LIBS=""; SLU_INCLUDES=""])
fi
AC_MSG_RESULT($pac_slu_lib_ok)
fi
if test "x$pac_slu_header_ok" == "xyes" ; then

9133
configure vendored

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save