Home
last modified time | relevance | path

Searched refs:hfiles (Results 1 – 2 of 2) sorted by relevance

/petsc/config/BuildSystem/config/
H A Dheaders.py89 def checkInclude(self, incl, hfiles, otherIncludes = [], macro = None, timeout = 600.0): argument
91 if not isinstance(hfiles, list):
92 hfiles = [hfiles]
98 self.log.write('Checking for ' + strmac + 'header files ' +str(hfiles)+ ' in '+str(incl)+'\n')
100 for hfile in hfiles:
118 self.log.write('Found ' + strmac + 'header files ' +str(hfiles)+ ' in '+str(incl)+'\n')
H A Dpackage.py955 def checkInclude(self, incl, hfiles, otherIncludes = [], timeout = 600.0): argument
958 …ret = self.executeTest(self.headers.checkInclude, [incl, hfiles], {'otherIncludes' : otherIncludes…