aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gfortran.rb
AgeCommit message (Collapse)Author
2011-04-09Normalize use of MACOS_VERSIONAdam Vandenberg
2011-03-13gfortan - update version check for Xcode 4.Michael Wall
Update gfortran checks for XCode 4 (gcc build 5666). Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Update gfortan caveatsCharlie Sharpsteen
Caveats changed to suggest use of `ENV.fortran` over `depends_on 'gfortran'`. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12Fix gfortranAdam Vandenberg
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-12-30Add missing equal sign (=) to setup instructionsMathias Laurin
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-08-27Updated gfortran brew to use 5664 binariesCharlie Sharpsteen
Binaries for XCode 3.2.3 (build 5664) have been released on: http://r.research.att.com/tools This change updates the gfortran brew to install these binaries for systems with XCode 3.2.3 installed. Previously binaries for 3.2.2 (build 5659) were used because they worked. Signed-off-by: David Höppner <0xffea@gmail.com> * white space, spell error
2010-08-04Updated gfortran to install for XCode 3.2.3 without forceCharlie Sharpsteen
Most of the action in XCode 3.2.3 focused on changes to LLVM and Clang. As a result, the build of Gfortran provided for XCode 3.2.2 passes the fortran testsuite when installed alongside XCode 3.2.3. The gfortran brew has been updated to install gfortran-3.2.2 for XCode 3.2.3 without the use of the --force argument. The brew has also been modified to facilitate the inclusion of binaries compiled against XCode 3.2.3 once they appear. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-29Allow gfortran to install on Xcode 3.2.3 - experimentalAdam Vandenberg
Do: brew install --force gfortran to install gfortran on Xcode 3.2.3, using support for 3.2.2. This is unsupported, but R seemed to compile fine for me when I tried this.
2010-07-16Make `gfortran` only report errors on install.Martin Kühl
As is, the gfortran formula reports an Error when no compatible Xcode version is available, but does so even in cases when it is neither installed nor in the process of being installed. For example, `brew outdated` reports the error, just because it needs to load the formula to check its version. This changeset delays the error message until someone tries to install the formula. The version and URL are determined solely by checking the OSX version. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-07-16Hotfix gfortran to not break Homebrew when user doesnt have a compatible ↵Adam Vandenberg
Xcode installed.
2010-07-16Update fortran to homebrew styleAdam Vandenberg
2010-07-16New formula for installing gfortran 4.2.4 binariesCharlie Sharpsteen
This formula enables preliminary support for Fortran-based brews in the Hombrew project by providing a Fortran compiler- specifically a build of gfortran 4.2.4 that incorporates Apple's patches to GCC. These gfortran 4.2.4 binaries were created to support the compilation of Fortran code used by the R Project for statistical computing by Simon Urbanek and are sourced from: http://r.research.att.com/tools The compilers are somewhat tied to specific versions of the XCode tool chain. Therefore XCode version 3.1.4 is required on OS X 10.5.x and XCode 3.2.2 is required on OS X 10.6.x for installation to take place. Please read the caveats section of this brew for notes concerning the creation of Fortran-based brews. For more discussion concerning Fortran support in Homebrew see: http://github.com/mxcl/homebrew/issues/issue/72 Signed-off-by: Adam Vandenberg <flangy@gmail.com>