コード例 #1
0
ファイル: config.py プロジェクト: jciech/HeisenbergSpinChains
 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)