From 658f338ef94b1b561d651d2c931ab1ad7e8a8cf4 Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Thu, 10 Jun 2010 18:35:44 -0700 Subject: Removed Fortran from NetCDF build Fortran support has been explicitly disabled in the NetCDF brew pending the resolution of Issue 72. It is perfectly possible to use the brew to build a working Fortran NetCDF library if a Fortran compiler is present. However, configure may fail on 64 bit architectures as Homebrew does not set the FCFLAGS and FFLAGS environment variables to be compatiable with those set for CFLAGS. The best resolution of this issue is formal support for a Fortran compiler. A non-existant configure argument related to Szip was removed. This dependency is satisfied by specifying the location of HDF5. Signed-off-by: Adam Vandenberg --- Library/Formula/netcdf.rb | 30 ++++++++++++++++++++++++++++-- 1 file changed, 28 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/netcdf.rb b/Library/Formula/netcdf.rb index dcdbba227..7400c1682 100644 --- a/Library/Formula/netcdf.rb +++ b/Library/Formula/netcdf.rb @@ -11,14 +11,40 @@ class Netcdf