Searched defs:otherLibs (Results 1 – 3 of 3) sorted by relevance
| /petsc/config/BuildSystem/config/packages/ |
| H A D | BlasLapack.py | 92 def checkBlas(self, blasLibrary, otherLibs, mangling = None, routinesIn = ['dot']): argument 102 def checkLapack(self, lapackLibrary, otherLibs, mangling = None, routinesIn = ['getrs','geev']): argument
|
| /petsc/config/BuildSystem/config/ |
| H A D | libraries.py | 112 …def add(self, libName, funcs, libDir = None, otherLibs = [], prototype = '', call = '', fortranMan… argument 186 …def check(self, libName, funcs, libDir = None, otherLibs = [], prototype = '', call = '', fortranM… argument 303 …def checkClassify(self, libName, funcs, libDir=None, otherLibs=[], prototype='', call='', fortranM… argument
|
| /petsc/config/PETSc/ |
| H A D | petsc.py | 219 def setOtherLibs(self, otherLibs): argument 221 otherLibs = property(getOtherLibs, setOtherLibs, doc = 'Libraries needed to link PETSc') variable in Configure
|