
    ^j                        d dl mZ dgZdZ G d de      Z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j                         j                  dd            dd edj                         j                  dd            dddd d!d" edj                         j                  dd             edj                         j                  dd            d#
d edj                         j                  dd            dddd d!d" edj                         j                  dd            d$	d%d&d'd(d)d*d+d,d-d.      Z	d/ Z
ej                  j                  fd0Zy1)2    )EnumshowTc                       e Zd ZdZdZy)DisplayModesstdoutdictsN)__name__
__module____qualname__r   r        I/opt/ringagent/.cad-venv/lib/python3.12/site-packages/scipy/__config__.pyr   r   	   s    FEr   r   c                     t        | t              rB| j                         D ci c]&  \  }}|dk7  st        |      dk7  s|t        |      ( c}}S | S c c}}w )z
    Removes empty values in a `dict` recursively
    This ensures we remove values that Meson could not provide to CONFIG
     )
isinstancedictitems_cleanup)dkvs      r   r   r      sN    
 !T,-GGIXDAqbXa[TVEVHQKXX Ys   AAAgcczld.bfdz14.2.1ccr   )namelinkerversioncommandsargszlinker argscythonz3.2.5c++gfortranz0.18.1zD../../../tmp/build-env-z5xmlso7/lib/python3.12/site-packages/pythran)r   include directory)cr   r    fortranpythranx86_64littlelinux)cpufamilyendiansystemfalse)hostbuildzcross-compiledzscipy-openblastruez
0.3.31.dev	pkgconfigzT/opt/_internal/cpython-3.12.13/lib/python3.12/site-packages/scipy_openblas32/includezP/opt/_internal/cpython-3.12.13/lib/python3.12/site-packages/scipy_openblas32/libzCOpenBLAS 0.3.31.dev DYNAMIC_ARCH NO_AFFINITY Haswell MAX_THREADS=64z/project/.openblas)
r   foundr   detection methodr"   lib directoryopenblas configurationpc file directory	has ilp64zcython blas ilp64)	r   r2   r   r3   r"   r4   r5   r6   r7   pybind11z3.0.4zconfig-toolunknown)r   r   r3   r"   )blaslapackr8   z"/tmp/build-env-z5xmlso7/bin/pythonz3.12)pathr   )	CompilerszMachine InformationzBuild DependencieszPython Informationc                      dd l } | S )Nr   yamlr?   s    r   _check_pyyamlrA   w   s
    Kr   c           	         | t         j                  j                  k(  r*	 t               }t	        |j                  t                     y| t         j                  j                  k(  rt        S t        dd	j                  t         D cg c]  }|j                   c}             # t        $ r> ddl}ddl	}|j                  dd       t	        |j                  t        d             Y yw xY wc c}w )
aW  
    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

    Examples
    --------
    >>> import scipy
    >>> scipy.show_config()
    ... # formatted output is printed to the console

    >>> config_dict = scipy.show_config(mode='dicts')
    >>> list(config_dict.keys())
    ['Compilers', 'Machine Information', 'Build Dependencies', 'Python Information']

    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, )r   r   valuerA   printdumpCONFIGModuleNotFoundErrorwarningsjsonwarndumpsr   AttributeErrorjoin)moder@   rL   rM   es        r   r   r   }   s    B |""(((		0 ?D$))F#$ 
##))	)*499|5T!agg5T+U*VW
 	
 # 	0MM>1MM$**VA*./	0 6Us   (B$ C.$AC+*C+N)enumr   __all___built_with_mesonr   r   boollowerreplacerJ   rA   r   rG   r   r   r   r   <module>rZ      s    ( 4 
 
 ##!" "##%" ##"" ##'" %%lC%
P !##"	 !##"	 #7==?#:#:7B#GH 
" )flln44WbAB'$/%|!t*p%:!(.."2":":7B"GH%)(..*:*B*B7B*O%P )flln44WbAB'$/%|!t*p%:!(.."2":":7B"GH
 #"$1%/	1
@ :
kY[
| !!'' 1
r   