
    tf                        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#d$d edj                         j                  dd            ddd d!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        Z/var/www/html/software/conda/envs/higlass/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10.2.1ccr   )namelinkerversioncommandsargszlinker argscythonz3.0.10c++gfortranz0.15.0zM../../tmp/pip-build-env-_pmdoejz/overlay/lib/python3.12/site-packages/pythran)r   include directory)cr   r    fortranpythranx86_64littlelinux)cpufamilyendiansystemFalsefalse)hostbuildzcross-compiledopenblasTruez0.3.27	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   r5   r"   )blaslapackr6   z"/opt/python/cp312-cp312/bin/pythonz3.12)pathr   )	CompilerszMachine InformationzBuild DependencieszPython Informationc                      dd l } | S )Nr   yamlr=   s    r   _check_pyyamlr?   t   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 )
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, )r   r   valuer?   printdumpCONFIGModuleNotFoundErrorwarningsjsonwarndumpsr   AttributeErrorjoin)moder>   rJ   rK   es        r   r   r   z   s    . |""(((		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replacerH   r?   r   rE   r   r   r   r   <module>rX      s   ( 4 
 
 ##!" "#$%" ##"" ##'" %%uC%
P !##"	 !##"	 #7==?#:#:7B#GH 
" #flln44WbAB#$/%:!2 +h%@	 #flln44WbAB#$/%:!2 +h%@	 ##$1%/	+
: :
eVX
v !!'' '
r   