[ncl-talk] Installing NCL in MACBOOK (OS X Yosemite)
Craig Mattocks
mattocks at mac.com
Tue Dec 16 21:03:50 MST 2014
Homebrew, the “missing package manager for OS X”:
http://brew.sh
also works great for installing open source software.
Copy-and-paste the install line at the bottom of a web page into Terminal.
Typical usage:
brew install gcc49
brew install gfortran
Later, keep everything up-to-date:
brew update
brew upgrade
‘man brew’ for more info.
Craig
On Tue, 16 Dec 2014 13:28:22 -0700 Jared Lee <jaredlee at ucar.edu> wrote:
> And as one more tip, in case you run into any problems trying to run NCL on
> Yosemite, this page may come in handy as a resource:
>
> https://www.ncl.ucar.edu/Download/macosx.shtml
>
> On my Mac I had to install a newer version of gcc/gfortran because I
> experienced the "libgomp" problems mentioned on that webpage when I tried
> to run NCL. Once I did that, NCL worked like a charm.
>
> Jared
>
More information about the ncl-talk
mailing list