Inherits from
- system_info: numpy.distutils.system_info.system_info
Attributes
- dir_env_var
dir_env_var = 'FFTW'
- notfounderror
notfounderror = FFTWNotFoundError
- section
variables to override
section = 'fftw'
- ver_info
ver_info = [ { Const('name') : Const('fftw3'), Const('libs') : List([Const('fftw3')]), Const('includes') : List([Const('fftw3.h')]), Const('macros') : List([Tuple([Const('SCIPY_FFTW3_H'), Name('None')])]) }, { Const('name') : Const('fftw2'), Const('libs') : List([Const('rfftw'), Const('fftw')]), Const('includes') : List([Const('fftw.h'), Const('rfftw.h')]), Const('macros') : List([Tuple([Const('SCIPY_FFTW_H'), Name('None')])]) } ]
Inherited from base classes
Method summary
- __init__(self)
- calc_info(self)
- calc_ver_info(self, ver_param)
Inherited from base classes
- calc_libraries_info(self)
- check_libs(self, lib_dir, libs, opt_libs = [ ])
- check_libs2(self, lib_dir, libs, opt_libs = [ ])
- combine_paths(self, args)
- get_include_dirs(self, key = 'include_dirs')
- get_info(self, notfound_action = 0)
- get_lib_dirs(self, key = 'library_dirs')
- get_libraries(self, key = 'libraries')
- get_libs(self, key, default)
- get_paths(self, section, key)
- get_src_dirs(self, key = 'src_dirs')
- has_info(self)
- parse_config_files(self)
- set_info(self, info)
Methods
- __init__(self)
- calc_info(self)
- calc_ver_info(self, ver_param)
Returns True on successful version detection, else False
