B
    us^                 @   s4   d dl mZmZmZ d dlmZ G dd deZdS )    )divisionabsolute_importprint_function)UnixCCompilerc               @   s&   e Zd ZdZdZdZdZdddZdS )	PathScaleCCompilerzA
    PathScale compiler compatible with an gcc built Python.
    pathccZpathCCr   c             C   s8   t | ||| | j}| j}| j|||||d d d S )Nz -shared)compilercompiler_socompiler_cxx
linker_exe	linker_so)r   __init__cc_execxx_exeset_executables)selfverbosedry_runforceZcc_compilercxx_compiler r   i/home/fristb/BIRCH/lib-linux-x86_64/python/lib64/python3.7/site-packages/numpy/distutils/pathccompiler.pyr      s    zPathScaleCCompiler.__init__N)r   r   r   )__name__
__module____qualname____doc__compiler_typer   r   r   r   r   r   r   r      s
   r   N)
__future__r   r   r   distutils.unixccompilerr   r   r   r   r   r   <module>   s   