Searched refs:checkInclude (Results 1 – 5 of 5) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | python.py | 25 def checkInclude(self, includeDir): member in Configure 51 if not self.checkInclude(inc):
|
| H A D | headers.py | 89 def checkInclude(self, incl, hfiles, otherIncludes = [], macro = None, timeout = 600.0): member in Configure
|
| H A D | package.py | 955 def checkInclude(self, incl, hfiles, otherIncludes = [], timeout = 600.0): member in Package 958 …ret = self.executeTest(self.headers.checkInclude, [incl, hfiles], {'otherIncludes' : otherIncludes… 970 …self.executeTest(self.headers.checkInclude, [self.include, self.includes], {'macro' : macro, 'time… 1126 … if (not self.includes) or self.checkInclude(incl, self.includes, self.dinclude, timeout = 60.0):
|
| /petsc/config/PETSc/ |
| H A D | petsc.py | 247 def checkInclude(self, includeDir): member in Configure 386 if self.checkInclude(includeDir):
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | BlasLapack.py | 709 if os.path.isdir(path) and self.checkInclude([path], ['mkl_spblas.h']): 749 if self.checkInclude(linc, ['essl.h']):
|