|
PyXMake Developer Guide 1.0
PyXMake
|
Functions | |
| run (output=os.getcwd(), verbose=2) | |
| main (python=sys.executable, **kwargs) | |
Minimum working example for PyXMake.
@note: Compile MCODAC for PYTHON using Mingw64/GFortran on windows.
Created on 25.03.2021
@version: 1.0
----------------------------------------------------------------------------------------------
@requires:
- PyXMake
@change:
-
@author: garb_ma [DLR-FA,STM Braunschweig]
----------------------------------------------------------------------------------------------
| PyXMake.VTL.chocolatey.main | ( | python = sys.executable, | |
| ** | kwargs ) |
Build for a given python executable
Definition at line 98 of file chocolatey.py.
| PyXMake.VTL.chocolatey.run | ( | output = os.getcwd(), | |
| verbose = 2 ) |
Main function to execute the script.
Definition at line 36 of file chocolatey.py.