Home
last modified time | relevance | path

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

/petsc/config/BuildSystem/
H A Dnargs.py263 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument
264 self.mustExist = mustExist
283 if self.mustExist and value and not os.path.isdir(value):
290 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument
291 self.mustExist = mustExist
314 if self.mustExist and not os.path.isdir(dir):
321 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument
322 self.mustExist = mustExist
341 if self.mustExist and value and not os.path.isfile(value):
348 …def __init__(self, key, value = None, help = '', mustExist = 1, isTemporary = 0, deprecated = Fals… argument
[all …]
/petsc/config/BuildSystem/config/
H A Dpackage.py176 …gs.ArgDir(None,None,'Indicate the root directory of the '+self.name+' installation',mustExist = 1))
177 …ne, 'Look for '+self.name+' using pkg-config utility optional directory to look in',mustExist = 1))
/petsc/config/PETSc/
H A DConfigure.py51 …xecutable>', nargs.ArgExecutable(None, value='default-auto', mustExist=0, help='Name of…