a
    BCCf                     @   s.  d dl mZ dgZdZG dd deZdd Zedd	d
ddddddddddddd	d
dddddd	d
dddddddddddddddddded dddded dddd d!d"d#d$d%ded dddd d!d"d#d$d%d&d'd(d)d*d+d,d-d.d/Z	d0d1 Z
ejjfd2dZd3S )4    )EnumshowTc                   @   s   e Zd ZdZdZdS )DisplayModesstdoutdictsN)__name__
__module____qualname__r   r    r
   r
   L/var/www/html/django/DPS/env/lib/python3.9/site-packages/scipy/__config__.pyr   	   s   r   c                 C   s$   t | trdd |  D S | S dS )z
    Removes empty values in a `dict` recursively
    This ensures we remove values that Meson could not provide to CONFIG
    c                 S   s.   i | ]&\}}|d krt |d kr|t |qS ) )_cleanup).0kvr
   r
   r   
<dictcomp>       z_cleanup.<locals>.<dictcomp>N)
isinstancedictitems)dr
   r
   r   r      s    
r   Zgcczld.bfdz10.2.1ccr   )nameZlinkerversioncommandsargszlinker argscythonz3.0.10c++Zgfortranz0.15.0zL../../tmp/pip-build-env-ao82zwrs/overlay/lib/python3.9/site-packages/pythran)r   include directory)cr   r   fortranZpythranx86_64littlelinux)cpufamilyZendiansystemFalsefalse)hostbuildzcross-compiledZopenblasTruez
0.3.26.dev	pkgconfigz/usr/local/includez/usr/local/libzzUSE_64BITINT=0 DYNAMIC_ARCH=1 DYNAMIC_OLDER= NO_CBLAS= NO_LAPACK= NO_LAPACKE= NO_AFFINITY=1 USE_OPENMP= ZEN MAX_THREADS=64z/usr/local/lib/pkgconfig)r   foundr   detection methodr   zlib directoryzopenblas configurationzpc file directorypybind11z2.12.0zconfig-toolunknown)r   r   r.   r   )ZblasZlapackr/   z /opt/python/cp39-cp39/bin/pythonz3.9)pathr   )Z	CompilerszMachine InformationzBuild DependencieszPython Informationc                  C   s   dd l } | S )Nr   yamlr2   r
   r
   r   _check_pyyamlt   s    r4   c                 C   s   | t jjkrjzt }t|t W q tyf   ddl}ddl	}|j
ddd t|jtdd Y q0 n.| t jjkrztS tdd	d
d t D  dS )a)  
    Show libraries and system information on which SciPy was built
    and is being used

    Parameters
    ----------
    mode : {`'stdout'`, `'dicts'`}, optional.
        Indicates how to display the config information.
        `'stdout'` prints to console, `'dicts'` returns a dictionary
        of the configuration.

    Returns
    -------
    out : {`dict`, `None`}
        If mode is `'dicts'`, a dict is returned, else None

    Notes
    -----
    1. The `'stdout'` mode will give more readable
       output if ``pyyaml`` is installed

    r   Nz"Install `pyyaml` for better output   )
stacklevel   )indentzInvalid `mode`, use one of: z, c                 S   s   g | ]
}|j qS r
   )value)r   er
   r
   r   
<listcomp>   r   zshow.<locals>.<listcomp>)r   r   r9   r4   printdumpCONFIGModuleNotFoundErrorwarningsjsonwarndumpsr   AttributeErrorjoin)moder3   r@   rA   r
   r
   r   r   z   s    N)enumr   __all__Z_built_with_mesonr   r   boollowerreplacer>   r4   r   r9   r   r
   r
   r
   r   <module>   s   				([