From 0b8df74f0dfd42e32e7a30876277b349ea324438 Mon Sep 17 00:00:00 2001 From: Luca Bruni Date: Thu, 9 Apr 2026 18:10:52 -0400 Subject: [PATCH] Add missing RPATH entry for rocpd* binaries in the core wheel --- build_tools/build_python_packages.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build_tools/build_python_packages.py b/build_tools/build_python_packages.py index ef4e947344..c63cb95d47 100755 --- a/build_tools/build_python_packages.py +++ b/build_tools/build_python_packages.py @@ -67,6 +67,7 @@ def run(args: argparse.Namespace): # Populate each target neutral library package. core = PopulatedDistPackage(params, logical_name="core") core.rpath_dep(core, "lib/llvm/lib") + core.rpath_dep(core, "lib/rocm_sysdeps/lib") core.populate_runtime_files( params.filter_artifacts( core_artifact_filter,