aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Maier <tamiko@gentoo.org>2019-07-12 05:56:29 -0500
committerMatthias Maier <tamiko@gentoo.org>2019-07-12 05:56:29 -0500
commitfd85a467bb08d7e711568fd09cc890755878ba62 (patch)
tree04526e9a99031bc21af58dcf39316d248c0bf4b8 /sci-mathematics/petsc/files
parentsci-mathematics/petsc: also apply patches to 3.10.4 and 3.11.1 (diff)
downloadsci-fd85a467bb08d7e711568fd09cc890755878ba62.tar.gz
sci-fd85a467bb08d7e711568fd09cc890755878ba62.tar.bz2
sci-fd85a467bb08d7e711568fd09cc890755878ba62.zip
sci-mathematics/petsc: drop old
Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Matthias Maier <tamiko@gentoo.org>
Diffstat (limited to 'sci-mathematics/petsc/files')
-rw-r--r--sci-mathematics/petsc/files/petsc-3.8.3-fix_sandbox_violation.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/sci-mathematics/petsc/files/petsc-3.8.3-fix_sandbox_violation.patch b/sci-mathematics/petsc/files/petsc-3.8.3-fix_sandbox_violation.patch
deleted file mode 100644
index 4f51aee81..000000000
--- a/sci-mathematics/petsc/files/petsc-3.8.3-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 975dc8a..c216941 100644
---- a/config/PETSc/options/installDir.py
-+++ b/config/PETSc/options/installDir.py
-@@ -39,12 +39,6 @@ class Configure(config.base.Configure):
- if self.framework.argDB['prefix']:
- self.dir = os.path.abspath(os.path.expanduser(self.framework.argDB['prefix']))
- self.addMakeMacro('PREFIXDIR',self.dir)
-- 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))