Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/config/
H A Dlibraries.py112 …def add(self, libName, funcs, libDir = None, otherLibs = [], prototype = '', call = '', fortranMan… argument
116 if not isinstance(libName, list): libName = [libName]
117 if self.check(libName, funcs, libDir, otherLibs, prototype, call, fortranMangle):
118 self.logPrint('Adding '+str(libName)+' to LIBS')
120 self.setCompilers.LIBS = self.toString(libName)+' '+self.setCompilers.LIBS
186 …def check(self, libName, funcs, libDir = None, otherLibs = [], prototype = '', call = '', fortranM… argument
191 if not isinstance(libName, list): libName = [libName]
225 self.logPrint('No functions to check for in library '+str(libName)+' '+str(otherLibs))
227 …self.logPrint('Checking for functions ['+' '.join(funcs)+'] in library '+str(libName)+' '+str(othe…
256 if libName and otherLibs:
[all …]