aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-02-22 10:31:07 +0100
committerJustin Lecher <jlec@gentoo.org>2013-02-22 10:31:07 +0100
commit5cc1b725f0d81b13573c72be6d1414f0337b0205 (patch)
tree991b05a2b5b68eb8e56ec6b44b4460f0b321c414 /sci-mathematics/petsc/files
parentsci-mathematics/scilab: Use tc-getPKG_CONFIG from toolchain-funcs.eclass inst... (diff)
downloadsci-5cc1b725f0d81b13573c72be6d1414f0337b0205.tar.gz
sci-5cc1b725f0d81b13573c72be6d1414f0337b0205.tar.bz2
sci-5cc1b725f0d81b13573c72be6d1414f0337b0205.zip
sci-mathematics/petsc: Use tc-getPKG_CONFIG from toolchain-funcs.eclass instead of plain pkg-config; drop old
Package-Manager: portage-2.2.0_alpha163
Diffstat (limited to 'sci-mathematics/petsc/files')
-rw-r--r--sci-mathematics/petsc/files/petsc-3.1_p8-configure-pic.patch11
-rw-r--r--sci-mathematics/petsc/files/petsc-3.1_p8-disable-rpath.patch16
-rw-r--r--sci-mathematics/petsc/files/petsc-3.2_p7-configure-pic.patch11
-rw-r--r--sci-mathematics/petsc/files/petsc-3.2_p7-disable-env-warnings.patch13
-rw-r--r--sci-mathematics/petsc/files/petsc-3.2_p7-disable-rpath.patch16
5 files changed, 0 insertions, 67 deletions
diff --git a/sci-mathematics/petsc/files/petsc-3.1_p8-configure-pic.patch b/sci-mathematics/petsc/files/petsc-3.1_p8-configure-pic.patch
deleted file mode 100644
index bbfdae1c8..000000000
--- a/sci-mathematics/petsc/files/petsc-3.1_p8-configure-pic.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- config/BuildSystem/config/setCompilers.py.old 2010-09-07 21:41:32.693103846 +0200
-+++ config/BuildSystem/config/setCompilers.py 2010-09-07 21:41:45.322093881 +0200
-@@ -875,7 +875,7 @@
- languages.append('FC')
- for language in languages:
- self.pushLanguage(language)
-- for testFlag in ['-PIC', '-fPIC', '-KPIC','-qpic']:
-+ for testFlag in ['-fPIC', '-PIC', '-KPIC', '-qpic']:
- try:
- self.framework.logPrint('Trying '+language+' compiler flag '+testFlag)
- if not self.checkLinkerFlag(testFlag):
diff --git a/sci-mathematics/petsc/files/petsc-3.1_p8-disable-rpath.patch b/sci-mathematics/petsc/files/petsc-3.1_p8-disable-rpath.patch
deleted file mode 100644
index 3c443b29f..000000000
--- a/sci-mathematics/petsc/files/petsc-3.1_p8-disable-rpath.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- config/BuildSystem/config/setCompilers.py 2010-11-24 18:01:17.110124425 +0100
-+++ config/BuildSystem/config/setCompilers.py 2010-11-24 18:02:28.710104226 +0100
-@@ -1186,12 +1186,7 @@
- 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 = []
-- # 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:
diff --git a/sci-mathematics/petsc/files/petsc-3.2_p7-configure-pic.patch b/sci-mathematics/petsc/files/petsc-3.2_p7-configure-pic.patch
deleted file mode 100644
index bbfdae1c8..000000000
--- a/sci-mathematics/petsc/files/petsc-3.2_p7-configure-pic.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- config/BuildSystem/config/setCompilers.py.old 2010-09-07 21:41:32.693103846 +0200
-+++ config/BuildSystem/config/setCompilers.py 2010-09-07 21:41:45.322093881 +0200
-@@ -875,7 +875,7 @@
- languages.append('FC')
- for language in languages:
- self.pushLanguage(language)
-- for testFlag in ['-PIC', '-fPIC', '-KPIC','-qpic']:
-+ for testFlag in ['-fPIC', '-PIC', '-KPIC', '-qpic']:
- try:
- self.framework.logPrint('Trying '+language+' compiler flag '+testFlag)
- if not self.checkLinkerFlag(testFlag):
diff --git a/sci-mathematics/petsc/files/petsc-3.2_p7-disable-env-warnings.patch b/sci-mathematics/petsc/files/petsc-3.2_p7-disable-env-warnings.patch
deleted file mode 100644
index d2ee44e1d..000000000
--- a/sci-mathematics/petsc/files/petsc-3.2_p7-disable-env-warnings.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: petsc-3.2-p6/config/BuildSystem/config/setCompilers.py
-===================================================================
---- petsc-3.2-p6.orig/config/BuildSystem/config/setCompilers.py
-+++ petsc-3.2-p6/config/BuildSystem/config/setCompilers.py
-@@ -1463,7 +1463,7 @@ This way - mpi compilers from '''+self.a
- 'LDFLAGS','LIBS','MPI_DIR']
- for envVal in ignoreEnv:
- if envVal in os.environ:
-- self.logPrintBox('***** WARNING: '+envVal+' found in enviornment variables - ignoring ******')
-+ #self.logPrintBox('***** WARNING: '+envVal+' found in enviornment variables - ignoring ******')
- del os.environ[envVal]
- return
-
diff --git a/sci-mathematics/petsc/files/petsc-3.2_p7-disable-rpath.patch b/sci-mathematics/petsc/files/petsc-3.2_p7-disable-rpath.patch
deleted file mode 100644
index 3c443b29f..000000000
--- a/sci-mathematics/petsc/files/petsc-3.2_p7-disable-rpath.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- config/BuildSystem/config/setCompilers.py 2010-11-24 18:01:17.110124425 +0100
-+++ config/BuildSystem/config/setCompilers.py 2010-11-24 18:02:28.710104226 +0100
-@@ -1186,12 +1186,7 @@
- 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 = []
-- # 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: