|
PyXMake Developer Guide 1.0
PyXMake
|
Public Member Functions | |
| initialize_options (self) | |
| finalize_options (self) | |
Public Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| run (self) | |
Public Attributes | |
| 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 | |
Public Attributes inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| verbose | |
Static Public Attributes | |
| str | description = "Runs the build process of Fortran source code using the Intel Fortran Compiler through Python." |
| list | user_options |
Protected Member Functions | |
| _run_command (self, command) | |
Protected Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| _create_command (self) | |
| _perform_post_actions (self) | |
Protected Attributes | |
| dict | _MAKE_OPT = {"Python":0, "Java":1, "Fortran":2} |
Static Protected Attributes | |
| str | _PACKAGE_NAME = '' |
| list | _INPUT_FILES = [] |
Additional Inherited Members | |
Static Protected Member Functions inherited from PyXMake.VTL.stm_make._BaseCommandRunner | |
| _create_build_dir () | |
Base class for encapsulating command line arguments and build process.
Definition at line 664 of file stm_make.py.
|
protected |
Execute build command
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 710 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_fortran.finalize_options | ( | self | ) |
Post-process options.
Definition at line 699 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_fortran.initialize_options | ( | self | ) |
Set default values for options.
Definition at line 682 of file stm_make.py.
|
staticprotected |
Definition at line 669 of file stm_make.py.
|
protected |
Definition at line 687 of file stm_make.py.
|
staticprotected |
Definition at line 668 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_fortran.base_path = '' |
Definition at line 691 of file stm_make.py.
| str PyXMake.VTL.stm_make.pyx_fortran.btype = 'static' |
Definition at line 693 of file stm_make.py.
|
static |
Definition at line 671 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_fortran.includes = None |
Definition at line 695 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_fortran.libpaths = None |
Definition at line 696 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_fortran.libs = None |
Definition at line 694 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_fortran.modules = None |
Definition at line 697 of file stm_make.py.
| str PyXMake.VTL.stm_make.pyx_fortran.output_file_path = '' |
Definition at line 690 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_fortran.scratch_path = os.getcwd() |
Definition at line 692 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_fortran.source_path = '' |
Definition at line 689 of file stm_make.py.
|
static |
Definition at line 672 of file stm_make.py.
| int PyXMake.VTL.stm_make.pyx_fortran.verbose = 0 |
Definition at line 688 of file stm_make.py.