Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1c) GCC for Darwin.

For Darwin only, in addition to cc (clang) we also need gcc to compile atlas_netlib and scamp. 

You can automatically install them on Darwin using the following script: install_gcc_Darwin.sh

Code Block
languagebash
chmod +x install_gcc_Darwin.sh
./install_gcc_Darwin.sh

We strongly advise to use the following gcc distributions for OS X from http://hpc.sourceforge.net/



1d) X11/XQuartz

Unfortunately Apple does not ship with X11 either. Download and install the latest image for XQuartz.

...