Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Amended numbering and format of section headings

This is a short set of instructions aimed to install the for installing the DESDM EUPS system in your machine. Please For more detail please refer the official EUPS installation guide 

...

1) Prerequisites

For a complete set of instructions, please see the complete list of pre-requisites packages.

...

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

...

2) Decide on the location

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

No Format
mkdir $HOME/EUPS_DESDM
cd $HOME/EUPS_DESM

...

3) Install EUPS

Download the EUPS self-install script

...

It will ask for two installation paths. One , 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.

...

No Format
unsetenv EUPS_PATH
unsetenv EUPS_DIR 

...

4) SVN Access

Make sure you have read access (check out) to DESDM Subversion repository.

...

If you still have problems accessing SVN you can get help here filling out this form

...

5) Start installing packages

For example, to install the development packages:

...