diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/gfortran.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gfortran.rb b/Library/Formula/gfortran.rb index d39631715..5347d83b1 100644 --- a/Library/Formula/gfortran.rb +++ b/Library/Formula/gfortran.rb @@ -8,6 +8,12 @@ class Gfortran < Formula mirror 'http://ftp.gnu.org/gnu/gcc/gcc-4.8.0/gcc-4.8.0.tar.bz2' sha1 'b4ee6e9bdebc65223f95067d0cc1a634b59dad72' + bottle do + sha1 '0a1a366a42607c3fd660b4cf6a147ab01d52f7a8' => :mountain_lion + sha1 'db7f52969509f631af7b1e4344c08c196e5a00d0' => :lion + sha1 'f764e279cc99f0fb9b73d6561a3f9ddef619fd8c' => :snow_leopard + end + option 'enable-profiled-build', 'Make use of profile guided optimization when bootstrapping GCC' option 'check', 'Run the make check fortran. This is for maintainers.' |
