aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2013-06-03 22:50:40 +0100
committerMike McQuaid2013-06-03 22:56:38 +0100
commit3500cc0388a539a932a604a1ff201e89aadcd4a5 (patch)
tree31c4d84b279f3ab82568735d054ff15a2bd3ecd2
parent6bed77994f615a4510c627d36ea8b3c23f028561 (diff)
downloadhomebrew-3500cc0388a539a932a604a1ff201e89aadcd4a5.tar.bz2
gfortran 4.8.1 bottles
-rw-r--r--Library/Formula/gfortran.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gfortran.rb b/Library/Formula/gfortran.rb
index 591a74a1e..174ae1cc7 100644
--- a/Library/Formula/gfortran.rb
+++ b/Library/Formula/gfortran.rb
@@ -6,6 +6,12 @@ class Gfortran < Formula
mirror 'http://ftp.gnu.org/gnu/gcc/gcc-4.8.1/gcc-4.8.1.tar.bz2'
sha1 '4e655032cda30e1928fcc3f00962f4238b502169'
+ bottle do
+ sha1 '74e1625cc759101a8823a249fa1469da98826756' => :mountain_lion
+ sha1 '759a7106878a8b54a9cdfdd99adcc78d34f99a10' => :lion
+ sha1 'f1ca217e4a3beaeee82593a1d63b34f4555aa7cd' => :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.'