|
PyXMake Developer Guide 1.0
PyXMake
|
Public Attributes | |
| list | includes |
| libs = VTL.GetLinkDependency(self._KEY_OPT, self._MAKE_OPT["Python"], Utility.GetArchitecture()) | |
| libpaths = os.path.join(self.base_path,"lib",Utility.GetPlatform(), Utility.GetArchitecture()) | |
Public Attributes inherited from PyXMake.VTL.stm_make.pyx_f2py | |
| int | verbose = 2 |
| str | source_path = '' |
| str | output_file_path = '' |
| str | base_path = '' |
| scratch_path = os.getcwd() | |
| libs = None | |
| includes = None | |
| libpaths = None | |
| bool | incremental = False |
| str | msvsc = "vs2015" |
Public Attributes inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| verbose | |
Protected Member Functions | |
| _create_command (self) | |
Protected Member Functions inherited from PyXMake.VTL.stm_make.pyx_f2py | |
| _run_command (self, command) | |
Protected Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| _perform_post_actions (self) | |
Static Protected Attributes | |
| int | _KEY_OPT = 0 |
| str | _PACKAGE_NAME = 'mcd_core' |
| _INPUT_FILES = GetSourceCode(_KEY_OPT) | |
Static Protected Attributes inherited from PyXMake.VTL.stm_make.pyx_f2py | |
| str | _PACKAGE_NAME = '' |
| list | _INPUT_FILES = [] |
Additional Inherited Members | |
Public Member Functions inherited from PyXMake.VTL.stm_make.pyx_f2py | |
| initialize_options (self) | |
| finalize_options (self) | |
Public Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| run (self) | |
Static Public Attributes inherited from PyXMake.VTL.stm_make.pyx_f2py | |
| str | description = "Runs the build process of Fortran source code for Python using f2py." |
| list | user_options |
Static Protected Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| _create_build_dir () | |
Protected Attributes inherited from PyXMake.VTL.stm_make.pyx_f2py | |
| dict | _MAKE_OPT = {"Python":0, "Java":1, "Fortran":2} |
Runs the build process for MCODAC.
Definition at line 611 of file stm_make.py.
|
protected |
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 622 of file stm_make.py.
|
staticprotected |
Definition at line 620 of file stm_make.py.
|
staticprotected |
Definition at line 617 of file stm_make.py.
|
staticprotected |
Definition at line 618 of file stm_make.py.
| list PyXMake.VTL.stm_make.f2py_mcodac.includes |
Definition at line 626 of file stm_make.py.
| PyXMake.VTL.stm_make.f2py_mcodac.libpaths = os.path.join(self.base_path,"lib",Utility.GetPlatform(), Utility.GetArchitecture()) |
Definition at line 629 of file stm_make.py.
| PyXMake.VTL.stm_make.f2py_mcodac.libs = VTL.GetLinkDependency(self._KEY_OPT, self._MAKE_OPT["Python"], Utility.GetArchitecture()) |
Definition at line 628 of file stm_make.py.