From 85de683f26cb777cd5fc552f4ceb54e92a905086 Mon Sep 17 00:00:00 2001 From: knarz Date: Wed, 11 Jul 2012 15:58:22 +0300 Subject: gfortran: allow (experimental) installs on Mountain Lion Closes #13340. Closes #13555. Signed-off-by: Charlie Sharpsteen --- Library/Formula/gfortran.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/gfortran.rb b/Library/Formula/gfortran.rb index 652a8ca83..fbc90aee0 100644 --- a/Library/Formula/gfortran.rb +++ b/Library/Formula/gfortran.rb @@ -64,8 +64,8 @@ class Gfortran < Formula skip_clean :all def install - if MacOS.xcode_version >= '4.2' and MACOS_VERSION == 10.7 - ohai "Installing gfortran 4.2.4 for XCode 4.2 (build 5666)" + if MacOS.xcode_version >= '4.2' and MACOS_VERSION >= 10.7 + ohai "Installing gfortran 4.2.4 for XCode 4.2 (build 5666) or higher" safe_system "pax --insecure -rz -f Payload.gz -s ',./usr,#{prefix},'" # This package installs a whole GCC suite. Remove non-fortran -- cgit v1.2.3