gfortran: 4.8.0 bottles.

This commit is contained in:
Mike McQuaid 2013-03-25 23:26:40 +00:00
parent b9886d9294
commit 68525361d4

View file

@ -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.'