Versions Compared

Key

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

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:
  3. Run scons --help to determine Fermi-specific options and note the need to specify location of GLAST_EXT
  4. run scons --with-GLAST-EXT-DIR=$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. tried a clean:  scons -c