numpy.distutils.ccompiler#

函数

CCompiler_compile(self, sources[, ...])

编译一个或多个源文件。

CCompiler_customize(self, dist[, need_cxx])

对编译器实例进行任何特定于平台的自定义。

CCompiler_customize_cmd(self, cmd[, ignore])

使用 distutils 命令自定义编译器。

CCompiler_cxx_compiler(self)

返回 C++ 编译器。

CCompiler_find_executables(self)

这里不做任何事情,但会被 get_version 方法调用,并且可以被子类覆盖。

CCompiler_get_version(self[, force, ok_status])

返回编译器版本,如果编译器不可用,则返回 None。

CCompiler_object_filenames(self, ...[, ...])

返回给定源文件的目标文件名称。

CCompiler_show_customization(self)

将编译器自定义信息打印到标准输出。

CCompiler_spawn(self, cmd[, display, env])

在子进程中执行命令。

gen_lib_options(compiler, library_dirs, ...)

new_compiler([plat, compiler, verbose, ...])

replace_method(klass, method_name, func)

simple_version_match([pat, ignore, start])

简单的版本号匹配,用于 CCompiler 和 FCompiler。