Versions Compared

Key

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

...

distribute0.6.21
pip1.0.1
nose1.0.0
numpy 1.6.1

pyfits 3.0.3

PIL 1.17

matplotlib1.0.0

pywcs 1.10-4.7
APLpy 0.9.6
4Suite-XML 1.0.2
scipy 0.9.0
iPython 0.11
pywcsgrid2

...

  1. Execute ./configure --prefix /afs/slac.stanford.edu/g/glast/ground/GLAST_EXT/redhat6-x86_64-64bit-gcc44/python/2.7.2/gcc34 -fPIC
  2. Execute make
  3. Execute make install
  4. Leave and erase the current directory (Python-2.7.2)
  5. install additional python modules the same way as python 2.7.1 instruction, except PIL 1.1.7

PIL - 1.1.7

This package is installed in order to make the matplotlib unit tests work.

  1. Download Imaging-1.1.7.tar.gz from http://effbot.org/downloads/Imaging-1.1.7.tar.gzImage Removed
  2. Change directory to /afs/slac.stanford.edu/g/glast/ground/GLAST_EXT/redhat6-x86_64-64bit-gcc44/python/
  3. Extract Imaging-1.1.7.tar.gz
  4. Change directory to Imaging-1.1.7
  5. python setup.py install
  6. Leave and erase the current directory (Imaging-1.1.7). As for matplotlib, most of matplolib unit tests requires functions from PIL imaging module which in turn requirez zlib.crc32 which has been an issue for us. After consulting with the users, we agreed that if in the future the users start to use functions in PIL, we will come back to re-visit the PIL issue again. For now, we will just skip the PIL module installation as we always have. Also there is a Scipy unit test need to be fixed after the Scipy installation.

2.7.1

Adding in the following modules:

...