Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

Step by Step account of trying out GR with SCons

  1. Checkout out GR
    cvs co -rGlastReleasev15r49 rGlastRelease-15-49-00 -d GlastRelease-15-49-00 GlastRelease-scons
  2. Find SCons installation on AFS at SLAC:  $GLASTROOT/applications/SCons/1.2.0
  3. Run scons --help to determine Fermi-specific options and note the need to specify location of GLAST_EXT
    scons --help
  4. Build a single package and redirect output to a log file
    run scons --with-GLAST-EXT-DIR= facilities
    Failed to run on rhel30 due to "missing" fitsio.h  Looks to be there to me, just isn't found during config.
    Retreated to rhel40 and tried again
    takes some time!  Note that a few packages were skipped like AcdDigi and RootIo  Did succeed in building facilities!!=$GLAST_EXT/../redhat3-i686-32bit facilities >& build-facilities.log &
  5. Build all
  6. Clean
    scons -cGoing for the gold - a full build of GR on rhel40