Searched refs:checkClassify (Results 1 – 4 of 4) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | functions.py | 85 def checkClassify(self, funcs, libraries = None): member in Configure 172 self.executeTest(self.checkClassify, set(self.functions))
|
| H A D | libraries.py | 303 …def checkClassify(self, libName, funcs, libDir=None, otherLibs=[], prototype='', call='', fortranM… member in Configure
|
| /petsc/config/BuildSystem/config/packages/ |
| H A D | BlasLapack.py | 98 _, missing = self.libraries.checkClassify(blasLibrary, routines, otherLibs = otherLibs) 107 _, missing = self.libraries.checkClassify(lapackLibrary, routines, otherLibs = otherLibs)
|
| /petsc/config/PETSc/ |
| H A D | Configure.py | 1001 self.functions.checkClassify(['__gcov_dump'])
|