Home
last modified time | relevance | path

Searched refs:otherIncludes (Results 1 – 3 of 3) sorted by relevance

/petsc/config/PETSc/
H A Dpetsc.py208 def setOtherIncludes(self, otherIncludes): argument
209 self._otherIncludes = otherIncludes
210otherIncludes = 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 Dheaders.py89 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 Dpackage.py955 def checkInclude(self, incl, hfiles, otherIncludes = [], timeout = 600.0): argument
958 …uteTest(self.headers.checkInclude, [incl, hfiles], {'otherIncludes' : otherIncludes, 'macro' : Non…