Home
last modified time | relevance | path

Searched refs:with_rpath (Results 1 – 2 of 2) sorted by relevance

/petsc/config/BuildSystem/config/
H A Dlibraries.py24 def getLibArgumentList(self, library, with_rpath=True): argument
38 return [library] if with_rpath else []
40 return [library] if with_rpath else []
53 elif with_rpath and rpathFlag and not dirname in self.rpathSkipDirs:
67 if with_rpath and not dirname in self.rpathSkipDirs:
139 def toStringNoDupes(self,libs,with_rpath=True): argument
152 newlibs += self.getLibArgumentList(lib, with_rpath)
/petsc/config/PETSc/
H A DConfigure.py214 …fd.write('Libs: '+self.libraries.toStringNoDupes(['-L${libdir}', self.petsclib], with_rpath=False)…
217 …bs+self.complibs if not f.startswith(self.setCompilers.CSharedLinkerFlag)], with_rpath=False)+'\n')