From 744f5a7f0683035e1acad0be0eb9972c4a373b29 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 29 Jun 2024 22:12:19 +0200 Subject: [PATCH] Cleanup --- recipes/pycodec2/__init__.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/recipes/pycodec2/__init__.py b/recipes/pycodec2/__init__.py index df11c3e..6ad05bd 100644 --- a/recipes/pycodec2/__init__.py +++ b/recipes/pycodec2/__init__.py @@ -27,10 +27,11 @@ class PyCodec2Recipe(CythonRecipe): def build_arch(self, arch): super().build_arch(arch) with current_directory(self.get_build_dir(arch.arch)): - print(arch.arch) - print(arch) - shprint(sh.Command("pwd")) - shprint(sh.Command("ls")) + pass + # print(arch.arch) + # print(arch) + # shprint(sh.Command("pwd")) + # shprint(sh.Command("ls")) # pe_args = ["--replace-needed", "libcodec2.so.1.2", "libcodec2.so", "build/lib.linux-x86_64-3.11/pycodec2/pycodec2.cpython-311-x86_64-linux-gnu.so"] # shprint(sh.Command("patchelf"), *pe_args)