Add extension to configuration.
Create and add an Extension instance to the ext_modules list. This method also takes the following optional keyword arguments that are passed on to the Extension constructor.
Parameters : | name: str :
sources: seq :
include_dirs: : define_macros: : undef_macros: : library_dirs: : libraries: : runtime_library_dirs: : extra_objects: : extra_compile_args: : extra_link_args: : export_symbols: : swig_opts: : depends: :
language: : f2py_options: : module_dirs: : extra_info: dict,list :
|
---|
Notes
The self.paths(...) method is applied to all lists that may contain paths.