Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/config/packages/
H A DBlasLapack.py102 def checkLapack(self, lapackLibrary, otherLibs, mangling = None, routinesIn = ['getrs','geev']): member in Configure
113 …foundLapack, missingLapack = self.checkLapack(lapackLibrary, self.getOtherLibs(foundBlas, blasLibr…
791 _, missing = self.checkLapack(self.lapackLibrary, self.getOtherLibs(), mangling, routines)