![]() |
PyXMake Developer Guide 1.0
PyXMake
|
Public Attributes | |
includes = None | |
libs = VTL.GetLinkDependency(self._KEY_OPT, self._MAKE_OPT["Fortran"], Utility.GetArchitecture()) | |
modules = os.path.join(self.base_path,"include",Utility.GetPlatform(), Utility.GetArchitecture()) | |
libpaths = os.path.join(self.base_path,"lib",Utility.GetPlatform(), Utility.GetArchitecture()) | |
![]() | |
int | verbose = 0 |
str | source_path = '' |
str | output_file_path = '' |
str | base_path = '' |
scratch_path = os.getcwd() | |
str | btype = 'static' |
libs = None | |
includes = None | |
libpaths = None | |
modules = None | |
![]() | |
verbose | |
Protected Member Functions | |
_create_command (self) | |
![]() | |
_run_command (self, command) | |
![]() | |
_perform_post_actions (self) | |
Static Protected Attributes | |
int | _KEY_OPT = 1 |
str | _PACKAGE_NAME = 'bbeam' |
_INPUT_FILES = GetSourceCode(_KEY_OPT) | |
![]() | |
str | _PACKAGE_NAME = '' |
list | _INPUT_FILES = [] |
Additional Inherited Members | |
![]() | |
initialize_options (self) | |
finalize_options (self) | |
![]() | |
run (self) | |
![]() | |
str | description = "Runs the build process of Fortran source code using the Intel Fortran Compiler through Python." |
list | user_options |
![]() | |
_create_build_dir () | |
![]() | |
dict | _MAKE_OPT = {"Python":0, "Java":1, "Fortran":2} |
Runs the build process for BoxBeam on Windows.
Definition at line 808 of file stm_make.py.
|
protected |
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 819 of file stm_make.py.
|
staticprotected |
Definition at line 817 of file stm_make.py.
|
staticprotected |
Definition at line 814 of file stm_make.py.
|
staticprotected |
Definition at line 815 of file stm_make.py.
PyXMake.VTL.stm_make.win_boxbeam.includes = None |
Definition at line 823 of file stm_make.py.
PyXMake.VTL.stm_make.win_boxbeam.libpaths = os.path.join(self.base_path,"lib",Utility.GetPlatform(), Utility.GetArchitecture()) |
Definition at line 826 of file stm_make.py.
PyXMake.VTL.stm_make.win_boxbeam.libs = VTL.GetLinkDependency(self._KEY_OPT, self._MAKE_OPT["Fortran"], Utility.GetArchitecture()) |
Definition at line 824 of file stm_make.py.
PyXMake.VTL.stm_make.win_boxbeam.modules = os.path.join(self.base_path,"include",Utility.GetPlatform(), Utility.GetArchitecture()) |
Definition at line 825 of file stm_make.py.