Merge branch 'master' into maint-1.0

maint-1.0
Salvatore Filippone 4 years ago
commit 257bf46e3b

6
configure vendored

@ -2655,10 +2655,12 @@ if test "X$PSBLAS_DIR" != "X" ; then
fi fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $PSBLAS_DIR" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PSBLAS_DIR" >&5
$as_echo "$PSBLAS_DIR" >&6; } $as_echo "$PSBLAS_DIR" >&6; }
fi
if test "X$PSBLAS_INCDIR" != "X" ; then
pac_cv_status_file="$PSBLAS_INCDIR/Make.inc.psblas" pac_cv_status_file="$PSBLAS_INCDIR/Make.inc.psblas"
if test ! -f "$pac_cv_status_file" ; then if test ! -f "$pac_cv_status_file" ; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: Could not find an installation in $PSBLAS_DIR." >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: Could not find the status file in $PSBLAS_INCDIR." >&5
$as_echo "$as_me: Could not find an installation in $PSBLAS_DIR." >&6;} $as_echo "$as_me: Could not find the status file in $PSBLAS_INCDIR." >&6;}
pac_cv_status_file="NONE"; pac_cv_status_file="NONE";
fi fi
else else

@ -77,14 +77,16 @@ if test "X$PSBLAS_DIR" != "X" ; then
AC_MSG_ERROR([Could not find PSBLAS build dir $PSBLAS_DIR!]) AC_MSG_ERROR([Could not find PSBLAS build dir $PSBLAS_DIR!])
fi fi
AC_MSG_RESULT([$PSBLAS_DIR]) AC_MSG_RESULT([$PSBLAS_DIR])
fi
if test "X$PSBLAS_INCDIR" != "X" ; then
pac_cv_status_file="$PSBLAS_INCDIR/Make.inc.psblas" pac_cv_status_file="$PSBLAS_INCDIR/Make.inc.psblas"
if test ! -f "$pac_cv_status_file" ; then if test ! -f "$pac_cv_status_file" ; then
AC_MSG_NOTICE([Could not find an installation in $PSBLAS_DIR.]) AC_MSG_NOTICE([Could not find the status file in $PSBLAS_INCDIR.])
pac_cv_status_file="NONE"; pac_cv_status_file="NONE";
fi fi
else else
pac_cv_status_file="NONE"; pac_cv_status_file="NONE";
fi fi
dnl. $pac_cv_status_file dnl. $pac_cv_status_file
AC_MSG_NOTICE([Loaded $pac_cv_status_file $FC $MPIFC $BLACS_LIBS]) AC_MSG_NOTICE([Loaded $pac_cv_status_file $FC $MPIFC $BLACS_LIBS])

Loading…
Cancel
Save