Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
gfortran: typo in caveats
Browse files Browse the repository at this point in the history
  • Loading branch information
tianyicui committed Nov 15, 2010
1 parent f41485c commit 9ad4624
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Library/Formula/gfortran.rb
Expand Up @@ -78,7 +78,7 @@ def install
end

def caveats
caveats = <<-EOS
caveats = <<-'EOS'
Fortran compiler support in brews is currently experimental. One of the
consequences of this is that Homebrew does not set environment flags to ensure
that a particular Fortran compiler is used and that the resulting code is
Expand All @@ -90,7 +90,7 @@ def caveats
compiler in the install section:
# Select the Fortran compiler to be used:
ENV["FC"] = ENV["F77"] "\#{HOMEBREW_PREFIX}/bin/gfortran"
ENV["FC"] = ENV["F77"] = "#{HOMEBREW_PREFIX}/bin/gfortran"
# Set Fortran optimization flags:
ENV["FFLAGS"] = ENV["FCFLAGS"] = ENV["CFLAGS"]
Expand Down

0 comments on commit 9ad4624

Please sign in to comment.