o
    ZZh                     @   sZ  d dl mZ d dlmZmZ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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&ed'd( eD d)d( eD d*d+Zd,d- Zejjfd.d/Zejjfd0dZeje_d1e_d2S )3    )Enum)__cpu_features____cpu_baseline____cpu_dispatch__show_configTc                   @   s   e Zd ZdZdZdS )DisplayModesstdoutdictsN)__name__
__module____qualname__r   r	    r   r   ?/var/www/auris/lib/python3.10/site-packages/numpy/__config__.pyr      s    r   c                 C   s    t | trdd |  D S | 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 | ]\}}|rt |r|t |qS r   )_cleanup).0kvr   r   r   
<dictcomp>   s   & z_cleanup.<locals>.<dictcomp>)
isinstancedictitems)dr   r   r   r      s   
r   Zgcczld.bfdz10.2.1cc )nameZlinkerversioncommandsargszlinker argscythonz3.1.0c++)cr   r   x86_64littlelinux)cpufamilyZendiansystemFalsefalse)hostbuildzcross-compiledzscipy-openblasTruez0.3.29	pkgconfigzT/opt/_internal/cpython-3.10.15/lib/python3.10/site-packages/scipy_openblas64/includezP/opt/_internal/cpython-3.10.15/lib/python3.10/site-packages/scipy_openblas64/libzLOpenBLAS 0.3.29  USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell MAX_THREADS=64z/project/.openblas)r   foundr   zdetection methodzinclude directoryzlib directoryzopenblas configurationzpc file directory)ZblasZlapackz"/tmp/build-env-a8ncef9o/bin/pythonz3.10)pathr   c                 C   s   g | ]}t | r|qS r   r   r   featurer   r   r   
<listcomp>e   
    r2   c                 C   s   g | ]}t | s|qS r   r/   r0   r   r   r   r2   h   r3   )Zbaseliner-   z	not found)Z	CompilerszMachine InformationzBuild DependencieszPython InformationzSIMD Extensionsc                  C   s   dd l } | S )Nr   yamlr4   r   r   r   _check_pyyamlp   s   r6   c                 C   s   | t jjkr6zt }t|t W dS  ty5   ddl}ddl	}|j
ddd t|jtdd Y dS w | t jjkr>tS tdd	d
d t D  )a  
    Show libraries and system information on which NumPy 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

    See Also
    --------
    get_include : Returns the directory containing NumPy C
                  header files.

    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   r2      s    zshow.<locals>.<listcomp>)r   r   r;   r6   printdumpCONFIGModuleNotFoundErrorwarningsjsonwarndumpsr	   AttributeErrorjoin)moder5   rA   rB   r   r   r   showv   s   rH   c                 C   s   t | S )N)rH   )rG   r   r   r   r      s   numpyN)enumr   Znumpy._core._multiarray_umathr   r   r   __all__Z_built_with_mesonr   r   boollowerreplacer?   r6   r   r;   rH   r   __doc__r   r   r   r   r   <module>   s   		R/
