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

Compare with Current View Page History

« Previous Version 2 Next »

Attendees:  Joanne Bogart, Toby Burnett, Jim Chiang, Richard Dubois, Navid Golpayegani, Heather Kelly, Eric Winter

/
    SConstruct
    externals.scons
    (Likelihood)
    (facilities)
        SConscript
        facilitiesLib.py
    (site_scons)
        (site_tool)
    (include)
    (lib)

externals.scons

List of external libraries and versions.  Can specify GLAST_EXT or over-ride individual libraries.  scons -h will list the available options.

automated dependencies

Recommended fix from SCons developers is to introduce a SCons tool (a python function) which is used to update the environment.  Tools located in the site_tool directory by default.  Instead, there is a <packagename>Lib.py file within each package. 

  • No labels