Home
last modified time | relevance | path

Searched refs:getIncludeArgument (Results 1 – 5 of 5) sorted by relevance

/petsc/config/BuildSystem/config/
H A Dheaders.py49 def getIncludeArgument(self, include): member in Configure
55 return ' '.join([self.getIncludeArgument(include) for include in includes])
106 …rs, flagsArg, getattr(self.compilers, flagsArg)+' '+' '.join([self.getIncludeArgument(inc) for inc…
H A Dpython.py28 …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…
/petsc/config/PETSc/
H A Dpetsc.py205 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…
/petsc/config/BuildSystem/config/packages/
H A DMPI.py935 …self.compilers.CPPFLAGS = oldFlags+' '+self.headers.getIncludeArgument(build_mpi_h_dir)+' '+self.h…
H A DBlasLapack.py823 …if self.include: self.framework.batchIncludeDirs.extend([self.headers.getIncludeArgument(inc) for …