Searched refs:getOtherLibs (Results 1 – 2 of 2) sorted by relevance
| /petsc/config/BuildSystem/config/packages/ |
| H A D | BlasLapack.py | 79 def getOtherLibs(self, foundBlas = None, blasLibrary = None, separateBlas = None): member in Configure 112 foundBlas, missingBlas = self.checkBlas(blasLibrary, self.getOtherLibs(), mangling, ['dot']) 113 …foundLapack, missingLapack = self.checkLapack(lapackLibrary, self.getOtherLibs(foundBlas, blasLibr… 663 if not self.setCompilers.checkIntoShared(symbol,self.lapackLibrary+self.getOtherLibs()): 664 …CK libraries '+self.libraries.toStringNoDupes(self.lapackLibrary+self.getOtherLibs())+'\ncannot be… 791 _, missing = self.checkLapack(self.lapackLibrary, self.getOtherLibs(), mangling, routines)
|
| /petsc/config/PETSc/ |
| H A D | petsc.py | 212 def getOtherLibs(self): member in Configure 221 otherLibs = property(getOtherLibs, setOtherLibs, doc = 'Libraries needed to link PETSc')
|