Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 260995 | Differences between
and this patch

Collapse All | Expand All

(-)gromacs-4.0.4-orig/configure.ac (-2 / +2 lines)
Lines 320-330 Link Here
320
case "${host_cpu}-${host_os}" in
320
case "${host_cpu}-${host_os}" in
321
  alpha*-linux*)
321
  alpha*-linux*)
322
    cc_names="ccc cc gcc"
322
    cc_names="ccc cc gcc"
323
    f77_names="fort f77 g77"
323
    f77_names="fort f77 g77 gfortran"
324
    ;;
324
    ;;
325
  *) 
325
  *) 
326
    cc_names="cc icc xlc gcc"
326
    cc_names="cc icc xlc gcc"
327
    f77_names="f77 ifort xlf xlf77 cf77 fl32 g77 fort77 f90 xlf90 pgf77 cf77 fort fort77 pgf90"
327
    f77_names="f77 ifort xlf xlf77 cf77 fl32 g77 fort77 f90 xlf90 pgf77 cf77 fort fort77 pgf90 gfortran"
328
    ;;
328
    ;;
329
esac
329
esac
330
# the (non-mpi) c compiler, which is also used for programs executed during build stage
330
# the (non-mpi) c compiler, which is also used for programs executed during build stage

Return to bug 260995