aboutsummaryrefslogtreecommitdiff
blob: 7510631a102271f9512f06a827999e8b81ff4e34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- config/PETSc/options/installDir.py.orig	2015-06-23 18:11:25.054911894 +0200
+++ config/PETSc/options/installDir.py	2015-06-23 18:11:44.100289841 +0200
@@ -38,12 +38,6 @@
     self.installSudoMessage = ''
     if self.framework.argDB['prefix']:
       self.dir = self.framework.argDB['prefix']
-      try:
-        os.makedirs(os.path.join(self.dir,'PETScTestDirectory'))
-        os.rmdir(os.path.join(self.dir,'PETScTestDirectory'))
-      except:
-        self.installSudoMessage = 'You do not have write permissions to the --prefix directory '+self.dir+'\nYou will be prompted for the sudo password for any external package installs'
-        self.installSudo = 'sudo '
     else:
       self.dir = os.path.abspath(os.path.join(self.petscdir.dir, self.arch.arch))
     self.confDir = os.path.abspath(os.path.join(self.petscdir.dir, self.arch.arch))