Home
last modified time | relevance | path

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

/petsc/config/
H A Dgmakegen.py37 def parse_makefile(fn, out=None): function
64 … petsc_dir = parse_makefile(os.path.join('lib','petsc','conf', 'petscvariables')).get('PETSC_DIR')
72 …petsc_arch = parse_makefile(os.path.join(petsc_dir, 'lib','petsc','conf', 'petscvariables')).get('…
119 self.conf.update(parse_makefile(self.arch_path('lib','petsc','conf', 'petscvariables')))
134 …self.conf.update(parse_makefile(self.pkg_arch_path('lib',self.pkg_name,'conf', self.pkg_name + 'va…
235 parse_makefile(os.path.join(petsc.petsc_dir, 'lib', 'petsc','conf', 'variables'), conf)
236 parse_makefile(petsc.arch_path('lib','petsc','conf', 'petscvariables'), conf)