예제 #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)