You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Introduction 

Navid has been busy setting up a demonstration environment using SCons and the ScienceTools.

Location of Installation

SCons is installed here at SLAC:  /afs/slac/g/glast/applications/SCons/0.97/bin/scons
There's a copy of SciTools in Navid's area:  /nfs/farm/g/glast/u06/golpa/ST-v8r2-scons
If you desire to run SCons, please copy the ScienceTools from Navid's area into a place you have write-access.

Interesting Details

There is a top-level SConstruct file which contains configuration/build information to be used "globally".  This includes options to include debug and optimization flags during compilation. 

The virjpk subdirectories are not in place or assumed in this organization.  There is a note out to Riccardo to check if that arrangement is acceptable to MRStudio.

Externals

Special file, SConstruct (a Python script fragment), contains
        config/build info for each package
 - use the "scons" command to invoke functionality (try "scons -h" for hints)
 - system does not yet know about GLAST_EXT directory structure,
        but Navid expect to add that support soon.
 - dependencies put in by hand (for now)

  • No labels