Edit File: cygwinccompiler.cpython-38.opt-1.pyc
U ����@��d^@����������������������@���s����d�Z�ddlZddlZddlZddlmZmZmZ�ddlZddl m Z mZ�ddlm Z �ddlmZ�ddlmZmZmZmZ�ddlmZ�dd lmZ�dd lmZ�dd��ZG�d d��de �ZG�dd��de�ZdZdZdZ dd��Z!e�"d�Z#dd��Z$dd��Z%dd��Z&dS�)a��distutils.cygwinccompiler Provides the CygwinCCompiler class, a subclass of UnixCCompiler that handles the Cygwin port of the GNU C compiler to Windows. It also contains the Mingw32CCompiler class which handles the mingw32 port of GCC (same as cygwin in no-cygwin mode). �����N)�Popen�PIPE�check_output)�gen_preprocess_options�gen_lib_options)� UnixCCompiler)� write_file)�DistutilsExecError�CCompilerError�CompileError�UnknownFileError)�log)�LooseVersion)�find_executablec������������������C���s����t�j�d�}�|�dkr|t�j|�d�|�d���}|dkr8dgS�|dkrFdgS�|d krTd gS�|dkrbdgS�|d krpdgS�td|���dS�)zaInclude the appropriate MSVC runtime library if Python was built with MSVC 7.0 or later. zMSC v.�������� ���Z1300Zmsvcr70Z1310Zmsvcr71Z1400Zmsvcr80Z1500Zmsvcr90Z1600Zmsvcr100zUnknown MS Compiler version %s N)�sys�version�find� ValueError)Zmsc_posZmsc_ver��r����>/opt/alt/python38/lib64/python3.8/distutils/cygwinccompiler.py� get_msvcr?���s����r���c���������������� ���@���sR���e�Zd�ZdZdZdZdZdZdZdZ dZ dd d�Zdd ��Zddd�Z ddd�ZdS�)�CygwinCCompilerz? Handles the Cygwin port of the GNU C compiler to Windows. �cygwinz.o�.az.dllzlib%s%sz%s%sz.exer���c�����������������C���s����t��|�|||��t��\}}|��d||f���|tk rB|��d|���t��\|�_|�_|�_ |��|�j d|�j|�j|�j f����|�jdkr�d|�_nd|�_|�jdkr�d}nd }|�jd ddd d|�j|f�d��|�jdkr�dg|�_ |��d��nt��|�_ d�S�)Nz%Python's GCC status: %s (details: %s)z�Python's pyconfig.h doesn't seem to support your compiler. Reason: %s. Compiling may fail because of undefined preprocessor macros.z: gcc %s, ld %s, dllwrap %s z2.10.90�gcc�dllwrap�2.13�-shared� -mdll -staticzgcc -mcygwin -O -Wallzgcc -mcygwin -mdll -O -Wallzg++ -mcygwin -O -Wallzgcc -mcygwinz%s -mcygwin %s�Zcompiler�compiler_soZcompiler_cxxZ linker_exeZ linker_so�2.91.57Zmsvcrtz,Consider upgrading to a newer version of gcc)r����__init__�check_config_hZdebug_print�CONFIG_H_OK�warn�get_versions�gcc_version� ld_versionZdllwrap_version� compiler_type� linker_dll�set_executables� dll_librariesr���)�self�verbose�dry_run�forceZstatusZdetails� shared_optionr���r���r���r%���d���sN���� ���� �� �� �zCygwinCCompiler.__init__c�������������� ���C���s����|dks|dkrVz|���dd|d|g��W�q��tk rR�}�zt|��W�5�d}~X�Y�q�X�nNz"|���|�j|�|d|g�|���W�n*�tk r��}�zt|��W�5�d}~X�Y�nX�dS�)z:Compiles the source by spawning GCC and windres if needed.�.rc�.resZwindresz-iz-oN)Zspawnr ���r���r#���)r0����obj�src�extZcc_args�extra_postargsZpp_opts�msgr���r���r����_compile����s����� zCygwinCCompiler._compileNc�����������������C���sP��t���| p g��} t���|pg��}t���|p&g��}|�|�j��|dk �r||�jksV|�jdk�rtj�|d��}tj�tj� |��\}}tj� ||d��}tj� |d|�d��}dtj� |��dg}|D�]}|�|��q�|��t ||fd |���|�jd k�r| �d|g��| �d|g��n |�|��| �s(| �d ��t�|�|||||||d| | ||| ��dS�)zLink the objects.Nr���r���z.def�libr���z LIBRARY %sZEXPORTSz writing %sr���z--output-libz--defz-s)�copy�extendr/���Z EXECUTABLEr-����os�path�dirname�splitext�basename�join�appendZexecuter���r����link)r0���Ztarget_descZobjectsZoutput_filename� output_dirZ librariesZlibrary_dirsZruntime_library_dirsZexport_symbols�debugZ extra_preargsr:���Z build_tempZtarget_langZtemp_dirZdll_nameZ dll_extensionZdef_fileZlib_file�contentsZsymr���r���r���rG�������sR���� �� ��� ������zCygwinCCompiler.link��c�����������������C���s����|dkrd}g�}|D�]�}t�j�t�j�|��\}}||�jddg�krRtd||f���|rbt�j�|�}|dkr�|�t�j�|||�|�j ����q|�t�j�|||�j ����q|S�)z#Adds supports for rc and res files.NrK���r5���r6���z"unknown file type '%s' (from '%s'))r6���r5���) r@���rA���rC����normcaseZsrc_extensionsr���rD���rF���rE���� obj_extension)r0���Zsource_filenamesZ strip_dirrH���Z obj_namesZsrc_name�baser9���r���r���r����object_filenames����s&�������z CygwinCCompiler.object_filenames)r���r���r���) NNNNNr���NNNN)r���rK���)�__name__� __module__�__qualname__�__doc__r,���rM���Zstatic_lib_extensionZshared_lib_extensionZstatic_lib_formatZshared_lib_formatZ exe_extensionr%���r<���rG���rO���r���r���r���r���r���Y���s,��� ;����������������� Nr���c�������������������@���s���e�Zd�ZdZdZddd�ZdS�)�Mingw32CCompilerz@ Handles the Mingw32 port of the GNU C compiler to Windows. Zmingw32r���c�������������� ���C���sx���t��|�|||��|�jdkr d}nd}|�jdkr4d}nd}t��rFtd��|�jdd d dd|�j||f�d ��g�|�_t ��|�_d�S�)Nr���r ���r!���r$���z--entry _DllMain@12rK���z1Cygwin gcc cannot be used with --compiler=mingw32zgcc -O -Wallzgcc -mdll -O -Wallzg++ -O -Wallr���z%s %s %sr"���) r���r%���r+���r*����is_cygwingccr ���r.���r-���r/���r���)r0���r1���r2���r3���r4���Zentry_pointr���r���r���r%�����s.���� ����zMingw32CCompiler.__init__N)r���r���r���)rP���rQ���rR���rS���r,���r%���r���r���r���r���rT�����s���rT����okznot okZ uncertainc��������������� ���C���s����ddl�m}��dtjkrtdfS�|����}zLt|�}z4d|���krPtd|�fW��W�S�t d|�fW��W�S�W�5�|����X�W�n8�t k r��}�ztd||jf�f�W�Y��S�d }~X�Y�nX�d S�) aw��Check if the current Python installation appears amenable to building extensions with GCC. Returns a tuple (status, details), where 'status' is one of the following constants: - CONFIG_H_OK: all is well, go ahead and compile - CONFIG_H_NOTOK: doesn't look good - CONFIG_H_UNCERTAIN: not sure -- unable to read pyconfig.h 'details' is a human-readable string explaining the situation. Note there are two ways to conclude "OK": either 'sys.version' contains the string "GCC" (implying that this Python was built with GCC), or the installed "pyconfig.h" contains the string "__GNUC__". r���)� sysconfigZGCCzsys.version mentions 'GCC'Z__GNUC__z'%s' mentions '__GNUC__'z '%s' does not mention '__GNUC__'zcouldn't read '%s': %sN) � distutilsrW���r���r���r'���Zget_config_h_filename�open�close�read�CONFIG_H_NOTOK�OSError�CONFIG_H_UNCERTAIN�strerror)rW����fnZconfig_h�excr���r���r���r&���H��s���� �r&���s���(\d+\.\d+(\.\d+)*)c�����������������C���sl���|�����d�}t|�dkrdS�t|�dtd�j}z|���}W�5�|����X�t�|�}|dkrZdS�t |� d�����S�)z�Find the version of an executable by running `cmd` in the shell. If the command is not found, or the output does not match `RE_VERSION`, returns None. r���NT)�shell�stdout����)�splitr���r���r���rc���rZ���r[���� RE_VERSION�searchr����group�decode)�cmd� executable�out� out_string�resultr���r���r����_find_exe_versionu��s���� ro���c������������������C���s���dddg}�t�dd��|�D���S�)zg Try to find out the versions of gcc, ld and dllwrap. If not possible it returns None for it. zgcc -dumpversionzld -vzdllwrap --versionc�����������������S���s���g�|�]}t�|��qS�r���)ro���)�.0rj���r���r���r���� <listcomp>���s�����z get_versions.<locals>.<listcomp>)�tuple)Zcommandsr���r���r���r)������s���� r)���c������������������C���s���t�ddg�}�|�����d�S�)z>Try to determine if the gcc that would be used is from cygwin.r���z-dumpmachines���cygwin)r����strip�endswith)rm���r���r���r���rU������s����rU���)'rS���r@���r���r>���� subprocessr���r���r����reZdistutils.ccompilerr���r���Zdistutils.unixccompilerr���Zdistutils.file_utilr���Zdistutils.errorsr ���r ���r���r���rX���r ���Zdistutils.versionr���Zdistutils.spawnr���r���r���rT���r'���r\���r^���r&����compilerf���ro���r)���rU���r���r���r���r����<module>���s0���/�;1+