Versions Compared

Key

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

...

  1. Download numpy-1.5.1.tar.gz from http://sourceforge.net/project/showfiles.php?group_id=1369&package_id=175103&release_id=628858
  2. Change directory to /afs/slac.stanford.edu/g/glast/ground/GLAST_EXT/redhat4-i686-32bit-gcc34/python
  3. Extract numpy-1.5.1.tar.gz
  4. Change directory to numpy-1.5.1
  5. python setup.py build --fcompiler=gnu (for g77) or gnu95 for gfortran.
    It seems the rhel4s have blas and lapack linked against g77, while rhel5 uses gfortran
  6. python setup.py install
  7. Run the test routine by starting up python and doing:
    import numpy
    numpy.test()
  8. Leave and erase the current directory (numpy-1.5.1)

PyFITS -

...

3.

...

1

  1. pip install pyfits

matplotlib 1.

...

1.0

  1. pip install matplotlib

Had to provide explicit web link to version we wanted to install, otherwise the default seems to be 0.91

  1. pip install http://sourceforge.net/projects/matplotlib/files/matplotlib/matplotlib-1.0/matplotlib-1.0.0.tar.gz

pywcs-1.10-4.7

  1. pip install pywcs

...