Searched refs:getIncludeArgument (Results 1 – 5 of 5) sorted by relevance
49 def getIncludeArgument(self, include): member in Configure55 return ' '.join([self.getIncludeArgument(include) for include in includes])106 …rs, flagsArg, getattr(self.compilers, flagsArg)+' '+' '.join([self.getIncludeArgument(inc) for inc…
28 …self.compilers.CPPFLAGS += ' '+' '.join([self.headers.getIncludeArgument(inc) for inc in includeDi…38 …self.compilers.CPPFLAGS += ' '+' '.join([self.headers.getIncludeArgument(inc) for inc in self.incl…
205 includes.extend([self.headers.getIncludeArgument(inc) for inc in self.mpi.include])250 … self.compilers.CPPFLAGS += ' '.join([self.headers.getIncludeArgument(inc) for inc in includeDir])263 …self.compilers.CPPFLAGS += ' '.join([self.headers.getIncludeArgument(inc) for inc in self.getInclu…429 …self.addSubstitution('PETSC_INCLUDE', ' '.join([self.headers.getIncludeArgument(inc) for inc in se…
935 …self.compilers.CPPFLAGS = oldFlags+' '+self.headers.getIncludeArgument(build_mpi_h_dir)+' '+self.h…
823 …if self.include: self.framework.batchIncludeDirs.extend([self.headers.getIncludeArgument(inc) for …