Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

v3290

These are instructions for building CFITSIO v3290 for the various OSes supported.

redhat5-i686-64bit

These instructions should be performed as the glastrm user on a machine running rhel5 in 64 bit mode (noric15 as of this writing).

  1. Copy CFITSIO v3.290 (cfitsio-v3.290.tar.gz) from /afs/slac/g/glast/ground/GLAST_EXT/srcExtLibs
  2. Change directory to /afs/slac/g/glast/ground/GLAST_EXT/redhat5-x86_64-64bit/cfitsio
  3. Unzip and Untar the file cfitsio-v3.290.tar.gz
  4. Change directory to cfitsio
  5. Execute ./configure --prefix=/afs/slac/g/glast/ground/GLAST_EXT/redhat5-x86_64-64bit/cfitsio/v3290/gcc41
  6. Execute make shared
  7. Create the directory /afs/slac/g/glast/ground/GLAST_EXT/redhat5-x86_64-64bit/cfitsio/v3290/gcc41
  8. Execute make install
  9. Create a symlink between libcfitsio.so and create libcfitsio-v3.290.so
  10. Erase and leave the cfitsio directory

v3060A

These are instructions for building CFITSIO v3060A for the various OSes supported.

redhat5-i686-64bit

These instructions should be performed as the glastrm user on a machine running rhel5 in 64 bit mode (noric15 as of this writing).

...