PATH:
opt
/
alt
/
python37
/
lib64
/
python3.7
/
site-packages
/
numpy
/
distutils
# This file is generated by /builddir/build/BUILD/numpy-1.13.3/setup.py # It contains system_info results at the time of building this package. __all__ = ["get_info","show"] blas_mkl_info={} blis_info={} openblas_info={} atlas_3_10_blas_threads_info={} atlas_3_10_blas_info={} atlas_blas_threads_info={} atlas_blas_info={} blas_info={} blas_src_info={} blas_opt_info={} lapack_mkl_info={} openblas_lapack_info={} atlas_3_10_threads_info={} atlas_3_10_info={} atlas_threads_info={} atlas_info={} lapack_info={'libraries': ['lapack', 'lapack'], 'library_dirs': ['/usr/lib64'], 'language': 'f77', 'runtime_library_dirs': ['/usr/lib64']} lapack_opt_info={} def get_info(name): g = globals() return g.get(name, g.get(name + "_info", {})) def show(): for name,info_dict in globals().items(): if name[0] == "_" or type(info_dict) is not type({}): continue print(name + ":") if not info_dict: print(" NOT AVAILABLE") for k,v in info_dict.items(): v = str(v) if k == "sources" and len(v) > 200: v = v[:60] + " ...\n... " + v[-60:] print(" %s = %s" % (k,v))
[-] info.py
[edit]
[-] site.cfg
[edit]
[-] msvc9compiler.py
[edit]
[+]
command
[-] lib2def.py
[edit]
[-] from_template.py
[edit]
[-] pathccompiler.py
[edit]
[-] core.py
[edit]
[-] msvccompiler.py
[edit]
[-] __version__.py
[edit]
[-] setup.py
[edit]
[+]
__pycache__
[+]
tests
[-] exec_command.py
[edit]
[-] conv_template.py
[edit]
[-] cpuinfo.py
[edit]
[-] intelccompiler.py
[edit]
[-] ccompiler.py
[edit]
[-] system_info.py
[edit]
[-] environment.py
[edit]
[-] numpy_distribution.py
[edit]
[-] line_endings.py
[edit]
[-] npy_pkg_config.py
[edit]
[-] mingw32ccompiler.py
[edit]
[-] __config__.py
[edit]
[-] unixccompiler.py
[edit]
[-] log.py
[edit]
[-] __init__.py
[edit]
[-] compat.py
[edit]
[+]
fcompiler
[+]
..
[+]
mingw
[-] extension.py
[edit]
[-] misc_util.py
[edit]