Inherits from
- build_ext: distutils.command.build_ext.build_ext
Attributes
- description
description = 'build C/C++/F extensions (compile/link to build directory)'
- user_options
user_options = (old_build_ext.user_options + [ ('fcompiler=', None, 'specify the Fortran compiler type') ])
Method summary
- build_extension(self, ext)
- finalize_options(self)
- get_outputs(self)
- get_source_files(self)
- initialize_options(self)
- run(self)
- swig_sources(self, sources)
Methods
- build_extension(self, ext)
- finalize_options(self)
- get_outputs(self)
- get_source_files(self)
- initialize_options(self)
- run(self)
- swig_sources(self, sources)
