Inherits from
- build_clib: distutils.command.build_clib.build_clib
Attributes
- description
description = 'build C/C++/F libraries used by Python extensions'
- user_options
user_options = (old_build_clib.user_options + [ ('fcompiler=', None, 'specify the Fortran compiler type') ])
Method summary
- build_libraries(self, libraries)
- finalize_options(self)
- get_source_files(self)
- have_cxx_sources(self)
- have_f_sources(self)
- initialize_options(self)
- run(self)
Methods
- build_libraries(self, libraries)
- finalize_options(self)
- get_source_files(self)
- have_cxx_sources(self)
- have_f_sources(self)
- initialize_options(self)
- run(self)
