Versions Compared

Key

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

...

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

...

No Format
 curl -O http://

...

desbuild.cosmology.illinois.edu/

...

desdm_eupsinstall.py

After that, run it with python:

No Format
python desdm_eupsinstall.py

and follow the instructions.

It will ask for two installation paths. One for EUPS itself and one for the software installed via EUPS packages. It will also ask if ICC and MKL should be used (which leads to a set of additional questions). The script can also modify the login-scripts to setup EUPS every time you log in. After confirming the settings the script will download and install EUPS.

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

No Format

...

unsetenv EUPS_PATH

...


unsetenv EUPS_

...

DIR