|
Gaudi Framework, version v23r5 |
| Home | Generated: Wed Nov 28 2012 |


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 718 of file cmt2cmake.py.
| def cmt2cmake.Project.__init__ | ( | self, | |
| path | |||
| ) |
Create a project instance from the root directory of the project.
Definition at line 719 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 747 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 816 of file cmt2cmake.py.
| def cmt2cmake.Project.generate | ( | self | ) |
Definition at line 853 of file cmt2cmake.py.
| def cmt2cmake.Project.generateToolchain | ( | self | ) |
Definition at line 881 of file cmt2cmake.py.
| def cmt2cmake.Project.heptools | ( | self | ) |
Return the version of heptools (LCGCMT) used by this project.
Definition at line 783 of file cmt2cmake.py.
| def cmt2cmake.Project.name | ( | self | ) |
Definition at line 768 of file cmt2cmake.py.
| def cmt2cmake.Project.packages | ( | self | ) |
| def cmt2cmake.Project.process | ( | self, | |
overwrite = None |
|||
| ) |
Definition at line 887 of file cmt2cmake.py.
| def cmt2cmake.Project.uses | ( | self | ) |
Definition at line 777 of file cmt2cmake.py.
| def cmt2cmake.Project.version | ( | self | ) |
Definition at line 774 of file cmt2cmake.py.
|
private |
Definition at line 729 of file cmt2cmake.py.
|
private |
Definition at line 728 of file cmt2cmake.py.
| cmt2cmake.Project.path |
Definition at line 723 of file cmt2cmake.py.
| cmt2cmake.Project.requirements |
Definition at line 726 of file cmt2cmake.py.