o
    "gB                     @   s    d dl mZ G dd deZdS )    )UnixCCompilerc                   @   s&   e Zd ZdZdZdZdZd	ddZdS )
FujitsuCCompilerz
    Fujitsu compiler.
    fujitsufccFCCr   c                 C   sH   t | ||| | j}| j}| j|d |d |d |d |d d d S )Nz -O3 -Nclang -fPICz* -lfj90i -lfj90f -lfjsrcinfo -lelf -shared)compilercompiler_socompiler_cxx
linker_exe	linker_so)r   __init__cc_execxx_exeset_executables)selfverbosedry_runforcecc_compilercxx_compiler r   b/var/www/html/ecg_monitoring/venv/lib/python3.10/site-packages/numpy/distutils/fujitsuccompiler.pyr      s(   
zFujitsuCCompiler.__init__N)r   r   r   )__name__
__module____qualname____doc__compiler_typer   r   r   r   r   r   r   r      s    r   N)distutils.unixccompilerr   r   r   r   r   r   <module>   s    