Commit Graph

14 Commits (4d941c28be233f2ff0027e214665b5652f678d98)

Author SHA1 Message Date
Charlie Sharpsteen 7e0d57779e GFortran: Update for use with Lion
This update is mandatory for all Lion users and requires XCode 4.1.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-07-25 09:28:48 -07:00
Adam Vandenberg 121e4f8614 Normalize use of MACOS_VERSION 2011-04-09 09:36:30 -07:00
Michael Wall 7e925db15b gfortan - update version check for Xcode 4.
Update gfortran checks for XCode 4 (gcc build 5666).

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-13 10:57:27 -07:00
Charlie Sharpsteen 5c0fab1dd9 Update gfortan caveats
Caveats changed to suggest use of `ENV.fortran` over
`depends_on 'gfortran'`.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-03-12 13:30:05 -08:00
Adam Vandenberg 01615b9484 Fix gfortran 2011-03-12 11:55:11 -08:00
Adam Vandenberg 4147b05c57 Use ruby style for inheritance. 2011-03-12 11:55:09 -08:00
Mathias Laurin ef4f2c9d45 Add missing equal sign (=) to setup instructions
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2010-12-30 10:41:27 +00:00
Charlie Sharpsteen 50ec6dc364 Updated gfortran brew to use 5664 binaries
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-27 14:01:29 +02:00
Charlie Sharpsteen 81ab3ee618 Updated gfortran to install for XCode 3.2.3 without force
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-08-04 20:52:01 -07:00
Adam Vandenberg 7314314ec2 Allow gfortran to install on Xcode 3.2.3 - experimental
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-29 12:48:40 -07:00
Martin Kühl cc9361b2a3 Make `gfortran` only report errors on install.
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-16 17:40:38 -07:00
Adam Vandenberg 57189d3f97 Hotfix gfortran to not break Homebrew when user doesnt have a compatible Xcode installed. 2010-07-16 11:50:52 -07:00
Adam Vandenberg 56cae725c7 Update fortran to homebrew style 2010-07-16 09:09:57 -07:00
Charlie Sharpsteen 3df513b7fd New formula for installing gfortran 4.2.4 binaries
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>
2010-07-16 09:09:57 -07:00