Home
last modified time | relevance | path

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

/petsc/doc/
H A Dbuild_c2html.py33SKIPDIRS = set('public html benchmarks output arch doc binding config petsc-doc lib bin .git syste…
37 dirs[:] = [d for d in dirs if not any([s for s in SKIPDIRS if d.startswith(s)])]
/petsc/config/
H A Dgmakegen.py9 SKIPDIRS = set('benchmarks build mex-scripts tests tutorials'.split()) # Skip these during th… variable
165 if SKIPDIRS.intersection(pathsplit(self.pkg_dir, root)): continue
168 dirs[:] = list(set(dirs).difference(SKIPDIRS))