Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/
H A Dnargs.py88 def findArgument(key, argList): argument
91 if not isinstance(argList, list): return None
94 l = argList[:]
103 def processAlternatePrefixes(argList): argument
105 for l in range(0, len(argList)):
106 name = argList[l]
108 argList[l] = name.replace('enable-','with-')
109 if name.find('=') == -1: argList[l] = argList[l]+'=1'
111 argList[l] = name.replace('disable-','with-')
112 if name.find('=') == -1: argList[l] = argList[l]+'=0'
[all …]