package documentation

An enhanced distutils, providing support for Fortran compilers, for BLAS, LAPACK and other common libraries for numerical computing, and more.

Public submodules are:

misc_util
system_info
cpu_info
log
exec_command

For details, please see the Packaging and NumPy Distutils User Guide sections of the NumPy Reference Guide.

For configuring the preference for and location of libraries like BLAS and LAPACK, and for setting include paths and similar build options, please see site.cfg.example in the root of the NumPy repository or sdist.

Module armccompiler No module docstring; 1/1 class documented
Module ccompiler No module docstring; 0/4 variable, 11/15 functions documented
Module ccompiler_opt Provides the CCompilerOpt class, used for handling the CPU/hardware optimization, starting from parsing the command arguments, to managing the relation between the CPU baseline and dispatch-able features, also generating the required C headers and ending with compiling the sources with proper compiler's flags.
Package command distutils.command
Module conv_template takes templated file .xxx.src and produces .xxx file where .xxx is .i or .c or .h, using the following template rules
Module core No module docstring; 0/2 variable, 1/6 function documented
Module cpuinfo cpuinfo
Module exec_command exec_command
Module extension distutils.extension
Package fcompiler numpy.distutils.fcompiler
Module from_template process_file(filename)
Module intelccompiler No module docstring; 4/5 classes documented
Module lib2def No module docstring; 0/3 variable, 0/4 constant, 4/4 functions documented
Module line_endings Functions for converting from DOS to UNIX line endings
Module log Undocumented
Module mingw32ccompiler Support code for building Python extensions on Windows.
Module misc_util No module docstring; 0/8 variable, 34/64 functions, 1/2 class documented
Module msvc9compiler No module docstring; 1/1 function, 0/1 class documented
Module msvccompiler No module docstring; 2/2 functions, 0/1 class documented
Module npy_pkg_config No module docstring; 0/2 constant, 2/9 functions, 2/2 exceptions, 2/2 classes documented
Module numpy_distribution Undocumented
Module pathccompiler No module docstring; 1/1 class documented
Module setup Undocumented
Module system_info This file defines a set of system_info classes for getting information about various resources (libraries, library directories, include directories, etc.) in the system. Usage:
Package tests No package docstring; 1/15 module documented
Module unixccompiler unixccompiler - can handle very long argument lists for ar.
Module _shell_utils Helper functions for interacting with the shell, and consuming shell-style parameters provided in config files.

From __init__.py:

Function customized_ccompiler Undocumented
Function customized_fcompiler Undocumented
Variable test Undocumented

Undocumented

def customized_fcompiler(plat=None, compiler=None): (source)

Undocumented

def customized_ccompiler(plat=None, compiler=None, verbose=1): (source)

Undocumented