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

1) Decide on the location

For example if you want to install in the user local space ~/EUPS_DESDM

No Format
 $  mkdir $HOME/EUPS_DESDM

...


2) Install EUPS

Download the EUPS self-install script

 %> wget http://deslogin.cosmology.illinois.edu/eupsroot/desdm_eupsinstall.py

In case we are re-installing EUPS, make sure we clean-up the EUPS variables.

 %> unsetenv EUPS_PATH
 %> unsetenv EUPS_DIR