Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/numpy/distutils/__pycache__/ |
Upload File : |
o 6��a � @ s� d Z ddlZddlZddlZddlmZmZmZ ddlm Z ddl mZ ddlm Z ddlmZ dd � Zee d e� ddd�Zee d e� dS )z> unixccompiler - can handle very long argument lists for ar. � N)�CompileError�DistutilsExecError�LibError)� UnixCCompiler)�replace_method)�_commandline_dep_string)�logc C s� | j }|d dkr#d|v r|�d� d|v r|�d� |dg7 }|| _ dtjv rkddlm} d�tjd �� �} d�|d�d �� �} d�| j �}| |vrX|�| | �}|�� | _ d�| j �}| |vrk|�� | �� | _ d tj �| j d �|f } t| d d�r�dd |d g}ng }z| j | j | |d|g | | | d� W n ty� } z t|�}t|�d�d}~ww |r�tjdkr�t�ddd|d g� t|d d��}|�t|||�� W d � dS 1 s�w Y dS dS )z9Compile a single source files with a Unix-style compiler.r �aCCz-Aez-Aaz-AA�OPT)�get_config_vars� z%s: %s� _auto_dependsFz-MMDz-MFz.dz-o��displayN�zos�chtagz-tc�IBM1047�a)�compiler_so�remove�os�environ� sysconfigr �join�split�replace� linker_so�path�basename�getattr�spawnr �strr �sys�platform� subprocess�check_output�open�writer )�self�obj�src�ext�cc_args�extra_postargs�pp_opts�ccompr �opt�gcv_opt�ccomp_s�llink_sr �deps�e�msg�f� r8 �?/usr/lib/python3/dist-packages/numpy/distutils/unixccompiler.py�UnixCCompiler__compile sR � � �� "��r: �_compilec C sB | � ||�\}}| j||d�}| �||�r�zt�|� W n ttfy' Y nw | �tj� |�� || j }|rc|dd� }|dd� }dtj�| jd �t |�|f }| j| j|g | |d� |s8| jr�dtj�| jd �|f }z| j| j|g |d� W dS ty� } z t| �} t| �d�d} ~ ww dS t�d|� dS ) a� Build a static library in a separate sub-process. Parameters ---------- objects : list or tuple of str List of paths to object files used to build the static library. output_libname : str The library name as an absolute or relative (if `output_dir` is used) path. output_dir : str, optional The path to the output directory. Default is None, in which case the ``output_dir`` attribute of the UnixCCompiler instance. debug : bool, optional This parameter is not used. target_lang : str, optional This parameter is not used. Returns ------- None )� output_dirN�2 z %s: adding %d object files to %sr r z%s:@ %szskipping %s (up-to-date))�_fix_object_args�library_filename� _need_linkr �unlink�IOError�OSError�mkpathr �dirname�objectsr �archiver�lenr �ranlibr r! r r �debug)r( rF �output_libnamer<