Lines Matching refs:otherLibs
219 def setOtherLibs(self, otherLibs): argument
220 self._otherLibs = otherLibs
221 otherLibs = property(getOtherLibs, setOtherLibs, doc = 'Libraries needed to link PETSc') variable in Configure
236 …(self.libraries.check(libraries, 'PetscInitializeNoArguments', otherLibs = self.otherLibs, prototy…
237 …self.libraries.check(libraries, 'VecDestroy', otherLibs = self.otherLibs, prototype = 'typedef str…
238 …self.libraries.check(libraries, 'MatDestroy', otherLibs = self.otherLibs, prototype = 'typedef str…
239 …self.libraries.check(libraries, 'DMDestroy', otherLibs = self.otherLibs, prototype = 'typedef stru…
240 …self.libraries.check(libraries, 'KSPDestroy', otherLibs = self.otherLibs, prototype = 'typedef str…
241 …self.libraries.check(libraries, 'SNESDestroy', otherLibs = self.otherLibs, prototype = 'typedef st…
242 …self.libraries.check(libraries, 'TSDestroy', otherLibs = self.otherLibs, prototype = 'typedef stru…
267 …libraries.getLibArgument(lib) for lib in self.getLib(useTrial = 1)+self.otherLibs])+' '+self.compi…