From ac155c0ccf7cc27934d327132aa0d86da34c6916 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Wed, 21 Apr 2021 03:54:07 +0200 Subject: [PATCH] sys-cluster/dlb: scrub patch Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri --- sys-cluster/dlb/files/dlb-2.1-pygen-python3.patch | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sys-cluster/dlb/files/dlb-2.1-pygen-python3.patch b/sys-cluster/dlb/files/dlb-2.1-pygen-python3.patch index 4b345d85f3..b2ec60577f 100644 --- a/sys-cluster/dlb/files/dlb-2.1-pygen-python3.patch +++ b/sys-cluster/dlb/files/dlb-2.1-pygen-python3.patch @@ -10,8 +10,6 @@ Subject: [PATCH] Run pygen script with either python2 or python3 3 files changed, 174 insertions(+), 1 deletion(-) create mode 100755 scripts/pygen.py3 -diff --git a/Makefile.am b/Makefile.am -index 7d575e7..b274011 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,7 +83,11 @@ nodist_include_HEADERS = src/LB_MPI/MPI_interface.h \ @@ -35,8 +33,6 @@ index 7d575e7..b274011 100644 scripts/viewer/dlb_cpu_usage.in \ scripts/viewer/dlb_viewer.py.in \ $(DEBIAN_EXTRA) \ -diff --git a/configure.ac b/configure.ac -index 2200d23..8a587b9 100644 --- a/configure.ac +++ b/configure.ac @@ -235,6 +235,8 @@ AC_SUBST([INSTR_DEBUG_CPPFLAGS]) @@ -48,9 +44,6 @@ index 2200d23..8a587b9 100644 # check for OpenMP availability AC_OPENMP -diff --git a/scripts/pygen.py3 b/scripts/pygen.py3 -new file mode 100755 -index 0000000..9748d96 --- /dev/null +++ b/scripts/pygen.py3 @@ -0,0 +1,166 @@