Versions Compared

Key

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

...

  • cd /afs/slac/g/glast/ground/GLAST_EXT/redhat6-x86_64-64bit-gcc44/wcslib/
  • Obtained the source code from:
    curl -O ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib.tar.bz2
  • tar xvjf wcslib.tar.bz2
  • mkdir 4.25.1
  • Build the source
    1. cd wcslib-4.25.1
    2. ./configure --prefix=/afs/slac/g/glast/ground/GLAST_EXT/redhat6-x86_64-64bit-gcc44/wcslib/4.25.1 --without-pgplot --with-cfitsiolib=/afs/slac/g/glast/ground/GLAST_EXT/redhat6-x86_64-64bit-gcc44/cfitsio/v3290-gl1/lib --with-cfitsioinc=/afs/slac/g/glast/ground/GLAST_EXT/redhat6-x86_64-64bit-gcc44/cfitsio/v3290-gl1/include --disable-fortran
    3. make
    4. make install
  • cd .. ; \rm wcslib.tar.bz2   (the source code was already archived by Heather when she did RHEL5-32
  • ***Permissions are not quite right.   I (echarles) am not a member of the gl group.