Searched refs:with_rpath (Results 1 – 2 of 2) sorted by relevance
24 def getLibArgumentList(self, library, with_rpath=True): argument38 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): argument152 newlibs += self.getLibArgumentList(lib, with_rpath)
214 …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')