Skip to content
Prev 507 / 21312 Next

[Bioc-devel] gfortran instead of g77 ?

Hi Korbinian,

(I've cc'ed to bioc-devel where, I think, we can benefit from more 
feedback.)
Korbinian Strimmer wrote:

            
When we build R on our Build System machines, we let the 'configure' script
pick up the right compilers for us.
The default search for the Fortran compiler is described here
  http://cran.r-project.org/doc/manuals/R-admin.html#Using-FORTRAN)

So, g77 will be picked up on a Linux systems with gcc 3 (e.g. SUSE 9.2) and
it will be gfortran on a Linux system with gcc 4 (e.g. SUSE 10.0).

Compare the BUILD output for the DNAcopy package on gopher5 (SUSE 9.2)
vs gladstone (SUSE 10.0):
  http://bioconductor.org/checkResults/1.9/gopher5/DNAcopy.buildsrc.html
  http://bioconductor.org/checkResults/1.9/gladstone/DNAcopy.buildsrc.html

To make this more clear, more details about the platforms used on our
Build System machines will be available on the build/check report soon...
Thanks for your feedback.
Best,

H.