diff options
author | 2015-09-21 18:46:51 +0200 | |
---|---|---|
committer | 2015-09-21 19:44:23 +0200 | |
commit | d61e0d4512a778bdd97ba19cf26fd9b398d553f2 (patch) | |
tree | 92b44c2d1b588fabd562afa976889a00e944902d /sci-misc/salome-kernel/files | |
parent | Merge remote-tracking branch 'github/master' (diff) | |
download | sci-d61e0d4512a778bdd97ba19cf26fd9b398d553f2.tar.gz sci-d61e0d4512a778bdd97ba19cf26fd9b398d553f2.tar.bz2 sci-d61e0d4512a778bdd97ba19cf26fd9b398d553f2.zip |
Drop obsolete
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-misc/salome-kernel/files')
7 files changed, 0 insertions, 94 deletions
diff --git a/sci-misc/salome-kernel/files/salome-kernel-5.1.3-lib_location.patch b/sci-misc/salome-kernel/files/salome-kernel-5.1.3-lib_location.patch deleted file mode 100644 index afb5e4553..000000000 --- a/sci-misc/salome-kernel/files/salome-kernel-5.1.3-lib_location.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- src5.1.3.old/KERNEL_SRC_5.1.3/salome_adm/unix/config_files/ac_linker_options.m4 2009-07-10 19:08:57.000000000 +0200 -+++ src5.1.3/KERNEL_SRC_5.1.3/salome_adm/unix/config_files/ac_linker_options.m4 2009-07-26 19:47:05.000000000 +0200 -@@ -26,6 +26,10 @@ - - AC_CHECKING(for LIB_LOCATION_SUFFIX) - LIB_LOCATION_SUFFIX="" -+ case "$build_cpu" in -+ x86_64*) LIB_LOCATION_SUFFIX="64" ;; -+ *) LIB_LOCATION_SUFFIX="" ;; -+ esac - AC_SUBST(LIB_LOCATION_SUFFIX) - AC_MSG_RESULT(LIB_LOCATION_SUFFIX is $LIB_LOCATION_SUFFIX) - diff --git a/sci-misc/salome-kernel/files/salome-kernel-5.1.3-openmpi.patch b/sci-misc/salome-kernel/files/salome-kernel-5.1.3-openmpi.patch deleted file mode 100644 index 660d1ae5e..000000000 --- a/sci-misc/salome-kernel/files/salome-kernel-5.1.3-openmpi.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- src5.1.3.orig/KERNEL_SRC_5.1.3/salome_adm/unix/config_files/check_mpi.m4 2008-12-10 10:14:34.000000000 +0100 -+++ src5.1.3/KERNEL_SRC_5.1.3/salome_adm/unix/config_files/check_mpi.m4 2009-09-29 10:14:56.821299268 +0200 -@@ -76,7 +76,7 @@ - - if test "$WITHMPI" = "yes";then - mpi_ok=yes -- MPI_LIBS="$MPI_LIBS -lmpi -lmpio -lmpiCC" -+ MPI_LIBS="$MPI_LIBS -lmpi -lmpi_cxx" - else - mpi_ok=no - fi ---- src5.1.3.orig/KERNEL_SRC_5.1.3/src/Communication/SALOME_Comm_i.hxx 2008-12-10 10:14:33.000000000 +0100 -+++ src5.1.3/KERNEL_SRC_5.1.3/src/Communication/SALOME_Comm_i.hxx 2009-09-29 11:10:13.227293648 +0200 -@@ -25,6 +25,7 @@ - #include <SALOME_Communication.hxx> - - #ifdef HAVE_MPI2 -+#define OMPI_IGNORE_CXX_SEEK 1 - #include "mpi.h" - #endif - #include <string> diff --git a/sci-misc/salome-kernel/files/salome-kernel-5.1.3-python-2.6.patch b/sci-misc/salome-kernel/files/salome-kernel-5.1.3-python-2.6.patch deleted file mode 100644 index bac07b16b..000000000 --- a/sci-misc/salome-kernel/files/salome-kernel-5.1.3-python-2.6.patch +++ /dev/null @@ -1,13 +0,0 @@ -Only in src5.1.3/KERNEL_SRC_5.1.3/src/KERNEL_PY: .import_hook.py.swp -diff -ur src5.1.3.orig/KERNEL_SRC_5.1.3/src/KERNEL_PY/import_hook.py src5.1.3/KERNEL_SRC_5.1.3/src/KERNEL_PY/import_hook.py ---- src5.1.3.orig/KERNEL_SRC_5.1.3/src/KERNEL_PY/import_hook.py 2010-03-07 17:35:38.450323100 +0100 -+++ src5.1.3/KERNEL_SRC_5.1.3/src/KERNEL_PY/import_hook.py 2010-03-07 17:37:18.940255407 +0100 -@@ -150,7 +150,7 @@ - l.append((subname,submod)) - return l - --def import_hook(name, globals=None, locals=None, fromlist=None, *args): -+def import_hook(name, globals=None, locals=None, fromlist=None, level=-1, *args): - """ Import replacement for sharing modules among multiple interpreters - Mostly update sys.modules before doing real import - """ diff --git a/sci-misc/salome-kernel/files/salome-kernel-5.1.4-lib_location.patch b/sci-misc/salome-kernel/files/salome-kernel-5.1.4-lib_location.patch deleted file mode 100644 index afb5e4553..000000000 --- a/sci-misc/salome-kernel/files/salome-kernel-5.1.4-lib_location.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- src5.1.3.old/KERNEL_SRC_5.1.3/salome_adm/unix/config_files/ac_linker_options.m4 2009-07-10 19:08:57.000000000 +0200 -+++ src5.1.3/KERNEL_SRC_5.1.3/salome_adm/unix/config_files/ac_linker_options.m4 2009-07-26 19:47:05.000000000 +0200 -@@ -26,6 +26,10 @@ - - AC_CHECKING(for LIB_LOCATION_SUFFIX) - LIB_LOCATION_SUFFIX="" -+ case "$build_cpu" in -+ x86_64*) LIB_LOCATION_SUFFIX="64" ;; -+ *) LIB_LOCATION_SUFFIX="" ;; -+ esac - AC_SUBST(LIB_LOCATION_SUFFIX) - AC_MSG_RESULT(LIB_LOCATION_SUFFIX is $LIB_LOCATION_SUFFIX) - diff --git a/sci-misc/salome-kernel/files/salome-kernel-5.1.4-openmpi.patch b/sci-misc/salome-kernel/files/salome-kernel-5.1.4-openmpi.patch deleted file mode 100644 index daa51bbbf..000000000 --- a/sci-misc/salome-kernel/files/salome-kernel-5.1.4-openmpi.patch +++ /dev/null @@ -1,21 +0,0 @@ ---- src5.1.4.orig/KERNEL_SRC_5.1.4/salome_adm/unix/config_files/check_mpi.m4 2008-12-10 10:14:34.000000000 +0100 -+++ src5.1.4/KERNEL_SRC_5.1.4/salome_adm/unix/config_files/check_mpi.m4 2009-09-29 10:14:56.821299268 +0200 -@@ -76,7 +76,7 @@ - - if test "$WITHMPI" = "yes";then - mpi_ok=yes -- MPI_LIBS="$MPI_LIBS -lmpi -lmpio -lmpiCC" -+ MPI_LIBS="$MPI_LIBS -lmpi -lmpi_cxx" - else - mpi_ok=no - fi ---- src5.1.4.orig/KERNEL_SRC_5.1.4/src/Communication/SALOME_Comm_i.hxx 2008-12-10 10:14:33.000000000 +0100 -+++ src5.1.4/KERNEL_SRC_5.1.4/src/Communication/SALOME_Comm_i.hxx 2009-09-29 11:10:13.227293648 +0200 -@@ -25,6 +25,7 @@ - #include <SALOME_Communication.hxx> - - #ifdef HAVE_MPI2 -+#define OMPI_IGNORE_CXX_SEEK 1 - #include "mpi.h" - #endif - #include <string> diff --git a/sci-misc/salome-kernel/files/salome-kernel-5.1.4-python-2.6.patch b/sci-misc/salome-kernel/files/salome-kernel-5.1.4-python-2.6.patch deleted file mode 100644 index 2395d95bc..000000000 --- a/sci-misc/salome-kernel/files/salome-kernel-5.1.4-python-2.6.patch +++ /dev/null @@ -1,13 +0,0 @@ -Only in src5.1.4/KERNEL_SRC_5.1.4/src/KERNEL_PY: .import_hook.py.swp -diff -ur src5.1.4.orig/KERNEL_SRC_5.1.4/src/KERNEL_PY/import_hook.py src5.1.4/KERNEL_SRC_5.1.4/src/KERNEL_PY/import_hook.py ---- src5.1.4.orig/KERNEL_SRC_5.1.4/src/KERNEL_PY/import_hook.py 2010-03-07 17:35:38.450323100 +0100 -+++ src5.1.4/KERNEL_SRC_5.1.4/src/KERNEL_PY/import_hook.py 2010-03-07 17:37:18.940255407 +0100 -@@ -150,7 +150,7 @@ - l.append((subname,submod)) - return l - --def import_hook(name, globals=None, locals=None, fromlist=None, *args): -+def import_hook(name, globals=None, locals=None, fromlist=None, level=-1, *args): - """ Import replacement for sharing modules among multiple interpreters - Mostly update sys.modules before doing real import - """ diff --git a/sci-misc/salome-kernel/files/salome-kernel.png b/sci-misc/salome-kernel/files/salome-kernel.png Binary files differdeleted file mode 100644 index 485c12713..000000000 --- a/sci-misc/salome-kernel/files/salome-kernel.png +++ /dev/null |