Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/config/packages/
H A DBlasLapack.py79 def getOtherLibs(self, foundBlas = None, blasLibrary = None, separateBlas = None): argument
82 if blasLibrary is None:
83 blasLibrary = getattr(self, "blasLibrary", None)
87 if foundBlas and separateBlas and blasLibrary:
88 otherLibs += blasLibrary
92 def checkBlas(self, blasLibrary, otherLibs, mangling = None, routinesIn = ['dot']): argument
98 _, missing = self.libraries.checkClassify(blasLibrary, routines, otherLibs = otherLibs)
111 def checkBlasMangling(self, mangling, lapackLibrary, blasLibrary = None): argument
112 foundBlas, missingBlas = self.checkBlas(blasLibrary, self.getOtherLibs(), mangling, ['dot'])
113 …gLapack = self.checkLapack(lapackLibrary, self.getOtherLibs(foundBlas, blasLibrary), mangling, ['g…
[all …]