numpy.distutils.ccompiler

功能

CCompiler_compile \(self,来源[, ...] )

编译一个或多个源文件。

CCompiler_customize \(自我),距离[, need_cxx] )

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

CCompiler_customize_cmd \(self,命令[, ignore] )

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

CCompiler_cxx_compiler (自我)

返回C++编译器。

CCompiler_find_executables (自我)

此处不执行任何操作,但由getu version方法调用,并且可以被子类重写。

CCompiler_get_version [自我] [, force, ok_status] )

返回编译器版本,如果编译器不可用,则返回“无”。

CCompiler_object_filenames \(自我\ [, ...] )

返回给定源文件的对象文件的名称。

CCompiler_show_customization (自我)

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

CCompiler_spawn \(self,命令[, display] )

在子进程中执行命令。

gen_lib_options \(编译器,库u目录,…)

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

replace_method \(klass,方法\u名称,函数)

simple_version_match \ [pat, ignore, start] )

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