Searched refs:rootDir (Results 1 – 2 of 2) sorted by relevance
| /petsc/config/ |
| H A D | install.py | 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') [all …]
|
| /petsc/systems/Apple/iOS/bin/ |
| H A D | iosbuilder.py | 256 def buildAll(self, rootDir = None): argument 259 if rootDir is None: 260 rootDir = self.argDB['rootDir'] 261 if not self.checkDir(rootDir): 263 if rootDir == os.environ['PETSC_DIR']: 269 for root, dirs, files in os.walk(rootDir):
|