aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2018-08-30 22:25:26 -0500
committerMatthias Maier <tamiko@gentoo.org>2018-08-30 22:25:26 -0500
commit7942c05fe297d82b7f4a1e81282aaa9b3bfb406a (patch)
treecf75fa6052660448749e92ffc75f908f9c710022 /sci-mathematics/petsc/files/petsc-3.7.0-fix_sandbox_violation.patch
parentsci-mathematics/petsc: drop old (diff)
downloadsci-7942c05fe297d82b7f4a1e81282aaa9b3bfb406a.tar.gz
sci-7942c05fe297d82b7f4a1e81282aaa9b3bfb406a.tar.bz2
sci-7942c05fe297d82b7f4a1e81282aaa9b3bfb406a.zip
sci-mathematics/petsc: remove obsolete patches
Package-Manager: Portage-2.3.48, Repoman-2.3.10
Diffstat (limited to 'sci-mathematics/petsc/files/petsc-3.7.0-fix_sandbox_violation.patch')
-rw-r--r--sci-mathematics/petsc/files/petsc-3.7.0-fix_sandbox_violation.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/sci-mathematics/petsc/files/petsc-3.7.0-fix_sandbox_violation.patch b/sci-mathematics/petsc/files/petsc-3.7.0-fix_sandbox_violation.patch
deleted file mode 100644
index 191ca18c4..000000000
--- a/sci-mathematics/petsc/files/petsc-3.7.0-fix_sandbox_violation.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-diff --git a/config/PETSc/options/installDir.py b/config/PETSc/options/installDir.py
-index 0e2567c..bf782b5 100644
---- a/config/PETSc/options/installDir.py
-+++ b/config/PETSc/options/installDir.py
-@@ -38,12 +38,6 @@ class Configure(config.base.Configure):
- self.installSudoMessage = ''
- if self.framework.argDB['prefix']:
- self.dir = os.path.abspath(os.path.expanduser(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))