You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-mathematics/petsc/files/petsc-3.16.0-fix_sandbox_vi...

16 lines
717 B

--- a/config/PETSc/options/installDir.py
+++ b/config/PETSc/options/installDir.py
@@ -40,13 +40,7 @@ class Configure(config.base.Configure):
self.dir = os.path.abspath(os.path.expanduser(self.framework.argDB['prefix']))
self.petscDir = self.dir
self.petscArch = ''
- try:
- os.makedirs(os.path.join(self.dir,'PETScTestDirectory'))
- os.rmdir(os.path.join(self.dir,'PETScTestDirectory'))
- except Exception as e:
- self.logPrint('Error trying to to test write permissions on directory '+str(e))
- self.installSudo = 'sudo '
else:
self.dir = os.path.abspath(os.path.join(self.petscdir.dir, self.arch.arch))
self.petscDir = self.petscdir.dir