Searched refs:examineOutput (Results 1 – 3 of 3) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | functions.py | 25 def check(self, funcs, libraries = None, examineOutput=lambda ret,out,err:None): argument 77 found = self.checkLink(includes, body, examineOutput=examineOutput)
|
| H A D | libraries.py | 186 …', fortranMangle = 0, cxxMangle = 0, cxxLink = 0, functionDefine = 0, examineOutput=lambda ret,out… argument 285 if found and self.checkLink(includes, body, linkLanguage=linklang, examineOutput=examineOutput): 308 …ibDir, otherLibs, prototype, call, fortranMangle, cxxMangle, cxxLink, examineOutput = named.examin…
|
| H A D | base.py | 586 …= 1, codeBegin = None, codeEnd = None, shared = 0, linkLanguage=None, examineOutput=lambda ret,out… argument 590 examineOutput(ret, out, err) 616 examineOutput(status, output, error) 627 …= 1, codeBegin = None, codeEnd = None, shared = 0, linkLanguage=None, examineOutput=lambda ret,out… argument 628 …= self.outputLink(includes, body, cleanup, codeBegin, codeEnd, shared, linkLanguage, examineOutput)
|