diff options
| author | Adam Vandenberg | 2013-06-23 20:39:26 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-06-24 07:38:25 -0700 |
| commit | e2cf5f0b75b4d3e3346b1cc9fb742a5a401596a4 (patch) | |
| tree | 08f2fca2650f55edc74f84b97d000a7cadaab5cc /Library/Formula/netcdf.rb | |
| parent | 80135fe5a92c493159414db6029dc3d55a522bcd (diff) | |
| download | homebrew-e2cf5f0b75b4d3e3346b1cc9fb742a5a401596a4.tar.bz2 | |
Use Fortran ENV helpers
Diffstat (limited to 'Library/Formula/netcdf.rb')
| -rw-r--r-- | Library/Formula/netcdf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/netcdf.rb b/Library/Formula/netcdf.rb index 6c109c234..8cb4be91e 100644 --- a/Library/Formula/netcdf.rb +++ b/Library/Formula/netcdf.rb @@ -36,7 +36,7 @@ class Netcdf < Formula # the library libnetcdff.dylib to be missing all the f90 symbols. # http://www.unidata.ucar.edu/software/netcdf/docs/known_problems.html#intel-fortran-macosx # https://github.com/mxcl/homebrew/issues/13050 - ENV['lt_cv_ld_force_load'] = 'no' if ENV['FC'] == 'ifort' + ENV['lt_cv_ld_force_load'] = 'no' if ENV.fc == 'ifort' end common_args = %W[ |
