Searched refs:extraObjs (Results 1 – 2 of 2) sorted by relevance
| /petsc/config/BuildSystem/config/ |
| H A D | compilers.py | 135 …def checkCrossLink(self, func1, func2, language1 = 'C', language2='FC',extraObjs = None, extralibs… argument 156 if extraObjs or extralibs: 157 if extraObjs is None: 158 extraObjs = [] 161 …self.setCompilers.LIBS = ' '.join(extraObjs)+' '+' '.join([self.libraries.getLibArgument(lib) for … 753 def testMangling(self, cfunc, ffunc, clanguage = 'C', extraObjs = []): argument 773 if extraObjs: 774 …self.setCompilers.LIBS = ' '.join(extraObjs)+' '+' '.join([self.libraries.getLibArgument(lib) for … 1333 if self.testMangling(cinc+cfunc, ffunc, 'Cxx', extraObjs = [cxxobj]): 1339 if self.testMangling(cinc+cfunc, ffunc, 'Cxx', extraObjs = [cxxobj]):
|
| /petsc/config/PETSc/ |
| H A D | Configure.py | 1165 if can_cross_link(extraObjs=extra_libs):
|