numpy.distutils.ccompiler#
Functions
| Compile one or more source files. |
| Do any platform-specific customization of a compiler instance. |
| Customize compiler using distutils command. |
| Return the C++ compiler. |
Does nothing here, but is called by the get_version method and can be overridden by subclasses. | |
| Return compiler version, or None if compiler is not available. |
| Return the name of the object files for the given source files. |
Print the compiler customizations to stdout. | |
| Execute a command in a sub-process. |
| |
| |
| |
| Simple matching of version numbers, for use in CCompiler and FCompiler. |