Versions Compared

Key

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

...

DESDM eups uses Darwin's cc (clang compiler), so you will need to have Xcode 5.1.1 installed. Here is the link to get the Xcode dmg (you will need a free developer's account). Make sure that you've agreed to the Xcode license agreements, please run 'xcodebuild -license'

No Format
 xcodebuild -license

Unfortunately Apple does not ship with gfortran. Get the gfortan dmg image from: https://gcc.gnu.org/wiki/GFortranBinaries

 for 10.7: http://coudert.name/software/gfortran-4.8.2-Lion.dmg
 for 10.8: http://coudert.name/software/gfortran-4.8.2-MountainLion.dmg
 for 10.9: http://coudert.name/software/gfortran-4.8.2-Mavericks.dmg

...

Download the EUPS self-install script

No Format
 curl -O http://desbuild.cosmology.illinois.edu/desdm_eupsinstall.py

...