Fix for cray module inclusion.

psblas3-type-indexed
Salvatore Filippone 13 years ago
parent 929b40e9f5
commit 2c3d480cd0

8
configure vendored

@ -6396,6 +6396,12 @@ fi
##############################################################################
# Include flags
##############################################################################
if test "X$psblas_cv_fc" == X"cray"
then
MODEXT=".mod"
FMFLAG="-I"
FIFLAG="-I"
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking fortran 90 modules extension" >&5
$as_echo_n "checking fortran 90 modules extension... " >&6; }
@ -6517,7 +6523,7 @@ $as_echo "$ax_cv_f90_modflag" >&6; }
MODEXT=".$ax_cv_f90_modext"
FMFLAG="${ax_cv_f90_modflag%% *}"
FIFLAG=-I
fi
###############################################################################
###############################################################################

@ -470,12 +470,18 @@ fi
##############################################################################
# Include flags
##############################################################################
if test "X$psblas_cv_fc" == X"cray"
then
MODEXT=".mod"
FMFLAG="-I"
FIFLAG="-I"
else
AX_F90_MODULE_EXTENSION
AX_F90_MODULE_FLAG
MODEXT=".$ax_cv_f90_modext"
FMFLAG="${ax_cv_f90_modflag%%[ ]*}"
FIFLAG=-I
fi
###############################################################################
###############################################################################

Loading…
Cancel
Save