|
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 = 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 | |
Static Public Attributes | |
| str | description = "Runs the build process of Fortran source code for Python using f2py." |
| 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 532 of file stm_make.py.
|
protected |
Execute build command
Reimplemented from PyXMake.VTL.stm_make._BaseCommandRunner.
Definition at line 585 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_f2py.finalize_options | ( | self | ) |
Post-process options.
Definition at line 574 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_f2py.initialize_options | ( | self | ) |
Set default values for options.
Definition at line 550 of file stm_make.py.
|
staticprotected |
Definition at line 537 of file stm_make.py.
|
protected |
Definition at line 555 of file stm_make.py.
|
staticprotected |
Definition at line 536 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_f2py.base_path = '' |
Definition at line 559 of file stm_make.py.
|
static |
Definition at line 539 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_f2py.includes = None |
Definition at line 562 of file stm_make.py.
| bool PyXMake.VTL.stm_make.pyx_f2py.incremental = False |
Definition at line 564 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_f2py.libpaths = None |
Definition at line 563 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_f2py.libs = None |
Definition at line 561 of file stm_make.py.
| str PyXMake.VTL.stm_make.pyx_f2py.msvsc = "vs2015" |
Definition at line 569 of file stm_make.py.
| str PyXMake.VTL.stm_make.pyx_f2py.output_file_path = '' |
Definition at line 558 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_f2py.scratch_path = os.getcwd() |
Definition at line 560 of file stm_make.py.
| PyXMake.VTL.stm_make.pyx_f2py.source_path = '' |
Definition at line 557 of file stm_make.py.
|
static |
Definition at line 540 of file stm_make.py.
| int PyXMake.VTL.stm_make.pyx_f2py.verbose = 2 |
Definition at line 556 of file stm_make.py.