|
Gaudi Framework, version v23r6 |
| Home | Generated: Wed Jan 30 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 733 of file cmt2cmake.py.
| def cmt2cmake.Project.__init__ | ( | self, | |
| path | |||
| ) |
Create a project instance from the root directory of the project.
Definition at line 734 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 762 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 831 of file cmt2cmake.py.
| def cmt2cmake.Project.generate | ( | self | ) |
Definition at line 868 of file cmt2cmake.py.
| def cmt2cmake.Project.generateToolchain | ( | self | ) |
Definition at line 896 of file cmt2cmake.py.
| def cmt2cmake.Project.heptools | ( | self | ) |
Return the version of heptools (LCGCMT) used by this project.
Definition at line 798 of file cmt2cmake.py.
| def cmt2cmake.Project.name | ( | self | ) |
Definition at line 783 of file cmt2cmake.py.
| def cmt2cmake.Project.packages | ( | self | ) |
| def cmt2cmake.Project.process | ( | self, | |
overwrite = None |
|||
| ) |
Definition at line 902 of file cmt2cmake.py.
| def cmt2cmake.Project.uses | ( | self | ) |
Definition at line 792 of file cmt2cmake.py.
| def cmt2cmake.Project.version | ( | self | ) |
Definition at line 789 of file cmt2cmake.py.
|
private |
Definition at line 744 of file cmt2cmake.py.
|
private |
Definition at line 743 of file cmt2cmake.py.
| cmt2cmake.Project.path |
Definition at line 738 of file cmt2cmake.py.
| cmt2cmake.Project.requirements |
Definition at line 741 of file cmt2cmake.py.