403Webshell
Server IP : 69.39.225.240  /  Your IP : 216.73.216.138
Web Server : Apache
System : Linux bronze7.serverhost.net 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
User : reademotions ( 1074)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /backup/lex.2/lib64/python2.7/site-packages/numpy/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /backup/lex.2/lib64/python2.7/site-packages/numpy/__config__.py
# This file is generated by /builddir/build/BUILD/numpy-1.7.1/setup.py
# It contains system_info results at the time of building this package.
__all__ = ["get_info","show"]

lapack_info={'libraries': ['lapack'], 'library_dirs': ['/usr/lib64'], 'language': 'f77'}
atlas_threads_info={'libraries': ['tatlas'], 'library_dirs': ['/usr/lib64/atlas'], 'language': 'c', 'define_macros': [('ATLAS_WITHOUT_LAPACK', None)], 'include_dirs': ['/usr/include']}
blas_opt_info={'libraries': ['tatlas'], 'library_dirs': ['/usr/lib64/atlas'], 'language': 'c', 'define_macros': [('ATLAS_INFO', '"\\"3.10.1\\""')], 'include_dirs': ['/usr/include']}
atlas_blas_threads_info={'libraries': ['tatlas'], 'library_dirs': ['/usr/lib64/atlas'], 'language': 'c', 'define_macros': [('ATLAS_INFO', '"\\"3.10.1\\""')], 'include_dirs': ['/usr/include']}
lapack_opt_info={'libraries': ['tatlas', 'lapack'], 'library_dirs': ['/usr/lib64/atlas', '/usr/lib64'], 'language': 'f77', 'define_macros': [('ATLAS_WITHOUT_LAPACK', None)], 'include_dirs': ['/usr/include']}
lapack_mkl_info={}
blas_mkl_info={}
mkl_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))
    

Youez - 2016 - github.com/yon3zu
LinuXploit