config/pac.m4
 configure

Bump minimim GNU compiler version to 4.8
psblas3-pattern
Salvatore Filippone 9 years ago
parent 5ad53aa114
commit c364f95e2c

@ -178,7 +178,7 @@ AC_DEFUN(PAC_HAVE_MODERN_GFORTRAN,
ac_fc=${MPIFC-$FC}; ac_fc=${MPIFC-$FC};
AC_COMPILE_IFELSE([ AC_COMPILE_IFELSE([
program main program main
#if ( __GNUC__ >= 4 && __GNUC_MINOR__ >= 6 ) || ( __GNUC__ > 4 ) #if ( __GNUC__ >= 4 && __GNUC_MINOR__ >= 8 ) || ( __GNUC__ > 4 )
print *, "ok" print *, "ok"
#else #else
this program will fail this program will fail

2
configure vendored

@ -5757,7 +5757,7 @@ ac_compiler_gnu=$ac_cv_fc_compiler_gnu
cat >conftest.$ac_ext <<_ACEOF cat >conftest.$ac_ext <<_ACEOF
program main program main
#if ( __GNUC__ >= 4 && __GNUC_MINOR__ >= 6 ) || ( __GNUC__ > 4 ) #if ( __GNUC__ >= 4 && __GNUC_MINOR__ >= 8 ) || ( __GNUC__ > 4 )
print *, "ok" print *, "ok"
#else #else
this program will fail this program will fail

Loading…
Cancel
Save