o
    ¼Îh¾P  ã                   @   sæ   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m	Z	 d dl
mZ d dlmZ d dlmZmZ d dl
Z
d dlmZ d dlmZ d d	lmZmZmZmZmZmZmZ d
e	d< de	d< G dd„ deƒZG dd„ dƒZdS )é    N)Úconfig)ÚLANG_EXT)Úlog)Ú	copy_file)ÚCompileErrorÚ	LinkError)Úfilepath_from_subprocess_output)Úgenerate_manifest)Úcheck_gcc_function_attributeÚ,check_gcc_function_attribute_with_intrinsicsÚcheck_gcc_variable_attributeÚcheck_gcc_version_at_leastÚcheck_inlineÚcheck_restrictÚcheck_compiler_gccz.fÚf77z.f90Úf90c                   @   sè   e Zd Ze jdg7  _dd„ Zdd„ Zdd„ Zdd	„ Zd
d„ Z	d.dd„Z
	d/dd„Z	d/dd„Z		d0dd„Zd1dd„Z			d2dd„Z			d2dd„Zdd„ Zdd „ Zd!d"„ Zd#d$„ Zd%d&„ Zd'd(„ Zd3d*d+„Z			d4d,d-„ZdS )5r   )z
fcompiler=Nz!specify the Fortran compiler typec                 C   s   d | _ t | ¡ d S ©N)Ú	fcompilerÚ
old_configÚinitialize_options©Úself© r   úd/home/www/facesmatcher.com/frenv_anti/lib/python3.10/site-packages/numpy/distutils/command/config.pyr   $   s   zconfig.initialize_optionsc              
   C   s@  t  | ¡ ddlm}m} tjdkrj| jjdv rj| jj	sJz| j 
¡  W n& tyI } zt d¡|| jjjf }tt d¡ƒ tj |¡|‚d }~ww ddlm} | ¡ dkrj| jj| jjfD ]}d	|vri| d	¡ q^t| j|ƒsš|| j| jd
| jd| _| jd urœ| j | j¡ | j ¡ rž| j | ¡ | j  ¡  d S d S d S d S )Nr   )Ú	FCompilerÚnew_fcompilerÚwin32)ÚmsvcZintelwZintelemwa>                          Could not initialize compiler instance: do you have Visual Studio
                        installed?  If you are trying to build with MinGW, please use "python setup.py
                        build -c mingw32" instead.  If you have Visual Studio installed, check it is
                        correctly installed, and the right version (VS 2015 as of this writing).

                        Original exception was: %s, and the Compiler class was %s
                        ============================================================================zd                        ============================================================================)Úmsvc9compileré
   z	/MANIFESTé   )ÚcompilerÚdry_runÚforceZ
c_compiler)!r   Ú_check_compilerZnumpy.distutils.fcompilerr   r   ÚsysÚplatformr"   Úcompiler_typeZinitializedZ
initializeÚOSErrorÚtextwrapÚdedentÚ	__class__Ú__name__ÚprintÚ	distutilsÚerrorsZDistutilsPlatformErrorr   Zget_build_versionZldflags_sharedZldflags_shared_debugÚappendÚ
isinstancer   r#   Z	customizeÚdistributionÚget_versionZcustomize_cmdZshow_customization)r   r   r   ÚeÚmsgr   Zldflagsr   r   r   r%   (   sJ   
ÿø	€ôÿ
€þ

øzconfig._check_compilerc           	   
   C   sŒ   ddl m} ddlm} | j}|dv r| j| _| jd u r#|d|f ƒ‚z	|| f| Ž }W n ||fy@ } z|| _||‚d }~ww || _|S )Nr   )r   )ÚDistutilsExecError©r   r   z%s compiler is not set)Údistutils.ccompilerr   Zdistutils.errorsr7   r"   r   )	r   ZmthÚlangÚargsr   r7   Zsave_compilerÚretr5   r   r   r   Ú_wrap_methodX   s    
€þzconfig._wrap_methodc                 C   s4   |   tj|||||f¡\}}| j |d ¡ ||fS )Nz.d)r=   r   Ú_compileÚ
temp_filesr1   )r   ÚbodyÚheadersÚinclude_dirsr:   ÚsrcÚobjr   r   r   r>   h   s
   

ÿzconfig._compilec              
   C   s¸  | j jdkrÄ|p	g d d … }|pg d d … }|dv r_d}| jr_| jjp$g D ]'}| d¡rGz
t dd|g¡}W n ttjfyB   Y nw t	|ƒ}| 
|¡ q%| jjpRg D ]}||vr^| 
|¡ qS|D ]a}| d¡riqad}	|png D ]}
tj |
d| ¡}tj |¡r„d	}	 q…qo|	rˆqad}	|D ])}
tj |
d
| ¡}tj |¡rµtj |
d| ¡}t||ƒ | j 
|¡ d	}	 q¶qŒ|	r¹qat d||f ¡ qan
| j jdkrÎt| ƒ |  tj|||||||f¡S )Nr   r8   Úcz/usr/libZcygpathz-wFz%s.libTzlib%s.az+could not find library %r in directories %sZmingw32)r"   r(   r   Úlibrary_dirsÚ
startswithÚ
subprocessÚcheck_outputr)   ÚCalledProcessErrorr   r1   Ú	librariesÚosÚpathÚjoinÚisfiler   r?   r   Úwarnr	   r=   r   Ú_link)r   r@   rA   rB   rK   rF   r:   ÚdZlibnameZ
fileexistsÚlibdirZlibfileZlibfile2r   r   r   rQ   p   sj   

ÿÿ
€þ
ùÿê
ÿÿzconfig._linkNrE   c                 C   s   |   ¡  |  d|g|¡S )Nz2/* we need a dummy line to make distutils happy */)r%   Útry_compile)r   ÚheaderrB   rF   r:   r   r   r   Úcheck_header¦   s
   þzconfig.check_headerc                 C   s(   |   ¡  t d¡||f }|  |||¡S )Nz¨
            int main(void)
            {
            #ifndef %s
                (void) %s;
            #endif
                ;
                return 0;
            }©r%   r*   r+   rT   ©r   ÚsymbolrA   rB   r@   r   r   r   Ú
check_decl¬   s
   ø
zconfig.check_declc                 C   s&   |   ¡  t d¡|f }|  |||¡S )NzÇ
            int main(void)
            {
            #if %s
            #else
            #error false or undefined macro
            #endif
                ;
                return 0;
            }rW   rX   r   r   r   Úcheck_macro_true»   s
   	÷zconfig.check_macro_truec                 C   s‚   |   ¡  t d¡d|i }d}z,z|  |d|i ||d¡ d}W n tjjy-   d}Y nw W |  ¡  |S W |  ¡  |S |  ¡  w )zYCheck type availability. Return True if the type can be compiled,
        False otherwisez³
            int main(void) {
              if ((%(name)s *) 0)
                return 0;
              if (sizeof (%(name)s))
                return 0;
            }
            ÚnameFÚtyperE   T)r%   r*   r+   r>   r/   r0   r   Ú_clean)r   Ú	type_namerA   rB   rF   r@   Ústr   r   r   Ú
check_typeË   s*   ù	ÿÿÿü
þzconfig.check_typec              	   C   sZ  |   ¡  t d¡}|  |d|i ||d¡ |  ¡  |rDt d¡}|D ]!}z|  |||dœ ||d¡ |  ¡  |W   S  tyC   Y q"w t d¡}d}d}		 z|  |||	dœ ||d¡ |  ¡  W qv tyt   |	d	 }d
|	 d	 }	Y nw qN|	}
||
kr«|
| d
 | }	z|  |||	dœ ||d¡ |  ¡  |	}
W n ty¦   |	d	 }Y nw ||
ks||S )zCheck size of a given type.a,  
            typedef %(type)s npy_check_sizeof_type;
            int main (void)
            {
                static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) >= 0)];
                test_array [0] = 0

                ;
                return 0;
            }
            r]   rE   aW  
                typedef %(type)s npy_check_sizeof_type;
                int main (void)
                {
                    static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) == %(size)s)];
                    test_array [0] = 0

                    ;
                    return 0;
                }
                )r]   Úsizea3  
            typedef %(type)s npy_check_sizeof_type;
            int main (void)
            {
                static int test_array [1 - 2 * !(((long) (sizeof (npy_check_sizeof_type))) <= %(size)s)];
                test_array [0] = 0

                ;
                return 0;
            }
            r   Tr!   é   )r%   r*   r+   r>   r^   r   )r   r_   rA   rB   rF   Úexpectedr@   rb   ÚlowÚmidÚhighr   r   r   Úcheck_type_sizeè   s^   
ÿ
ÿ
ÿ
ÿýúÿÿù	zconfig.check_type_sizeFc	           
      C   sÈ   |   ¡  g }	|rt|ƒtkr|	 |¡ n|	 d| ¡ |	 d¡ |	 d| ¡ |	 d¡ |	 d¡ |rC|d u r9d}|	 d||f ¡ n|	 d| ¡ |	 d	¡ |	 d
¡ d |	¡d }	|  |	||||¡S )Núint %s (void);ú#ifdef _MSC_VERú#pragma function(%s)ú#endifúint main (void) {Ú ú	  %s(%s);ú  %s;ú  return 0;Ú}Ú
)r%   r]   Ústrr1   rN   Útry_link)
r   ÚfuncrA   rB   rK   rF   ÚdeclÚcallÚ	call_argsr@   r   r   r   Ú
check_func;  s*   





ÿzconfig.check_funcc	                 C   s  |   ¡  g }	|r| ¡ D ]\}
}|r|	 d|
 ¡ q|	 d¡ |D ]	}|	 d| ¡ q!|	 d¡ |	 d¡ |rg|D ],}
|
|v r^||
 r^|rM|
|v rM||
 sPd}n||
 }|	 d|
|f ¡ q9|	 d|
 ¡ q9n|D ]	}
|	 d|
 ¡ qi|	 d	¡ |	 d
¡ d |	¡d }	|  |	||||¡S )a0  Check a list of functions at once.

        This is useful to speed up things, since all the functions in the funcs
        list will be put in one compilation unit.

        Arguments
        ---------
        funcs : seq
            list of functions to test
        include_dirs : seq
            list of header paths
        libraries : seq
            list of libraries to link the code snippet to
        library_dirs : seq
            list of library paths
        decl : dict
            for every (key, value), the declaration in the value will be
            used for function in key. If a function is not in the
            dictionary, no declaration will be used.
        call : dict
            for every item (f, value), if the value is True, a call will be
            done to the function f.
        ri   rj   rk   rl   rm   rn   ro   rp   rq   rr   rs   )r%   Úitemsr1   rN   ru   )r   ÚfuncsrA   rB   rK   rF   rw   rx   ry   r@   ÚfÚvrv   r;   r   r   r   Úcheck_funcs_once]  s:   €


ø



ÿzconfig.check_funcs_oncec                 C   ó   t | ƒS )zUReturn the inline keyword recognized by the compiler, empty string
        otherwise.)r   r   r   r   r   r   š  ó   zconfig.check_inlinec                 C   r€   )zWReturn the restrict keyword recognized by the compiler, empty string
        otherwise.)r   r   r   r   r   r   Ÿ  r   zconfig.check_restrictc                 C   r€   )z$Return True if the C compiler is gcc)r   r   r   r   r   r   ¤  s   zconfig.check_compiler_gccc                 C   s   t | ||ƒS r   )r
   )r   Ú	attributer\   r   r   r   r
   ¨  ó   z#config.check_gcc_function_attributec                 C   s   t | ||||ƒS r   )r   )r   r‚   r\   ÚcodeÚincluder   r   r   r   «  s   ÿz3config.check_gcc_function_attribute_with_intrinsicsc                 C   s
   t | |ƒS r   )r   )r   r‚   r   r   r   r   °  s   
z#config.check_gcc_variable_attributer   c                 C   s   t | |||ƒS )zYReturn True if the GCC version is greater than or equal to the
        specified version.)r   )r   ÚmajorÚminorZ
patchlevelr   r   r   r   ³  s   z!config.check_gcc_version_at_leastc              
   C   sl  t jdtdd |  ¡  d\}}	ztƒ }
z|  ||||||¡\}}}|
 ¡  W n ty6   |
j}	|
 ¡  ‚ w t	j
 d|¡}z
tj|gdd}	W n$ tjy` } z|j}d}	W Y d}~nd}~w tyl   d	}d}	Y nw t|	ƒ}	tt	d
ƒr•t	 |¡}t	 |¡r”t	 |¡}t d|f ¡ |tjkr”t‚n|}t d¡ W n ttfy­   t d¡ Y nw |  ¡  ||	fS )z®Try to compile, link to an executable, and run a program
        built from 'body' and 'headers'. Returns the exit status code
        of the program and its output.
        zû
+++++++++++++++++++++++++++++++++++++++++++++++++
Usage of get_output is deprecated: please do not 
use it anymore, and avoid configuration checks 
involving running executable on the target machine.
+++++++++++++++++++++++++++++++++++++++++++++++++
rc   )Ú
stacklevel)éÿ   rn   Ú.)Úcwdrn   Né   ÚWEXITSTATUSz subprocess exited with signal %dzsuccess!zfailure.)ÚwarningsrP   ÚDeprecationWarningr%   Ú
GrabStdoutrQ   ÚrestoreÚ	ExceptionÚdatarL   rM   rN   rH   rI   rJ   Ú
returncoder)   r   Úhasattrr   ÚWIFSIGNALEDÚWTERMSIGr   ÚerrorÚsignalÚSIGINTÚKeyboardInterruptÚinfor   r   r^   )r   r@   rA   rB   rK   rF   r:   Zuse_teeÚexitcodeÚoutputZgrabberrC   rD   ÚexeÚexcZ
exitstatusÚsigr   r   r   Ú
get_output¸  sX   û

ÿý€ü




€ÿzconfig.get_output)NNrE   )NN)NNN)NNNN)NNNNFFN)r   r   )NNNNrE   N)r-   Ú
__module__Ú__qualname__r   Zuser_optionsr   r%   r=   r>   rQ   rV   rZ   r[   ra   rh   rz   r   r   r   r   r
   r   r   r   r¢   r   r   r   r   r      sJ    ÿ0
6
ÿ
ÿ
ÿ
T
ý#
ý=
þr   c                   @   s,   e Zd Zdd„ Zdd„ Zdd„ Zdd„ Zd	S )
r   c                 C   s   t j| _d| _| t _d S )Nrn   )r&   ÚstdoutÚ
sys_stdoutr“   r   r   r   r   Ú__init__÷  s   
zGrabStdout.__init__c                 C   s   | j  |¡ |  j|7  _d S r   )r¦   Úwriter“   )r   r“   r   r   r   r¨   ü  s   zGrabStdout.writec                 C   s   | j  ¡  d S r   )r¦   Úflushr   r   r   r   r©      s   zGrabStdout.flushc                 C   s   | j t_d S r   )r¦   r&   r¥   r   r   r   r   r‘     rƒ   zGrabStdout.restoreN)r-   r£   r¤   r§   r¨   r©   r‘   r   r   r   r   r   õ  s
    r   )rL   r™   rH   r&   r*   rŽ   Zdistutils.command.configr   r   r   r/   r   Zdistutils.file_utilr   r9   r   r   Znumpy.distutils.exec_commandr   Z numpy.distutils.mingw32ccompilerr	   Z numpy.distutils.command.autodistr
   r   r   r   r   r   r   r   r   r   r   r   Ú<module>   s,   $   Y