Lines Matching refs:rootDir
66 self.rootDir = self.petscdir.dir
70 self.archDir = os.path.join(self.rootDir, self.arch)
71 self.rootIncludeDir = os.path.join(self.rootDir, 'include')
72 self.archIncludeDir = os.path.join(self.rootDir, self.arch, 'include')
73 self.rootConfDir = os.path.join(self.rootDir, 'lib','petsc','conf')
74 self.archConfDir = os.path.join(self.rootDir, self.arch, 'lib','petsc','conf')
75 self.rootBinDir = os.path.join(self.rootDir, 'lib','petsc','bin')
76 self.archBinDir = os.path.join(self.rootDir, self.arch, 'bin')
77 self.archLibDir = os.path.join(self.rootDir, self.arch, 'lib')
85 self.rootShareDir = os.path.join(self.rootDir, 'share')
87 self.rootSrcDir = os.path.join(self.rootDir, 'src')
104 if os.path.samefile(self.destDir, self.rootDir):
109 if os.path.samefile(self.destDir, os.path.join(self.rootDir,self.arch)):
346 contents = contents.replace(self.rootDir, '${PETSC_DIR}')
523 self.copyConfig(self.rootDir,examplesdir)