aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-12-24 10:57:50 -0600
committerJack Nagel2012-12-24 10:57:50 -0600
commitdf455cbbe086a6f7cf50f006963981d94361142b (patch)
treea5d9342ade54b04b11af62e6cc688110979c3785 /Library
parent6e5ed26901abf0a87f914b1814d04f26c2eeb893 (diff)
downloadhomebrew-df455cbbe086a6f7cf50f006963981d94361142b.tar.bz2
gfortran: conventions
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gfortran.rb11
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/gfortran.rb b/Library/Formula/gfortran.rb
index c87012ee2..f872775a5 100644
--- a/Library/Formula/gfortran.rb
+++ b/Library/Formula/gfortran.rb
@@ -14,16 +14,15 @@ class Gfortran < Formula
sha1 '9708ac5fa35db9789b8e050fbe410acee9ec9e45' => :snowleopard
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.'
+
depends_on 'gmp'
depends_on 'libmpc'
depends_on 'mpfr'
- option 'enable-profiled-build', 'Make use of profile guided optimization when bootstrapping GCC'
- option 'check', 'Run the make check fortran. This is for maintainers.'
-
- begin
- depends_on 'dejagnu'
- end if build.include? 'check' # http://gcc.gnu.org/install/test.html
+ # http://gcc.gnu.org/install/test.html
+ depends_on 'dejagnu' if build.include? 'check'
fails_with :clang do
build 421