|
Gaudi Framework, version v23r8 |
| Home | Generated: Fri May 31 2013 |


Public Member Functions | |
| def | __init__ |
| def | packages |
| def | container |
| def | name |
| def | version |
| def | uses |
| def | heptools |
| def | data_packages |
| def | generate |
| def | generateToolchain |
| def | process |
Public Attributes | |
| path | |
| requirements | |
Private Attributes | |
| _packages | |
| _container | |
Definition at line 734 of file cmt2cmake.py.
| def cmt2cmake.Project.__init__ | ( | self, | |
| path | |||
| ) |
Create a project instance from the root directory of the project.
Definition at line 735 of file cmt2cmake.py.
| def cmt2cmake.Project.container | ( | self | ) |
Name of the container package of the project. The name of the container is deduced using the usual LHCb convention (instead of the content of project.cmt).
Definition at line 763 of file cmt2cmake.py.
| def cmt2cmake.Project.data_packages | ( | self | ) |
Return the list of data packages used by this project (i.e. by all the
packages in this project) in the form of a dictionary
{name: version_pattern}.
Definition at line 832 of file cmt2cmake.py.
| def cmt2cmake.Project.generate | ( | self | ) |
Definition at line 869 of file cmt2cmake.py.
| def cmt2cmake.Project.generateToolchain | ( | self | ) |
Definition at line 897 of file cmt2cmake.py.
| def cmt2cmake.Project.heptools | ( | self | ) |
Return the version of heptools (LCGCMT) used by this project.
Definition at line 799 of file cmt2cmake.py.
| def cmt2cmake.Project.name | ( | self | ) |
Definition at line 784 of file cmt2cmake.py.
| def cmt2cmake.Project.packages | ( | self | ) |
| def cmt2cmake.Project.process | ( | self, | |
overwrite = None |
|||
| ) |
Definition at line 903 of file cmt2cmake.py.
| def cmt2cmake.Project.uses | ( | self | ) |
Definition at line 793 of file cmt2cmake.py.
| def cmt2cmake.Project.version | ( | self | ) |
Definition at line 790 of file cmt2cmake.py.
|
private |
Definition at line 745 of file cmt2cmake.py.
|
private |
Definition at line 744 of file cmt2cmake.py.
| cmt2cmake.Project.path |
Definition at line 739 of file cmt2cmake.py.
| cmt2cmake.Project.requirements |
Definition at line 742 of file cmt2cmake.py.