Searched refs:mkfile (Results 1 – 3 of 3) sorted by relevance
| /petsc/config/BuildSystem/config/packages/ |
| H A D | Chaco.py | 30 mkfile = 'make.inc' 31 g = open(os.path.join(self.packageDir, mkfile), 'w') 39 if self.installNeeded(mkfile): 54 self.postInstall(output+err, mkfile)
|
| /petsc/config/BuildSystem/config/ |
| H A D | programs.py | 110 def mkfile(base,contents): function 116 diff1 = mkfile('diff1','diff\n') 117 diff2 = mkfile('diff2','diff \n')
|
| H A D | package.py | 757 def installNeeded(self, mkfile): argument 758 makefile = os.path.join(self.packageDir, mkfile) 778 def postInstall(self, output, mkfile): argument 786 makefile = os.path.join(self.packageDir, mkfile)
|