From 01e8d9720d194bc22b88a69d25b551d049b9772e Mon Sep 17 00:00:00 2001 From: Thomas Roehl Date: Wed, 11 Sep 2024 14:56:28 +0200 Subject: [PATCH] Disable build for container helper and fix in Makefile --- Makefile | 6 +++--- config.mk | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 4673b2ec..35c667a8 100644 --- a/Makefile +++ b/Makefile @@ -532,11 +532,11 @@ uninstall_container_helper_moved: else install_container_helper: @echo "===> No INSTALL of the container helper likwid-bridge" -move_appdaemon: +move_container_helper: @echo "===> No MOVE of the container helper likwid-bridge" -uninstall_appdaemon: +uninstall_container_helper: @echo "===> No UNINSTALL of the container helper likwid-bridge" -uninstall_appdaemon_moved: +uninstall_container_helper_moved: @echo "===> No UNINSTALL of the container helper likwid-bridge" endif diff --git a/config.mk b/config.mk index 2f2a1ae8..28d6ae54 100644 --- a/config.mk +++ b/config.mk @@ -39,7 +39,7 @@ ROCM_INTERFACE = false#NO SPACE BUILD_SYSFEATURES = false#NO SPACE # Build container helper -CONTAINER_HELPER = true#NO SPACE +CONTAINER_HELPER = false#NO SPACE ################################################################# #################################################################