Versions Compared

Key

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

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

1) Prerequisites for OSX (10.7-10.10)

 

1a) Xcode

For a complete set of instructions, please see the complete list of pre-requisites packages. Darwin Specific (OSX 10.7-10.10)

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 (5.1.1) dmg  for OSX 10.8 and 10.9. For OSX 10.7 you can use Xcode (4.6.2) dmg (you will need a free developer's account to download them.)

...

No Format
xcode-select --install

 1b) Gfortran

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

...

...

...

2) Decide on the location to install EUPS

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

...