a  ze{@sddlZddlZddlZddlZddlmZddlTddlmZm Z ddlm Z ddl m Z ddl mZddlmZdd lmZdd lmZed Zd d ZGdddeZdS)N)Command)*)customize_compilerget_python_version)get_config_h_filename) newer_group) Extension) get_platform)log) USER_BASEz3^[a-zA-Z_][a-zA-Z_0-9]*(\.[a-zA-Z_][a-zA-Z_0-9]*)*$cCsddlm}|dS)Nrshow_compilers)distutils.ccompilerr r rO/opt/bitninja-python-dojo/embedded/lib/python3.9/distutils/command/build_ext.pyr s r c@seZdZdZdejZdddddefdd d d efd d ddddefddddddddddgZgdZ ddde fgZ d d!Z d"d#Z d$d%Zd&d'Zd(d)Zd*d+Zd,d-Zd.d/Zd0d1Zejd2d3Zd4d5Zd6d7Zd8d9Zd:d;Zdd?Zd@dAZdBdCZdS)D build_extz8build C/C++ extensions (compile/link to build directory)z (separated by '%s'))z build-lib=bz(directory for compiled extension modules)z build-temp=tz1directory for temporary files (build by-products)z plat-name=pz>platform name to cross-compile for, if supported (default: %s))inplaceiziignore build-lib and put compiled extensions into the source directory alongside your pure Python modulesz include-dirs=Iz.list of directories to search for header files)zdefine=DzC preprocessor macros to define)zundef=Uz!C preprocessor macros to undefine)z libraries=lz!external C libraries to link withz library-dirs=Lz.directories to search for external C libraries)zrpath=Rz7directories to search for shared C libraries at runtime)z link-objects=Oz2extra explicit link objects to include in the link)debuggz'compile/link with debugging information)forcefz2forcibly build everything (ignore file timestamps))z compiler=czspecify the compiler type)z parallel=jznumber of parallel build jobs)swig-cppNz)make SWIG create C++ files (default is C))z swig-opts=Nz!list of SWIG command line options)zswig=Nzpath to the SWIG executable)userNz#add user include, library and rpath)rrr r$r%z help-compilerNzlist available compilerscCsd|_d|_d|_d|_d|_d|_d|_d|_d|_d|_ d|_ d|_ d|_ d|_ d|_d|_d|_d|_d|_d|_d|_dS)Nr) extensions build_lib plat_name build_temprpackage include_dirsdefineundef libraries library_dirsrpath link_objectsrr compilerswigswig_cpp swig_optsr%parallelselfrrrinitialize_optionsjs*zbuild_ext.initialize_optionsc Csddlm}|ddddddd d |jdur8|jj|_|jj|_|}|jd d }|j durn|jj pjg|_ t |j t r|j t j|_ tjtjkr|j t jtjd |j | t jj||kr|j | t jj|d|d|jdurg|_|jdurg|_nt |jt r:|j t j|_|jdurNg|_nt |jt rl|j t j|_t jdkrh|jt jtjdtjtjkr|jt jtjd|jrt j|jd|_nt j|jd|_|j t jtt tdd}|r|j||j!dkr*d}n|j!dd}t jtjd}|r\t j||}|j|tj"dddkrtj#$t jtjdr|jt jtjddt%dn |jd|&dr|j's|j|&d n |jd|j(r|j( d!}d"d#|D|_(|j)r4|j) d!|_)|j*durHg|_*n|j* d$|_*|j+rt jt,d }t jt,d} t j-|r|j |t j-| r|j| |j| t |j.t rzt/|j.|_.Wnt0yt1d%Yn0dS)&Nr) sysconfigZbuild)r'r')r)r))r2r2)rr)r r )r6r6)r(r()Z plat_specificZincluder.r1ntZlibsZDebugZRelease_homewin32ZPCbuildcygwinbinlibpythonZconfig.Py_ENABLE_SHAREDZLIBDIR,cSsg|] }|dfqS)1r).0symbolrrr z.build_ext.finalize_options.. zparallel should be an integer)2 distutilsr:Zset_undefined_optionsr* distributionZ ext_packageZ ext_modulesr&Zget_python_incr+ isinstancestrsplitospathsepsys exec_prefixbase_exec_prefixappendpathjoinextendZensure_string_listr.r/r0nameprefixrr)dirnamergetattrr(platform executable startswithrget_config_varZ python_buildr,r-r5r%r isdirr6int ValueErrorZDistutilsOptionError) r8r:Z py_includeZplat_py_includeZ _sys_homesuffixZnew_libZdefinesZ user_includeZuser_librrrfinalize_optionss                           zbuild_ext.finalize_optionscCsjddlm}|jsdS|jrL|d}|j|p:g|j |j ||j |j |j|jd|_ t|j tjdkr|jtkr|j |j|jdur|j |j|jdur|jD]\}}|j ||q|jdur|jD]}|j |q|jdur|j |j|j dur*|j |j |jdurD|j |j|j dur^|j !|j |"dS)Nr) new_compiler build_clib)r2verbosedry_runr r<)#rrir&rOZhas_c_librariesget_finalized_commandr.r[Zget_library_namesr/rXrjr2rkrlr rrSr\r(r Z initializer+Zset_include_dirsr,Z define_macror-Zundefine_macroZ set_librariesZset_library_dirsr0Zset_runtime_library_dirsr1Zset_link_objectsbuild_extensions)r8rirjr\valuemacrorrrruns@            z build_ext.runc Csvt|tstdt|D]T\}}t|tr0qt|trFt|dkrNtd|\}}td|t|t rvt |s~tdt|t stdt||d}dD]"}| |}|durt|||q| d |_d |vrtd | d }|rhg|_g|_|D]b} t| tr"t| d vs*tdt| dkrJ|j| dnt| dkr|j| q|||<qdS)Nz:'ext_modules' option must be a list of Extension instanceszMeach element of 'ext_modules' option must be an Extension instance or 2-tuplezvold-style (ext_name, build_info) tuple found in ext_modules for extension '%s' -- please convert to Extension instancezRfirst element of each tuple in 'ext_modules' must be the extension name (a string)zOsecond element of each tuple in 'ext_modules' must be a dictionary (build info)sources)r+r/r. extra_objectsextra_compile_argsextra_link_argsr0Zdef_filez9'def_file' element of build info dict no longer supportedmacros)r;rrz9'macros' element of build info dict must be 1- or 2-tupler;r)rPlistDistutilsSetupError enumeratertuplelenr warnrQextension_name_rematchdictgetsetattrruntime_library_dirs define_macros undef_macrosrX) r8r&rextext_nameZ build_infokeyvalrwrprrrcheck_extensions_listVs^        zbuild_ext.check_extensions_listcCs,||jg}|jD]}||jq|SN)rr&r[rs)r8 filenamesrrrrget_source_filess   zbuild_ext.get_source_filescCs2||jg}|jD]}|||jq|Sr)rr&rXget_ext_fullpathr\)r8Zoutputsrrrr get_outputss   zbuild_ext.get_outputscCs(||j|jr|n|dSr)rr&r6_build_extensions_parallel_build_extensions_serialr7rrrrns  zbuild_ext.build_extensionsc sj}jdurt}zddlm}Wnty>d}Yn0|durTdS||dnfddjD}tj|D]:\}} || Wdq1s0YqWdn1s0YdS)NTr)ThreadPoolExecutor) max_workerscsg|]}j|qSr)submitbuild_extension)rIrexecutorr8rrrKsz8build_ext._build_extensions_parallel..) r6rS cpu_countconcurrent.futuresr ImportErrorrr&zip_filter_build_errorsresult)r8workersrfuturesrZfutrrrrs"      z$build_ext._build_extensions_parallelc CsD|jD]8}||||Wdq1s40YqdSr)r&rr)r8rrrrrs  z"build_ext._build_extensions_serialc csVz dVWnFtttfyP}z(|js(|d|j|fWYd}~n d}~00dS)Nz"building extension "%s" failed: %s)ZCCompilerErrorZDistutilsErrorZ CompileErrorZoptionalr}r\)r8rerrrrs zbuild_ext._filter_build_errorsc CsP|j}|dust|ttfs*td|jt|}||j}||j}|j slt ||dslt d|jdSt d|j|||}|jpg}|jdd}|jD]}||fq|jj||j||j|j ||jd}|dd|_|jr||j|jpg}|jp|j|} |jj|||||j|j ||!||j |j| d dS)Nzjin 'ext_modules' option (extension '%s'), 'sources' must be present and must be a list of source filenamesZnewerz$skipping '%s' extension (up-to-date)zbuilding '%s' extension)Z output_dirrwr+rextra_postargsdepends)r.r/rrexport_symbolsrr)Z target_lang)"rsrPrxr{ryr\sortedrrr rr rinfo swig_sourcesrurrrXr2compiler)r+Z_built_objectsrtr[rvlanguageZdetect_languageZlink_shared_object get_librariesr/rget_export_symbols) r8rrsext_pathr extra_argsrwr-ZobjectsrrrrrsV        zbuild_ext.build_extensioncCs$g}g}i}|jrtd|js6d|jvs6d|jvrI don't know how to find (much less run) SWIG on platform '%s')rSr\rYrZisfileZDistutilsPlatformError)r8Zversfnrrrrhs    zbuild_ext.find_swigcCs||}|d}||d}|jsRtjj|dd|g}tj|j|Sd|dd}|d}tj | |}tj||S)NrErrbuild_py) get_ext_fullnamerRget_ext_filenamerrSrYrZr'rmabspathZget_package_dir)r8rfullnamemodpathfilenamer*rZ package_dirrrrrs   zbuild_ext.get_ext_fullpathcCs |jdur|S|jd|SdS)NrE)r*)r8rrrrrs zbuild_ext.get_ext_fullnamecCs.ddlm}|d}|d}tjj||S)NrrcrEZ EXT_SUFFIX)distutils.sysconfigrcrRrSrYrZ)r8rrcrZ ext_suffixrrrrs  zbuild_ext.get_ext_filenamecCsvd|jdd}z|dWn.tyPd|dddd}Yn0d |}||jvrp|j||jS) N_rErasciirZpunycode-_ZPyInit)r\rRencodeUnicodeEncodeErrorreplacedecoderrX)r8rrgZ initfunc_namerrrrs "  zbuild_ext.get_export_symbolscCstjdkr^ddlm}t|j|sd}|jr4|d}|tjd?tjd?d@f}|j|gSndd l m }d }|d rt td rd }nr) MSVCCompilerz python%d%dZ_drFrFgetandroidapilevelTrAZ_PYTHON_HOST_PLATFORMZANDROID_API_LEVELZMACHDEPZ LDVERSIONrD)rUr`Zdistutils._msvccompilerrrPr2r hexversionr.rrchasattrrSenviron)r8rrtemplateZ pythonlibrcZlink_libpythonZ ldversionrrrrs4         zbuild_ext.get_libraries) __name__ __module__ __qualname__ descriptionrSrTZsep_byr Z user_optionsZboolean_optionsr Z help_optionsr9rhrqrrrrnrr contextlibcontextmanagerrrrrrrrrrrrrrr!sn +@N  L6  r)rrSrerUZdistutils.corerZdistutils.errorsrrrrZdistutils.dep_utilrZdistutils.extensionrZdistutils.utilr rNr Zsiter rr~r rrrrrs"