Pre-refactor Tidy

This commit is contained in:
Max Howell 2012-02-16 17:23:25 +00:00
parent be953bbb85
commit 82ed6aceb8

View File

@ -122,7 +122,7 @@ module HomebrewEnvExtension
self['FCFLAGS'] = self['CFLAGS'] unless self['FCFLAGS']
self['FFLAGS'] = self['CFLAGS'] unless self['FFLAGS']
elsif not self['FCFLAGS'] or self['FFLAGS']
opoo <<-EOS
opoo <<-EOS.undent
No Fortran optimization information was provided. You may want to consider
setting FCFLAGS and FFLAGS or pass the `--default-fortran-flags` option to
`brew install` if your compiler is compatible with GCC.
@ -133,7 +133,7 @@ warning.
end
elsif `/usr/bin/which gfortran`.chomp.size > 0
ohai <<-EOS
ohai <<-EOS.undent
Using Homebrew-provided fortran compiler.
This may be changed by setting the FC environment variable.
EOS