Searched refs:checkLib (Results 1 – 2 of 2) sorted by relevance
223 def checkLib(self, libraries): member in Configure383 if self.checkLib(libraries):
118 def checkLib(self, lapackLibrary, blasLibrary = None): member in Configure572 (foundBlas, foundLapack) = self.executeTest(self.checkLib, [lapackLibrary, blasLibrary])