Home | Trees | Indices | Help |
---|
|
PackageSetup objects represent the external packages required by a given runtime unit of Ganga. The package information is stored in a dictionary. See Ganga/PACKAGE.py
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Return a tuple (path,tarball) which describes the external package:
If *force=False* (default) the python version is checked and if the package is not required then return ('',''). If *force=True* the path is returned even if the package is not required. |
Return a path to the package for specified environment variable. For example: _getPackagePath('x','LD_LIBRARY_PATH') returns a LD_LIBRARY_PATH for the package (if defined). The value may be a string or a list of strings - in the later case the individual path components will be separated by colons (':'). If the path is not defined (see getPackagePath()) then return an empty string. |
Update the sys.path variable for a given package by adding a given package to the PYTHONPATH. It assumes that the first item in PYTHONPATH is Ganga, so the package path is added as a second item. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:22 2012 | http://epydoc.sourceforge.net |