o
    Df3V                     @   s  d Z ddlZddlZddlZddlZddlZddlZddlm	Z	 ddl
ZddlmZ ddlmZ ddlmZ ddlmZmZmZmZ dd	 Zed
ZedZG dd dejjZdd Zdd Z dd Z!dd Z"d:ddZ#dd Z$dd Z%dd Z&dd  Z'i Z(ej)d!krz/ddl*Z*d"e(d#< d$e(d%< d&e(d'< e+e*d(dZ,e,dure-d)e,. \Z/Z0e,e(e/e0 < [/[0[,W n e1y   e	2d* Y nw d+d, Z3d;d.d/Z4d0d1 Z5d2d3 Z6d4d5 Z7d6d7 Z8d8d9 Z9dS )<a  
Support code for building Python extensions on Windows.

    # NT stuff
    # 1. Make sure libpython<version>.a exists for gcc.  If not, build it.
    # 2. Force windows to use gcc (we're struggling with MSVC and g77 support)
    # 3. Force windows to use g77

    N)log)UnixCCompiler)get_build_version)UnknownFileError)msvc_runtime_librarymsvc_runtime_versionmsvc_runtime_majorget_build_architecturec                  C   s   t  } | du r	g S | gS )zBReplacement for outdated version of get_msvcr from cygwinccompilerN)r   )msvcr r   Y/home/ubuntu/webapp/venv/lib/python3.10/site-packages/numpy/distutils/mingw32ccompiler.pyget_msvcr_replacement"   s   r   z\[Ordinal/Name Pointer\] Tablez$^\s+\[([\s*[0-9]*)\] ([a-zA-Z0-9_]*)c                   @   sH   e Zd ZdZdZ			dddZ						dddZ			dd
dZdS )Mingw32CCompilerzH A modified MingW32 compiler compatible with an MSVC built Python.

    mingw32r   c                 C   s   t jj| ||| t  t }tdd}|s|r| d t }|r+| dd|  t dkr:| j	ddd	d
d n	| j	ddddd dg| _
d S )NT)debugNPY_MINGW_USE_CUSTOM_MSVCR__MSVCRT_VERSION__z0x%04iAMD64z#gcc -g -DDEBUG -DMS_WIN64 -O0 -Wallz7gcc -g -DDEBUG -DMS_WIN64 -O0 -Wall -Wstrict-prototypeszgcc -gzgcc -g -shared)compilercompiler_so
linker_exe	linker_sozgcc -O2 -Wallz!gcc -O2 -Wall -Wstrict-prototypeszg++ zg++ -sharedzg++)	distutilscygwinccompilerCygwinCCompiler__init__build_import_librarybuild_msvcr_librarydefine_macror   r	   set_executablescompiler_cxx)selfverbosedry_runforcemsvcr_successmsvcr_dbg_successmsvcr_versionr   r   r   r   4   s4   


zMingw32CCompiler.__init__Nc                 C   sZ   t  }|r|s	g }|| | |||||||d |	|
|||f}tj}||d |jj   d S )N)r   appendr   link__code__co_argcount)r!   target_descobjectsoutput_filename
output_dir	librarieslibrary_dirsruntime_library_dirsexport_symbolsr   extra_preargsextra_postargs
build_temptarget_langruntime_libraryargsfuncr   r   r   r)   l   s.   
zMingw32CCompiler.link c           	      C   s   |d u rd}g }|D ]\}t jt j|\}}t j|\}}|r(|dd  }|| jddg vr9td||f |rAt j|}|dksI|dkrY|t j	||| | j
  q
|t j	||| j
  q
|S )Nr;      .rcz.resz"unknown file type '%s' (from '%s'))ospathsplitextnormcase
splitdrivesrc_extensionsr   basenamer(   joinobj_extension)	r!   source_filenames	strip_dirr/   	obj_namessrc_namebaseextdrvr   r   r   object_filenames   s.   z!Mingw32CCompiler.object_filenames)r   r   r   )Nr   NNNN)r   r;   )__name__
__module____qualname____doc__compiler_typer   r)   rN   r   r   r   r   r   -   s"    
@
)r   c            
      C   s  t jg} t jt jkr| t j g d}g }| D ]}|D ]}|tj|| qqdtjv r<|tjtjd d tt j	d d \}}t j
j}|dkrXd| | d}n|dkrfd	| d
| d}nd| }td|  |D ]}tj||}	tj|	r|	  S qstd||f )N)r;   libbin
SYSTEMROOTSystem32   cpythonpython.dllpypylibpypy.z-c.dllzUnknown platform zLooking for %sz%s not found in %s)sysprefixbase_prefixr(   r>   r?   rE   environtupleversion_infoimplementationnameprintexists
ValueError)
stemssub_dirslib_dirsstemfoldermajor_versionminor_versionre   dllnamedllr   r   r   find_python_dll   s2   

rs   c                 C   s   t dd| g}|dS )Nzobjdump.exez-p   
)
subprocesscheck_outputsplit)rr   str   r   r   
dump_table   s   
ry   c           	      C   s(  t | }tt|D ]}t||  r nq
tdg }t|d t|D ]}t||  }|rF|t	|
d |
df q' t|dkrTtd|   t|d1}|dtj|   |d |d	 |d
 |D ]}|d|d   qvW d   dS 1 sw   Y  dS )zGiven a dll file location,  get all its exported symbols and dump them
    into the given def file.

    The .def file will be overwrittenzSymbol table not foundr<   rX   r   zNo symbols found in %swzLIBRARY        %s
z,;CODE          PRELOAD MOVEABLE DISCARDABLE
z;DATA          PRELOAD SINGLE
z	
EXPORTS
z%s
N)ry   rangelen_STARTmatchdecoderi   _TABLEr(   intgroupstripr   warnopenwriter>   r?   rD   )	rr   dfiledumpisymsjmdsr   r   r   generate_def   s.   $


"r   c                    s4   dddt     fdd}dd }|| p|| S )Namd64x86)r   Intelc                    sd   t jt jddd}t j|sd S t |D ]\}}}| |v r/ |v r/t j||   S qd S )NWINDIRz
C:\WINDOWSwinsxs)r>   r?   rE   rb   getrh   walk)dll_namewinsxs_pathrootdirsfilesarchr   r   _find_dll_in_winsxs  s   z%find_dll.<locals>._find_dll_in_winsxsc                 S   sL   t jgtjd d D ]}tj|| }tj|r#tj|  S qd S )NPATH;)	r_   r`   r>   rb   rw   r?   rE   rh   abspath)r   r?   filepathr   r   r   _find_dll_in_path  s   z#find_dll.<locals>._find_dll_in_path)r	   )r   r   r   r   r   r   find_dll   s   r   Fc                 C   s  t jdkrdS t }|d u rtd dS |dk r td dS t }| r)|d7 }d| }t jtj	d|}t j
|rFtd	|f  d
S |d }t|}|sYtd|  dS d| }t jtj	d|}td||f  t|| dd|d|g}	t|	}
t | |
 S )NntFz?Skip building import library: Runtime is not compiled with MSVCP   z=Skip building msvcr library: custom functionality not presentr   zlib%s.alibsz(Skip building msvcr library: "%s" existsTr[   z*Cannot build msvcr library: "%s" not foundz	lib%s.defz&Building msvcr library: "%s" (from %s)dlltool-d-l)r>   rf   r   r   r   r   r?   rE   r_   r`   isfiler   r   infor   ru   callremove)r   	msvcr_ver
msvcr_nameout_nameout_filemsvcr_dll_namedll_filedef_namedef_filecmdretcoder   r   r   r     sH   





r   c                  C   s<   t jdkrd S t } | dkrt S | dkrt S td|  )Nr   r   r   zUnhandled arch %s)r>   rf   r	   _build_import_library_amd64_build_import_library_x86ri   r   r   r   r   r   U  s   
r   c               
   C   s   t tjdd \} }g d}tjg}ttdr%tjtjkr%|tj nttdr6tjtjkr6|tj ddg}g }|D ]}|| |f }|D ]}|D ]}	|tj	
||	| qLqHq>|D ]}
tj	|
rld|
f  S q^d	|d
 fS )zACheck if an import library for the Python runtime already exists.NrX   )zlibpython%d%d.azlibpython%d%d.dll.azlibpython%d.%d.dll.ara   real_prefixr   rT   TFr   )rc   r_   rd   r`   hasattrra   r(   r   r>   r?   rE   r   )ro   rp   patternsrj   rk   
candidatespatfilenamestem_dirrn   fullnamer   r   r   _check_for_import_liba  s*   r   c                  C   s   t  \} }| rtd| d S t }td||f  dttjd d  }tj	
tjd|}t|| dd|d|g}t| d S )	N)Skip building import library: "%s" existsz4Building import library (arch=AMD64): "%s" (from %s)python%d%d.defrX   r   r   r   r   )r   r   r   rs   r   rc   r_   rd   r>   r?   rE   r`   r   ru   
check_call)
out_existsr   r   r   r   r   r   r   r   r     s   

r   c                  C   s  t  \} }| rtd| dS dttjdd  }tjtj	d|}tj
|sZttdr8tjtjd|}nttdrGtjtjd|}nd}tj
|rR|}ntd	| dS td
| ddlm} dttjdd  }tjtj	d|}|j|j|g dd}||\}	}
t|d}||	|
|j| W d   n1 sw   Y  t }dd|d|d|g}t|}|rtd dS )z; Build the import libraries for Mingw32-gcc on Windows
    r   Nzpython%d%d.librX   r   ra   r   r;   z+Cannot build import library: "%s" not foundz(Building import library (ARCH=x86): "%s"r   )lib2defr   F)shellrz   r   z	--dllnamez--defz--output-libz:Failed to build import library for gcc. Linking will fail.)r   r   r   rc   r_   rd   r>   r?   rE   r`   r   r   ra   r   r   r   numpy.distutilsr   getnm
DEFAULT_NMparse_nmr   
output_def
DEF_HEADERrs   ru   rv   )r   r   lib_namelib_filebase_libr   r   r   	nm_outputdlistflistfidr   r   statusr   r   r   r     sJ   




r   win32z8.0.50727.4280z9.0.21022.890z10.0.30319.460100CRT_ASSEMBLY_VERSIONz(\d+)\.(\d)z9Cannot import msvcrt: using manifest will not be possiblec                 C   sT   zt t| d |  }W n ty   td| |f dw td}||| |d S )zUGiven a major and minor version of the MSVCR, returns the
    corresponding XML file.
   z)Version %d,%d of MSVCRT not supported yetNa          <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
          <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
            <security>
              <requestedPrivileges>
                <requestedExecutionLevel level="asInvoker" uiAccess="false"></requestedExecutionLevel>
              </requestedPrivileges>
            </security>
          </trustInfo>
          <dependency>
            <dependentAssembly>
              <assemblyIdentity type="win32" name="Microsoft.VC%(maj)d%(min)d.CRT" version="%(fullver)s" processorArchitecture="*" publicKeyToken="1fc8b3b9a1e18e3b"></assemblyIdentity>
            </dependentAssembly>
          </dependency>
        </assembly>)fullvermajmin)_MSVCRVER_TO_FULLVERstrKeyErrorri   textwrapdedent)r   r   r   templater   r   r   msvc_manifest_xml  s   
	r   rr   c                 C   s4   |dkrd}n|dkrd}nt d| d|| f S )aW  Return the rc file used to generate the res file which will be embedded
    as manifest for given manifest file name, of given type ('dll' or
    'exe').

    Parameters
    ----------
    name : str
            name of the manifest file to embed
    type : str {'dll', 'exe'}
            type of the binary which will embed the manifest

    rr   rX   exer<   zType %s not supportedz&#include "winuser.h"
%d RT_MANIFEST %s)ri   )rf   typerctyper   r   r   manifest_rc  s   r   c                 C   s2   t  }|r|t| kstdt| |f dS dS )z6msver is the ms runtime version used for the MANIFEST.zKDiscrepancy between linked msvcr (%d) and the one about to be embedded (%d)N)r   r   ri   )msverr   r   r   r   !check_embedded_msvcr_match_linked*  s   
r   c                 C   s&   t j| dg d}t j|d S )Nyocr   )r>   r?   rD   _gen_temp_sourcefiler@   )configrK   r   r   r   configtest_name6  s   r   c                 C   s   t | }| jj}|| d S )Nz	.manifest)r   r   exe_extension)r   r   exextr   r   r   manifest_name:  s   r   c                 C   s   t | }|d S )Nr=   )r   )r   r   r   r   r   rc_name@  s   r   c                 C   s   t  }|d urH|dkrJt| t|d\}}tt|t|}tt| d}| j	t|  |
| W d    d S 1 sAw   Y  d S d S d S )N   r^   rz   )get_build_msvc_versionr   r   rw   r   r   r   r   
temp_filesr(   r   )r   r   ma_strmi_strmanxmlmanr   r   r   generate_manifestE  s   "r   )F)rr   ):rR   r>   r_   ru   rer   numpy.distutils.ccompilernumpyr   r   distutils.cygwinccompilerr   distutils.unixccompilerr   distutils.msvccompilerr   r   distutils.errorsr   numpy.distutils.misc_utilr   r   r   r	   r   compiler}   r   r   r   r   rs   ry   r   r   r   r   r   r   r   r   platformmsvcrtgetattrcrt_verr~   groupsr   r   ImportErrorr   r   r   r   r   r   r   r   r   r   r   r   <module>   sd    	

 
& 
;$B

 