From 7942c05fe297d82b7f4a1e81282aaa9b3bfb406a Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Thu, 30 Aug 2018 22:25:26 -0500 Subject: sci-mathematics/petsc: remove obsolete patches Package-Manager: Portage-2.3.48, Repoman-2.3.10 --- .../petsc/files/petsc-3.6.0-disable-rpath.patch | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 sci-mathematics/petsc/files/petsc-3.6.0-disable-rpath.patch (limited to 'sci-mathematics/petsc/files/petsc-3.6.0-disable-rpath.patch') diff --git a/sci-mathematics/petsc/files/petsc-3.6.0-disable-rpath.patch b/sci-mathematics/petsc/files/petsc-3.6.0-disable-rpath.patch deleted file mode 100644 index 88a7db565..000000000 --- a/sci-mathematics/petsc/files/petsc-3.6.0-disable-rpath.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff --git a/config/BuildSystem/config/setCompilers.py b/config/BuildSystem/config/setCompilers.py ---- a/config/BuildSystem/config/setCompilers.py -+++ b/config/BuildSystem/config/setCompilers.py -@@ -1326,12 +1326,7 @@ class Configure(config.base.Configure): - for language in languages: - flag = '-L' - self.pushLanguage(language) -- # test '-R' before '-rpath' as sun compilers [c,fortran] don't give proper errors with wrong options. -- if not Configure.isDarwin(): -- testFlags = ['-Wl,-rpath,', '-R','-rpath ' , '-Wl,-R,'] -- else: -- testFlags = ['-Wl,-rpath,'] -- # test '-R' before '-Wl,-rpath' for SUN compilers [as cc on linux accepts -Wl,-rpath, but f90 & CC do not. -+ testFlags = [] - if self.isSun(self.framework.getCompiler()): - testFlags.insert(0,'-R') - for testFlag in testFlags: -- cgit v1.2.3