From c3aacd846334912cd1ffb94ee14a2f1dbb22b5d0 Mon Sep 17 00:00:00 2001 From: Kent Russell Date: Wed, 24 Oct 2018 13:46:57 -0400 Subject: [PATCH] Specify requirement of NUMA libs for Thunk Add the numa libs to the thunk specs for DEB/RPM, so we can remove the manual installation requirement Change-Id: I5aadcf581b64e9a20aee9c1e1204af4715d1e990 [ROCm/ROCR-Runtime commit: 10edccb9121c25828ac241b960a5083a5932c25d] --- projects/rocr-runtime/DEBIAN/control | 2 +- projects/rocr-runtime/RPM/libhsakmt.spec | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/projects/rocr-runtime/DEBIAN/control b/projects/rocr-runtime/DEBIAN/control index 779d712fac..fd01eac6bd 100644 --- a/projects/rocr-runtime/DEBIAN/control +++ b/projects/rocr-runtime/DEBIAN/control @@ -1,7 +1,7 @@ Package: hsakmt-rocm-dev Architecture: $arch Maintainer: Advanced Micro Devices Inc. -Depends:libpci3 +Depends:libpci3, libnuma1 Priority: optional Version: $version Description: Thunk library for AMD KFD diff --git a/projects/rocr-runtime/RPM/libhsakmt.spec b/projects/rocr-runtime/RPM/libhsakmt.spec index 9e32e53426..631d65ba40 100644 --- a/projects/rocr-runtime/RPM/libhsakmt.spec +++ b/projects/rocr-runtime/RPM/libhsakmt.spec @@ -9,6 +9,8 @@ Summary: Thunk libraries for AMD KFD Group: System Environment/Libraries License: Advanced Micro Devices Inc. +Requires: numactl-libs + %description This package includes the libhsakmt (Thunk) libraries