Searched refs:otherIncludes (Results 1 – 3 of 3) sorted by relevance
| /petsc/config/PETSc/ |
| H A D | petsc.py | 208 def setOtherIncludes(self, otherIncludes): argument 209 self._otherIncludes = otherIncludes 210 …otherIncludes = property(getOtherIncludes, setOtherIncludes, doc = 'Includes needed to compile PET… variable in Configure 251 if self.otherIncludes: 252 self.compilers.CPPFLAGS += ' '+self.otherIncludes 264 if self.otherIncludes: 265 self.compilers.CPPFLAGS += ' '+self.otherIncludes
|
| /petsc/config/BuildSystem/config/ |
| H A D | headers.py | 89 def checkInclude(self, incl, hfiles, otherIncludes = [], macro = None, timeout = 600.0): argument 102 … self.logPrint('Checking include with compiler flags var '+flagsArg+' '+str(incl+otherIncludes)) 106 …lf.compilers, flagsArg)+' '+' '.join([self.getIncludeArgument(inc) for inc in incl+otherIncludes]))
|
| H A D | package.py | 955 def checkInclude(self, incl, hfiles, otherIncludes = [], timeout = 600.0): argument 958 …uteTest(self.headers.checkInclude, [incl, hfiles], {'otherIncludes' : otherIncludes, 'macro' : Non…
|