* do a slightly better job at syncing the search ordering between F77 and
F90 so that chances of us finding the same vendor's compilers are higher than might otherwise be... This commit was SVN r7021.
Этот коммит содержится в:
родитель
4d49340421
Коммит
7ed4b7a40b
@ -46,7 +46,7 @@ ompi_show_subtitle "Fortran 77 compiler"
|
||||
# value for the Fint tests
|
||||
#
|
||||
ompi_fflags_save="$FFLAGS"
|
||||
AC_PROG_F77([g77 f77 xlf frt pgf77 fort77 fl32 af77 ifort])
|
||||
AC_PROG_F77([gfortran g77 f77 xlf frt ifort pgf77 fort77 fl32 af77])
|
||||
FFLAGS="$ompi_fflags_save"
|
||||
if test -z "$F77"; then
|
||||
AC_MSG_WARN([*** Fortran 77 bindings disabled (could not find compiler)])
|
||||
|
@ -74,7 +74,7 @@ else
|
||||
#
|
||||
|
||||
ompi_fcflags_save="$FCFLAGS"
|
||||
AC_PROG_FC([f95 fort xlf95 ifort efc pgf95 lf95 gfortran f90 xlf90 pgf90 epcf90])
|
||||
AC_PROG_FC([gfortran f95 fort xlf95 ifort ifc efc pgf95 lf95 f90 xlf90 pgf90 epcf90])
|
||||
FCFLAGS="$ompi_fcflags_save"
|
||||
if test -z "$FC"; then
|
||||
AC_MSG_WARN([*** Fortran 90/95 bindings disabled (could not find compiler)])
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user