Current File : //usr/lib64/python2.7/site-packages/numpy/distutils/command/autodist.pyc |
�
E�`Qc @ s d Z d � Z d � Z d S( sI This module implements additional tests ala autoconf which can be useful.c C sX | j � d } xA d d d g D]0 } | j | i | d 6d d � } | r | Sq Wd S( s, Return the inline identifier (may be empty).s�
#ifndef __cplusplus
static %(inline)s int static_func (void)
{
return 0;
}
%(inline)s int nostatic_func (void)
{
return 0;
}
#endift inlinet
__inline__t __inlinet N( t _check_compilert try_compilet None( t cmdt bodyt kwt st( ( sF /usr/lib64/python2.7/site-packages/numpy/distutils/command/autodist.pyt check_inline s
c C s# | j � d } | j | d d � S( s) Return True if the C compiler is GCC 4.x.sT
int
main()
{
#ifndef __GNUC__ && (__GNUC__ >= 4)
die in an horrible death
#endif
}
N( R R R ( R R ( ( sF /usr/lib64/python2.7/site-packages/numpy/distutils/command/autodist.pyt check_compiler_gcc4 s
N( t __doc__R R ( ( ( sF /usr/lib64/python2.7/site-packages/numpy/distutils/command/autodist.pyt <module> s