![]() |
PyXMake Developer Guide
1.0
PyXMake
|
Base class for all Py2X (for now only f2py) build events. More...
Public Member Functions | |
def | __init__ (self, args, kwargs) |
![]() | |
def | __init__ (self, BuildID, Srcs, scratch=os.getcwd(), msvsc='vs2015', stype='Fortran', verbose=0, args, kwargs) |
def | __getstate__ (self) |
def | __setstate__ (self, _dict) |
def | AddIncludePath (self, includes) |
def | AddDependencyPath (self, dependencies) |
def | UseLibraries (self, libs) |
def | SourcePath (self, path) |
def | OutputPath (self, path, files="") |
def | Environment (self, path, script="ifortvars.bat") |
def | Preprocessing |
def | Build (self, cmdstring) |
def | Postprocessing (self, cmdstring='') |
def | create (self) |
Public Attributes | |
MakeObjectKind | |
String identifier of current instance. More... | |
no_static_mkl | |
Define whether Intel's MKL should be statically or dynamically linked. More... | |
no_append_arch | |
Define whether the architecture shall be appended to the build name. More... | |
incremental | |
Define if the input should be compiled exactly as provided. More... | |
path2exe | |
Absolute system path to Python executable. More... | |
exe | |
The executable command used in the main build event. More... | |
buildname | |
Temporary build name of current job. More... | |
architecture | |
libs | |
temps | |
Tuple of temporary files deleted after job completion. More... | |
![]() | |
buildid | |
Base string of build object. More... | |
srcs | |
Source file or folders. | |
stype | |
Source file type. | |
verbose | |
Level of verbosity of the current build object. More... | |
scrtdir | |
Current scratch directory. | |
srcdir | |
Default search directory for source files. More... | |
outdir | |
Default search directory for output. More... | |
intelpath | |
Path to Intel Fortran Compiler (read from Paths.log). More... | |
temps | |
Tuple of data to be removed after job completion. More... | |
incdirs | |
List of include directories. More... | |
libdirs | |
List of library directories. More... | |
libs | |
List of actual libraries (by name) used during linking. More... | |
copyfiles | |
List of files to be copied to the output directory after finish. More... | |
setarch | |
Define the architecture for the build directly by using the keyword argument "arch". More... | |
architecture | |
Processor architecture. | |
iniCompiler | |
Executable batch script (including absolute system path) to set up the Intel Fortran Compiler. More... | |
msvsc | |
Default version of Microsoft visual studio used by the Intel Fortran Compiler. More... | |
postcmd | |
Post build command. More... | |
buildname | |
precmd | |
Command executed during pre-build event. More... | |
compargs | |
Command line arguments passed in by the user. More... | |
makecmd | |
Command executed during build event. More... | |
Base class for all Py2X (for now only f2py) build events.
Inherited class to build projects using Py2X.
Inherited from Make.
def PyXMake.Build.Make.Py2X.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
PyXMake.Build.Make.Py2X.buildname |
PyXMake.Build.Make.Py2X.exe |
PyXMake.Build.Make.Py2X.incremental |
PyXMake.Build.Make.Py2X.MakeObjectKind |
PyXMake.Build.Make.Py2X.no_append_arch |
PyXMake.Build.Make.Py2X.no_static_mkl |
PyXMake.Build.Make.Py2X.path2exe |
PyXMake.Build.Make.Py2X.temps |