Versions Compared

Key

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

...

  1. Checkout out GR
    cvs co -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=$GLAST_EXT/../redhat3-i686-32bit facilities  (also tried with GLAST_EXT set to redhat4-i686-32bit
    takes some time!  Note that a few packages were skipped like AcdDigi and RootIo "due to exceptions".  Did succeed in building facilities!!
  5. Going for the gold - a full build of GR on rhel40
    Failed in OnboardFilterTds  do I have the right tag of GlastRelease-scons?
    Need updated SConscript files for OnboardFilterTds, OnboardFilter, RootConvert
  6. facilities >& build-facilities.log &
  7. Build all
  8. Clean
    tried a clean:  scons -c