Home
last modified time | relevance | path

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

/petsc/config/
H A Dinstall.py133 def copyfile(self, src, dst, symlinks = False, copyFunc = shutil.copy2): member in Installer
188 self.copies.extend(self.copyfile('gmakefile.test',dst))
194 self.copies.extend(self.copyfile(os.path.join('config',tf),newConfigDir))
H A Dconfigure.py377 shutil.copyfile(curr_file,new_file)
H A Dgmakegentest.py73 shutil.copyfile(source, os.path.join(destdir, os.path.basename(source)))
/petsc/config/BuildSystem/
H A Dretrieval.py191 shutil.copyfile(url, localFile)
/petsc/src/binding/petsc4py/docs/source/
H A Dconf.py342 shutil.copyfile(demo_src, demo_copy_name)
/petsc/config/BuildSystem/config/
H A Dpackage.py790 shutil.copyfile(makefile,makefileSaved)
792 shutil.copyfile(self.gcommfile,gcommfileSaved)
H A Dframework.py1188 shutil.copyfile(os.path.join(self.tmpDir,'conftest'),confname)