lsst.sconsUtils  14.0
 All Classes Namespaces Files Functions Variables Properties Groups
Classes | Namespaces | Functions
installation.py File Reference

Builders and path setup for installation targets. More...

Classes

class  lsst.sconsUtils.installation.DirectoryInstaller
 SCons Action callable to recursively install a directory. More...
 

Namespaces

 lsst.sconsUtils.installation
 

Functions

def lsst.sconsUtils.installation.makeProductPath
 return a path to use as the installation directory for a product More...
 
def lsst.sconsUtils.installation.determineVersion
 
def lsst.sconsUtils.installation.getFingerprint
 
def lsst.sconsUtils.installation.setPrefix
 
def lsst.sconsUtils.installation.Declare
 Create current and declare targets for products. More...
 
def lsst.sconsUtils.installation.InstallDir
 Install the directory dir into prefix, (along with all its descendents if recursive is True). More...
 
def lsst.sconsUtils.installation.InstallEups
 Install a ups directory, setting absolute versions as appropriate (unless you're installing from the trunk, in which case no versions are expanded). More...
 
def lsst.sconsUtils.installation.InstallLSST
 

Detailed Description

Builders and path setup for installation targets.