search for: f90_compilers

Displaying 1 result from an estimated 1 matches for "f90_compilers".

Did you mean: f77_compilers
2011 Nov 10
1
assistance building R on RHEL5
...;m not sure how to rectify this issue. Note: I ran 'configure' with an updated configure script to point to the fortran version that is installed. F77= F95_compilers="f95 fort xlf95 ifort ifc efc pgf95 lf95 gfortran gcc44-gfortran ftn g95" # <== gcc44-gfortran added F90_compilers="f90 xlf90 pgf90 pghpf epcf90" case "${host_os}" in hpux*) F77_compilers="g77 fort77 f77 xlf frt pgf77 cf77 fl32 af77" ;; *) F77_compilers="g77 f77 xlf frt pgf77 cf77 fort77 fl32 af77" ;; esac GCC_Fortran_compiler= if test "${...