base/modules/psb_c_mat_mod.f03
 base/modules/psb_d_mat_mod.f03
 base/modules/psb_s_mat_mod.f03
 base/modules/psb_z_mat_mod.f03
 configure.ac
 configure

Cosmetic fixes for X_mat_mod.
Configure: fix action on PAC_HAVE_GFORTRAN
psblas3-type-indexed
Salvatore Filippone 15 years ago
parent b30b8300ec
commit a2b414f17f

3
configure vendored

@ -5596,9 +5596,6 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
else
echo "configure: failed program was:" >&5
cat conftest.$ac_ext >&5
rm -rf conftest*
fi
rm -f conftest*

@ -210,8 +210,7 @@ dnl Do we use gfortran & co ? Compiler identification.
dnl NOTE : in /autoconf/autoconf/fortran.m4 there are plenty of better tests!
PAC_CHECK_HAVE_GFORTRAN(
psblas_cv_fc="gcc",
[]
[psblas_cv_fc="gcc"],
)
if test x"$psblas_cv_fc" == "x" ; then

Loading…
Cancel
Save