module documentation

Undocumented

Class CallOnceOnly Undocumented
Function can_link_svml SVML library is supported only on x86_64 architecture and currently only on linux
Function check_complex Undocumented
Function check_ieee_macros Undocumented
Function check_math_capabilities Undocumented
Function check_mathlib Undocumented
Function check_svml_submodule Undocumented
Function check_types Undocumented
Function configuration Undocumented
Function is_npy_no_signal Return True if the NPY_NO_SIGNAL symbol must be defined in configuration header.
Function is_npy_no_smp Return True if the NPY_NO_SMP symbol must be defined in public header (when SMP support cannot be reliably enabled).
Function pythonlib_dir return path where libpython* is.
Function visibility_define Return the define value to use for NPY_VISIBILITY_HIDDEN (may be empty string).
Function win32_checks Undocumented
Constant NPY_DISABLE_SVML Undocumented
Constant NPY_RELAXED_STRIDES_CHECKING Undocumented
Constant NPY_RELAXED_STRIDES_DEBUG Undocumented
def can_link_svml(): (source)

SVML library is supported only on x86_64 architecture and currently only on linux

def check_complex(config, mathlibs): (source)

Undocumented

def check_ieee_macros(config): (source)

Undocumented

def check_math_capabilities(config, ext, moredefs, mathlibs): (source)

Undocumented

def check_mathlib(config_cmd): (source)

Undocumented

def check_svml_submodule(svmlpath): (source)

Undocumented

def check_types(config_cmd, ext, build_dir): (source)

Undocumented

def configuration(parent_package='', top_path=None): (source)

Undocumented

def is_npy_no_signal(): (source)

Return True if the NPY_NO_SIGNAL symbol must be defined in configuration header.

def is_npy_no_smp(): (source)

Return True if the NPY_NO_SMP symbol must be defined in public header (when SMP support cannot be reliably enabled).

def pythonlib_dir(): (source)

return path where libpython* is.

def visibility_define(config): (source)

Return the define value to use for NPY_VISIBILITY_HIDDEN (may be empty string).

def win32_checks(deflist): (source)

Undocumented

NPY_DISABLE_SVML = (source)

Undocumented

Value
(os.environ.get('NPY_DISABLE_SVML', '0') == '1')
NPY_RELAXED_STRIDES_CHECKING = (source)

Undocumented

Value
(os.environ.get('NPY_RELAXED_STRIDES_CHECKING', '1') != '0')
NPY_RELAXED_STRIDES_DEBUG = (source)