示例#1
0
 def check_compiler_gcc4(self):
     """Return True if the C compiler is gcc >= 4."""
     return check_compiler_gcc4(self)
示例#2
0
文件: config.py 项目: Arasz/numpy
 def check_compiler_gcc4(self):
     """Return True if the C compiler is gcc >= 4."""
     return check_compiler_gcc4(self)