
    G/Ph                     f    d dl mZ d dlZd dlZd dlZd dlZd dlZd dlZd dlZda	d Z
d Zd Zd ZdS )    )IS_WASMNc            	      &   t           t           S da t          rt           S t          j        dt	          t
          j                   d          } | t          t	          t
          j                            z  } t          j	                    }	 t          j                            |d          }t          |d          5 }|                    |            d d d            n# 1 swxY w Y   t
          j        ddg}t          j        |t          j        t          j        |          }|                                \  }}t)          j        |           n# t)          j        |           w xY wt-          j        d	|          }|rt1          t3          |                    d
                              t1          t3          |                    d                              t1          t3          |                    d                              fa t           S )N)FFFz8        import os
        import sys
        sys.path = a{  

        def configuration(parent_name='',top_path=None):
            global config
            from numpy.distutils.misc_util import Configuration
            config = Configuration('', parent_name, top_path)
            return config

        from numpy.distutils.core import setup
        setup(configuration=configuration)

        config_cmd = config.get_config_cmd()
        have_c = config_cmd.try_compile('void foo() {}')
        print('COMPILERS:%%d,%%d,%%d' %% (have_c,
                                          config.have_f77c(),
                                          config.have_f90c()))
        sys.exit(99)
        )syspathzsetup.pywconfig)stdoutstderrcwds   COMPILERS:(\d+),(\d+),(\d+)         )_compiler_statusr   textwrapdedentreprsyspathdicttempfilemkdtemposjoinopenwrite
executable
subprocessPopenPIPESTDOUTcommunicateshutilrmtreeresearchboolintgroup)	codetmpdirscriptfcmdpouterrms	            _/var/www/html/test/jupyter/venv/lib/python3.11/site-packages/numpy/distutils/tests/utilities.py_get_compiler_statusr2      s   #,   ?	 NN	 	 	 D. $tCH~~....DFfj11&# 	!GGDMMM	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 ~z84

0Av
 
 
 ==??Sff
	1377A 
QWWQZZ!!QWWQZZ!!QWWQZZ!!
 s1   0E <CE C""E %C"&AE E&c                  *    t                      d         S )Nr   r2        r1   has_c_compilerr7   Q       !!!$$r6   c                  *    t                      d         S )Nr   r4   r5   r6   r1   has_f77_compilerr:   U   r8   r6   c                  *    t                      d         S )Nr   r4   r5   r6   r1   has_f90_compilerr<   Y   r8   r6   )numpy.testingr   r   r!   r   r   r#   r   r   r   r2   r7   r:   r<   r5   r6   r1   <module>r>      s    ! ! ! ! ! !    				 				     



  < < <~% % %% % %% % % % %r6   