Home
last modified time | relevance | path

Searched defs:otherLibs (Results 1 – 3 of 3) sorted by relevance

/petsc/config/BuildSystem/config/packages/
H A DBlasLapack.py92 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 Dlibraries.py112 …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 Dpetsc.py219 def setOtherLibs(self, otherLibs): argument
221 otherLibs = property(getOtherLibs, setOtherLibs, doc = 'Libraries needed to link PETSc') variable in Configure